<?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: NOLO</title>
    <description>The latest articles on DEV Community by NOLO (@nolo-ai).</description>
    <link>https://dev.to/nolo-ai</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%2Fuser%2Fprofile_image%2F3859595%2F40fc5032-9800-48a4-8496-979c504ebd1d.jpg</url>
      <title>DEV Community: NOLO</title>
      <link>https://dev.to/nolo-ai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nolo-ai"/>
    <language>en</language>
    <item>
      <title>ChatGPT costs $20/month. I built an alternative for $2.99.</title>
      <dc:creator>NOLO</dc:creator>
      <pubDate>Fri, 03 Apr 2026 14:28:29 +0000</pubDate>
      <link>https://dev.to/nolo-ai/chatgpt-costs-20month-i-built-an-alternative-for-299-2jf1</link>
      <guid>https://dev.to/nolo-ai/chatgpt-costs-20month-i-built-an-alternative-for-299-2jf1</guid>
      <description>&lt;p&gt;I use AI every day. But $20 a month for ChatGPT Plus felt excessive for casual use. And the free tier is too limited to be useful.&lt;/p&gt;

&lt;p&gt;So I looked for alternatives. Everything I found either had the same pricing problem, required an account, or used weak models that couldn't handle real tasks.&lt;/p&gt;

&lt;p&gt;I decided to build my own.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What NOLO is&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;NOLO is an AI chat app with access to powerful models, real-time web search, and image understanding. No account required. No email. You open it and start chatting.&lt;/p&gt;

&lt;p&gt;Plans start at $2.99/month. The free tier gives you enough credits to try it properly before deciding.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why no account&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Partly privacy, but mostly friction. The fewer steps between a user and the product, the better. No signup form means no drop-off at signup.&lt;/p&gt;

&lt;p&gt;You get a random anonymous ID when you open the app. That's it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The stack&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Vanilla JavaScript, Node.js on Vercel, Groq for inference (genuinely the fastest I've tested), Supabase for credit tracking.&lt;/p&gt;

&lt;p&gt;Built in one month as a side project. Now trying to make it real.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where I am&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Zero users. Launching on Product Hunt this Tuesday.&lt;/p&gt;

&lt;p&gt;If you've ever felt like AI tools are too expensive or too complicated to get started with, NOLO is for you. Try it and tell me what's missing.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>startup</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Why I built an AI assistant that doesn't know who you are</title>
      <dc:creator>NOLO</dc:creator>
      <pubDate>Fri, 03 Apr 2026 14:23:03 +0000</pubDate>
      <link>https://dev.to/nolo-ai/why-i-built-an-ai-assistant-that-doesnt-know-who-you-are-cbe</link>
      <guid>https://dev.to/nolo-ai/why-i-built-an-ai-assistant-that-doesnt-know-who-you-are-cbe</guid>
      <description>&lt;p&gt;Every AI assistant on the market asks for the same things: your email, your name, sometimes your phone number. Then they store your conversations, analyze your usage, and use your data to improve their models.&lt;/p&gt;

&lt;p&gt;I get why they do it. Accounts mean retention metrics. Data means better models. It makes business sense.&lt;/p&gt;

&lt;p&gt;But it also means that every question you ask an AI is being logged somewhere, tied to your identity, and kept indefinitely.&lt;/p&gt;

&lt;p&gt;I wanted something different. So I built NOLO.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When you open NOLO, you get a random anonymous ID. No email. No signup. No personal information of any kind. Your conversations are not stored on our servers. There are no logs.&lt;/p&gt;

&lt;p&gt;You still get access to powerful AI models, real-time web search, and image understanding. The privacy is the only thing that changes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The technical side&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The stack is simple: vanilla JavaScript on the frontend, Node.js serverless functions on Vercel, Groq for inference, and Supabase only for credit tracking (no conversation data, ever).&lt;/p&gt;

&lt;p&gt;I chose Groq because the inference speed is genuinely faster than anything else I tested, which matters a lot in a real-time chat interface.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where I am now&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One month in. Zero users. Launching on Product Hunt this Tuesday.&lt;/p&gt;

&lt;p&gt;The product works. Distribution is the hard part now.&lt;/p&gt;

&lt;p&gt;If you care about privacy, I'd love for you to try it and tell me what you think.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>privacy</category>
      <category>webdev</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
