<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Saasify</title>
    <description>The latest articles on DEV Community by Saasify (@saasify).</description>
    <link>https://dev.to/saasify</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F1496%2Ff091bff8-3f1b-4b01-b8fc-33b437b41f22.png</url>
      <title>DEV Community: Saasify</title>
      <link>https://dev.to/saasify</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saasify"/>
    <language>en</language>
    <item>
      <title>How interested are you in working remotely?</title>
      <dc:creator>Travis Fischer</dc:creator>
      <pubDate>Sun, 26 Jan 2020 04:44:07 +0000</pubDate>
      <link>https://dev.to/saasify/how-interested-are-you-in-working-remotely-35f9</link>
      <guid>https://dev.to/saasify/how-interested-are-you-in-working-remotely-35f9</guid>
      <description>&lt;p&gt;Lately, I've been having some fun pushing the limits of Typeform's free tier with the goal of doing some market research for &lt;a href="https://github.com/saasify-sh/saasify"&gt;Saasify&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Since we're really all about helping developers launch their own remote passive income streams, I'd love it if some of you fine folks took a few minutes to help me with some &lt;a href="https://travisfischer.typeform.com/to/yOo9Wb"&gt;market research&lt;/a&gt;. (10 questions, ~2 minutes)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;And because your time is valuable&lt;/strong&gt;, if you fill out the survey and respond to this thread pointing me to a project of yours, &lt;strong&gt;I will personally review your project / website / landing page / idea&lt;/strong&gt; and give you the best feedback I can offer. Maybe it'll be worthwhile, maybe it won't but I promise that I'll try to help you out with targeted feedback.&lt;/p&gt;

&lt;p&gt;Also, if any hackers out there have had success with their own forms of market research, I'd love to hear what's worked for you.&lt;/p&gt;

&lt;p&gt;Thanks! ❤&lt;/p&gt;

&lt;p&gt;&lt;a href="https://travisfischer.typeform.com/to/yOo9Wb"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---4tJrxvA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://thepracticaldev.s3.amazonaws.com/i/lsqzn4m36hdqkp0qya44.png" alt="Survey preview" width="800" height="347"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>saas</category>
      <category>api</category>
      <category>serverless</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Modern web accessibility 💪</title>
      <dc:creator>Travis Fischer</dc:creator>
      <pubDate>Wed, 15 Jan 2020 00:16:51 +0000</pubDate>
      <link>https://dev.to/saasify/modern-web-accessibility-audits-4h5l</link>
      <guid>https://dev.to/saasify/modern-web-accessibility-audits-4h5l</guid>
      <description>&lt;p&gt;We're excited to help enable a more accessible &amp;amp; inclusive web via &lt;a href="https://github.com/saasify-sh/ta11y"&gt;Ta11y&lt;/a&gt;, an open source suite of modern web accessibility testing tools.&lt;/p&gt;

&lt;h2&gt;
  
  
  Intro
&lt;/h2&gt;

&lt;p&gt;We've tried to design Ta11y to be as simple to use as possible.&lt;/p&gt;

&lt;p&gt;The easiest way to get started is via the &lt;a href="https://github.com/saasify-sh/ta11y"&gt;CLI&lt;/a&gt;, but you can also use it programmatically from Node.js via &lt;a href="https://github.com/saasify-sh/ta11y/blob/master/packages/ta11y-core"&gt;@ta11y/core&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Ta11y uses &lt;a href="https://pptr.dev/"&gt;Puppeteer&lt;/a&gt; to crawl and extract content from websites, so you can be sure you're testing any dynamic, JavaScript-powered content that your users will see.&lt;/p&gt;

&lt;p&gt;Ta11y supports a large number of output formats such as JSON, Excel, CSV, and HTML.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Accessibility as a service&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;Audit your websites with a range of test suites including WCAG 2.0/2.1 A, AA, AAA, Section 508, HTML validation, as well as our own best practices.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flexible and automated&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;Run manual tests during development and then integrate into any CI pipeline. Supports generating reports in XLS, XLSX, CSV, JSON, HTML, and more.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Runs in any environment&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;Easy integration that supports localhost, firewalls, custom auth, as well as any public production environment.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Modern dynamic websites&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;Ta11y treats all websites as dynamic with full JavaScript support, so you'll test pages as your users actually experience them.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Free to try&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;Simple to get started for free, then &lt;a href="https://dev.to/pricing"&gt;sign up&lt;/a&gt; once you're ready to remove rate limits. Have a non-profit use case? &lt;a href="//mailto:support@saasify.sh"&gt;Get in touch&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Private &amp;amp; secure&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;Ta11y is built using serverless functions and never stores any of your data or audit results.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Examples
&lt;/h2&gt;




&lt;p&gt;This example runs the wcag2a and wcag2aa audit test suites on the given URL and outputs the results to an Excel spreadsheet (supports any &lt;code&gt;xls&lt;/code&gt;, &lt;code&gt;xlsx&lt;/code&gt;, or &lt;code&gt;csv&lt;/code&gt; file).&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;ta11y https://example.com &lt;span class="nt"&gt;-o&lt;/span&gt; audit.xls
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;p&gt;This example runs the wcag2a and wcag2aa audit test suites on the given URL and outputs the results to a comma-separated-value file (&lt;code&gt;csv&lt;/code&gt;).&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;ta11y https://example.com &lt;span class="nt"&gt;--suites&lt;/span&gt; wcag2a,wcag2aa &lt;span class="nt"&gt;-o&lt;/span&gt; audit.csv
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;p&gt;This example will crawl all pages of a local site and then perform an audit of the results.&lt;/p&gt;

&lt;p&gt;Note that the local site does not have to be publicly accessible as content extraction happens locally.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;ta11y http://localhost:3000 &lt;span class="nt"&gt;--crawl&lt;/span&gt; &lt;span class="nt"&gt;-o&lt;/span&gt; audit.json
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;Ta11y is a new open source project written in JavaScript and built on the shoulders of other OSS giants.&lt;/p&gt;

&lt;p&gt;We're looking for feedback and contributors, so please try it out and let us know if you have any thoughts. Thanks! 🙏&lt;/p&gt;

&lt;p&gt;
  &lt;a href="https://ta11y.saasify.sh" title="ta11y"&gt;
    &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3kHxQVip--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/saasify-sh/ta11y/master/media/logo.svg%3Fsanitize%3Dtrue" alt="ta11y Logo" width="82" height="72"&gt;
  &lt;/a&gt;
&lt;/p&gt;

</description>
      <category>a11y</category>
      <category>opensource</category>
      <category>javascript</category>
    </item>
    <item>
      <title>One SaaS PH Launch a Week...</title>
      <dc:creator>Travis Fischer</dc:creator>
      <pubDate>Fri, 08 Nov 2019 01:14:55 +0000</pubDate>
      <link>https://dev.to/saasify/one-saas-ph-launch-a-week-19jm</link>
      <guid>https://dev.to/saasify/one-saas-ph-launch-a-week-19jm</guid>
      <description>&lt;p&gt;Our team at Saasify is busy preparing for our YC interview in a few weeks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In order to validate our product, our main objective right now is to launch one fully polished FaaS API every week for the next two months!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We recently had our first two PH launches for products built on top of Saasify:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.producthunt.com/posts/puppet-master"&gt;Puppet Master&lt;/a&gt; - Headless chrome as a service.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.producthunt.com/posts/synopsis-2"&gt;Synopsis&lt;/a&gt; - Summarize any website or article automagically.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These should give you a good idea for the types of SaaS API products we're targeting.&lt;/p&gt;

&lt;p&gt;One of the things that I'm most excited about is how &lt;strong&gt;Saasify enables us to launch many product experiments very quickly&lt;/strong&gt;. Too many founders put all their eggs into one basket and inevitably fail to find product / market fit, and with Saasify, we're hoping that each of these product launches will teach us about more about our market and what to focus on.&lt;/p&gt;

&lt;p&gt;Our thesis is that many of these individual FaaS products will fail to gain traction, but if each one has a certain probability of finding product / market fit, then N independent product launches improves our chances linearly by N, which imho is extremely powerful in the aggregate.&lt;/p&gt;

&lt;p&gt;Eventually, these products will all blend into a cohesive marketplace of standardized FaaS, but for now we're focusing on marketing them as standalone SaaS products to optimize messaging and inbound channels.&lt;/p&gt;

&lt;p&gt;We have a strong pipeline of projects and OSS authors we're working with to meet our aggressive launch schedule, but we need YOUR help!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you have a project you'd like to &lt;a href="https://saasify.sh/"&gt;saasify and start monetizing&lt;/a&gt;, we'd LOVE to hear from you!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Feel free to DM me on our &lt;a href="https://join.slack.com/t/saasify/shared_invite/enQtODAxODA5MzU0NjczLTczOGU3NzNkYTJlMWIwZDkyNjJkOTk3MGEwZThlOWQyNTQxODZjZTExNjAzODJlZDQ3MWM5NWQwMGRiMDcyZTY"&gt;open slack&lt;/a&gt; &amp;amp;&amp;amp; thanks for reading!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>saas</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
