<?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>Forem: Ed Mills</title>
    <description>The latest articles on Forem by Ed Mills (@ed_mills_843760ebbc2dfb65).</description>
    <link>https://forem.com/ed_mills_843760ebbc2dfb65</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%2F3784403%2Fc01e3a07-9083-4095-9345-855d79e045bd.png</url>
      <title>Forem: Ed Mills</title>
      <link>https://forem.com/ed_mills_843760ebbc2dfb65</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ed_mills_843760ebbc2dfb65"/>
    <language>en</language>
    <item>
      <title>5 Indie Alternatives to Mailchimp in 2026</title>
      <dc:creator>Ed Mills</dc:creator>
      <pubDate>Tue, 24 Feb 2026 09:12:08 +0000</pubDate>
      <link>https://forem.com/ed_mills_843760ebbc2dfb65/5-indie-alternatives-to-mailchimp-in-2026-5919</link>
      <guid>https://forem.com/ed_mills_843760ebbc2dfb65/5-indie-alternatives-to-mailchimp-in-2026-5919</guid>
      <description>&lt;h1&gt;
  
  
  5 Indie Alternatives to Mailchimp in 2026
&lt;/h1&gt;

&lt;p&gt;Tired of Mailchimp's pricing or limitations? You're not alone. Here are indie-built alternatives — smaller teams, transparent pricing, and they actually listen to users.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. EmailOctopus
&lt;/h2&gt;

&lt;p&gt;Email marketing that does more for less&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. LetterSpace
&lt;/h2&gt;

&lt;p&gt;Self-hosted open-source newsletter platform&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Buttondown
&lt;/h2&gt;

&lt;p&gt;The best way to start, grow, and run your newsletter&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Browse all indie alternatives to Mailchimp and 100+ other tools at &lt;a href="https://indiestack.fly.dev/alternatives/mailchimp" rel="noopener noreferrer"&gt;IndieStack&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;IndieStack is a directory of indie-built software alternatives. Every tool is made by solo developers or small teams.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>opensource</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>I asked Claude to build analytics from scratch. It cost 47,000 tokens. The alternative cost 2 lines.</title>
      <dc:creator>Ed Mills</dc:creator>
      <pubDate>Mon, 23 Feb 2026 18:39:41 +0000</pubDate>
      <link>https://forem.com/ed_mills_843760ebbc2dfb65/i-asked-claude-to-build-analytics-from-scratch-it-cost-47000-tokens-the-alternative-cost-2-lines-3h64</link>
      <guid>https://forem.com/ed_mills_843760ebbc2dfb65/i-asked-claude-to-build-analytics-from-scratch-it-cost-47000-tokens-the-alternative-cost-2-lines-3h64</guid>
      <description>&lt;p&gt;I asked Claude to build analytics from scratch. It cost 47,000 tokens. The alternative cost 2 lines.&lt;/p&gt;

&lt;p&gt;A real comparison: 47,000 tokens and three hours of back-and-forth versus 700 tokens and four minutes.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Waste
&lt;/h2&gt;

&lt;p&gt;I was building a SaaS dashboard and asked Claude to add analytics. What followed was an expensive lesson:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;First prompt:&lt;/strong&gt; Database schema with SQLite DDL for events, sessions, and page views (~15,000 tokens)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Second prompt:&lt;/strong&gt; Event tracking middleware and utility functions (~18,000 tokens)
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Third prompt:&lt;/strong&gt; Dashboard with charts, graphs, and cohort analysis. Required follow-up fixes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I had reinvented a wheel that hundreds of people had already reinvented, and done it worse than all of them. Final tally: roughly &lt;strong&gt;47,000 tokens&lt;/strong&gt; across three hours, producing code that wasn't production-ready without major additions like data retention policies and GDPR compliance.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Discovery
&lt;/h2&gt;

&lt;p&gt;I found IndieStack - a directory of indie tools with an MCP server integration. Setup was two commands:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip install indiestack
claude mcp add indiestack
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This gave Claude access to a curated index of tools before it started generating code from scratch.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Result
&lt;/h2&gt;

&lt;p&gt;Next project, when I asked for analytics, Claude checked IndieStack first and suggested Simple Analytics - privacy-first, cookie-free, single script tag integration.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Token usage:&lt;/strong&gt; ~700 tokens. Four minutes.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Math
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;47,000 tokens vs 700 tokens.&lt;/strong&gt; Thats the difference between building custom infrastructure and using an existing solution.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Building analytics from scratch: 40,000-60,000 tokens typically&lt;/li&gt;
&lt;li&gt;Using an existing indie tool: ~700 tokens&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And the custom build needs ongoing maintenance. The integrated solution doesn't.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Broader Point
&lt;/h2&gt;

&lt;p&gt;Auth. Payments. Transactional email. PDF invoices. Uptime monitoring. Background job queues. Every feature category has mature indie tools available. The problem is AI assistants don't have a way to discover them - they default to building from scratch.&lt;/p&gt;

&lt;p&gt;The fix: give it the tool. Let it search first.&lt;/p&gt;

&lt;p&gt;Installation takes thirty seconds. Next time you ask for a feature, your AI checks existing tools before writing boilerplate.&lt;/p&gt;

&lt;p&gt;I wish I had had it three hours earlier.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>opensource</category>
      <category>productivity</category>
    </item>
    <item>
      <title>12 Self-Hosted Open Source Tools Every Developer Should Know About</title>
      <dc:creator>Ed Mills</dc:creator>
      <pubDate>Mon, 23 Feb 2026 01:09:58 +0000</pubDate>
      <link>https://forem.com/ed_mills_843760ebbc2dfb65/12-self-hosted-open-source-tools-every-developer-should-know-about-2d07</link>
      <guid>https://forem.com/ed_mills_843760ebbc2dfb65/12-self-hosted-open-source-tools-every-developer-should-know-about-2d07</guid>
      <description>&lt;p&gt;Self-hosting is having a moment. Between rising SaaS costs and growing privacy concerns, more developers are running their own tools. Here are 12 open-source, self-hosted tools across different categories that are actually worth setting up.&lt;/p&gt;

&lt;p&gt;I found these while building &lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;IndieStack&lt;/a&gt;, a directory of indie-built software. All of these are free and built by solo developers or small teams.&lt;/p&gt;




&lt;h2&gt;
  
  
  Email &amp;amp; Newsletters
&lt;/h2&gt;

&lt;h3&gt;
  
  
  LetterSpace
&lt;/h3&gt;

&lt;p&gt;Self-hosted open-source newsletter platform. Run your own Substack on your own server.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev/tool/letterspace" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Monitoring
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Ciao
&lt;/h3&gt;

&lt;p&gt;HTTP health checks and URL monitoring. Dead simple, self-hosted. Set up uptime checks in minutes without paying for Pingdom or UptimeRobot.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev/tool/ciao" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Project Management
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Tasks.md
&lt;/h3&gt;

&lt;p&gt;A Markdown-based task management board. If you love Markdown and hate bloated project tools, this is for you. Kanban-style, runs anywhere.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev/tool/tasksmd" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Payments
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Bitcart
&lt;/h3&gt;

&lt;p&gt;Self-hosted payment processor for BTC, LTC, ETH, USDT and more. Accept crypto payments without any third-party service taking a cut.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev/tool/bitcart" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Finance &amp;amp; Expenses
&lt;/h2&gt;

&lt;h3&gt;
  
  
  ExpenseOwl
&lt;/h3&gt;

&lt;p&gt;Extremely simple, self-hosted expense tracker with a clean UI. No spreadsheets, no over-engineered apps. Just track what you spend.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev/tool/expenseowl" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Hisabi
&lt;/h3&gt;

&lt;p&gt;Personal finance tracking with SMS transaction parsing. Auto-imports transactions from your bank SMS notifications. Clever and privacy-friendly.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev/tool/hisabi" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Invoicing
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Invoice Ninja
&lt;/h3&gt;

&lt;p&gt;Free invoicing, expenses, and time-tracking for freelancers. Self-host the full app or use their hosted version. One of the most mature open-source invoicing tools out there.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev/tool/invoice-ninja" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  File Sharing
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Flare
&lt;/h3&gt;

&lt;p&gt;Modern self-hosted file sharing platform with ShareX support. Upload files, get shareable links. Clean UI, fast, no tracking.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev/tool/flare" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




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

&lt;h3&gt;
  
  
  Fider
&lt;/h3&gt;

&lt;p&gt;Open-source customer feedback platform. Let users submit and vote on feature requests. Self-host your own Canny or UserVoice.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev/tool/fider" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Domain Management
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Domain Locker
&lt;/h3&gt;

&lt;p&gt;All-in-one tool for keeping track of your domain name portfolio. If you are a domain hoarder (no judgment), this organizes everything.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev/tool/domain-locker" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  CRM
&lt;/h2&gt;

&lt;h3&gt;
  
  
  NextCRM
&lt;/h3&gt;

&lt;p&gt;Open-source CRM with projects, invoicing, email and AI features. Built with Next.js. A solid Salesforce alternative for small teams.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev/tool/nextcrm" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Accounting
&lt;/h2&gt;

&lt;h3&gt;
  
  
  ERPSaaS
&lt;/h3&gt;

&lt;p&gt;Laravel and Filament-powered accounting with full double-entry bookkeeping. If you need real accounting software you can self-host, this is it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev/tool/erpsaas" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Self-Host These?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Free forever&lt;/strong&gt; - no surprise pricing changes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your data stays yours&lt;/strong&gt; - no analytics company mining your customer data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Customizable&lt;/strong&gt; - fork and modify to fit your workflow&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reliable&lt;/strong&gt; - no vendor going bankrupt or getting acquired&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;All of these tools are cataloged on &lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;IndieStack&lt;/a&gt; alongside 100+ other indie-built alternatives. If you are tired of paying enterprise prices for things a solo dev built a better version of, check it out.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>opensource</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>5 Open-Source CRM Tools You Can Self-Host (Salesforce Alternatives)</title>
      <dc:creator>Ed Mills</dc:creator>
      <pubDate>Mon, 23 Feb 2026 01:08:15 +0000</pubDate>
      <link>https://forem.com/ed_mills_843760ebbc2dfb65/5-open-source-crm-tools-you-can-self-host-salesforce-alternatives-2k5d</link>
      <guid>https://forem.com/ed_mills_843760ebbc2dfb65/5-open-source-crm-tools-you-can-self-host-salesforce-alternatives-2k5d</guid>
      <description>&lt;p&gt;If you are a solo developer or small team, paying 25-300 per user per month for Salesforce or HubSpot is brutal. The good news: there are solid open-source CRM alternatives you can self-host for free.&lt;/p&gt;

&lt;p&gt;I have been cataloging indie-built software at &lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;IndieStack&lt;/a&gt; and found some genuinely useful CRM tools. Here are 5 worth checking out.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Atomic CRM
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt; React + shadcn/ui + Supabase&lt;br&gt;
&lt;strong&gt;Price:&lt;/strong&gt; Free (open source)&lt;br&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; Teams already using Supabase&lt;/p&gt;

&lt;p&gt;A full-featured CRM with a modern UI built on React and Supabase. Contacts, deals, pipeline management - the core stuff you actually need without the 200 features you don't.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/marmelab/atomic-crm" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="https://indiestack.fly.dev/tool/atomic-crm" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. NextCRM
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt; Next.js + Prisma&lt;br&gt;
&lt;strong&gt;Price:&lt;/strong&gt; Free (open source)&lt;br&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; Next.js developers who want CRM + project management&lt;/p&gt;

&lt;p&gt;Goes beyond basic CRM - includes project management, invoicing, email integration, and even AI features. Self-hosted, so your customer data stays on your servers.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/pdovhomilja/nextcrm-app" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="https://indiestack.fly.dev/tool/nextcrm" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Laravel CRM
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt; Laravel (PHP)&lt;br&gt;
&lt;strong&gt;Price:&lt;/strong&gt; Free (open source)&lt;br&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; Laravel shops that want CRM baked into their existing app&lt;/p&gt;

&lt;p&gt;A CRM package that plugs directly into Laravel. Contacts, organizations, deals, activities - all as a composable package rather than a standalone app. Great if you are already running Laravel.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/venturedrake/laravel-crm" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="https://indiestack.fly.dev/tool/laravel-crm" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Tillywork
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt; Vue.js&lt;br&gt;
&lt;strong&gt;Price:&lt;/strong&gt; Free (open source)&lt;br&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; Teams that need CRM + project management in one tool&lt;/p&gt;

&lt;p&gt;Combines sprint management, project tracking, and sales pipelines. Think of it as a Notion-meets-CRM. Kanban boards, task management, and deal tracking all in one place.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/tillywork/tillywork" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="https://indiestack.fly.dev/tool/tillywork" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Crisp
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt; SaaS (bootstrapped)&lt;br&gt;
&lt;strong&gt;Price:&lt;/strong&gt; Free tier available&lt;br&gt;
&lt;strong&gt;Best for:&lt;/strong&gt; Customer support teams that need multi-channel messaging&lt;/p&gt;

&lt;p&gt;Not strictly open source, but Crisp is bootstrapped (no VC money) and has a generous free tier. Live chat, email, WhatsApp integration - an all-in-one customer messaging platform that is way cheaper than Intercom or Zendesk.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://crisp.chat" rel="noopener noreferrer"&gt;Website&lt;/a&gt; | &lt;a href="https://indiestack.fly.dev/tool/crisp" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Self-Host?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Data privacy:&lt;/strong&gt; Your customer data, your servers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No per-seat pricing:&lt;/strong&gt; Host for your whole team at the cost of a small VPS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Customizable:&lt;/strong&gt; Fork it, extend it, make it yours&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No vendor lock-in:&lt;/strong&gt; Export your data anytime&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Find More
&lt;/h2&gt;

&lt;p&gt;I maintain &lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;IndieStack&lt;/a&gt;, a directory of 100+ indie-built software alternatives across categories like CRM, analytics, email marketing, hosting, and more. Every tool is built by solo developers or small teams.&lt;/p&gt;

&lt;p&gt;Browse all CRM tools: &lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;indiestack.fly.dev&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>opensource</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>5 Indie Alternatives to Typeform in 2026</title>
      <dc:creator>Ed Mills</dc:creator>
      <pubDate>Mon, 23 Feb 2026 00:59:14 +0000</pubDate>
      <link>https://forem.com/ed_mills_843760ebbc2dfb65/5-indie-alternatives-to-typeform-in-2026-2o2g</link>
      <guid>https://forem.com/ed_mills_843760ebbc2dfb65/5-indie-alternatives-to-typeform-in-2026-2o2g</guid>
      <description>&lt;h1&gt;
  
  
  5 Indie Alternatives to Typeform in 2026
&lt;/h1&gt;

&lt;p&gt;Tired of Typeform's pricing or limitations? You're not alone. Here are indie-built alternatives — smaller teams, transparent pricing, and they actually listen to users.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Tally
&lt;/h2&gt;

&lt;p&gt;Create beautiful forms as easily as typing a document — free forever&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. FormsLab
&lt;/h2&gt;

&lt;p&gt;Form builder for anonymous surveys, polls, and collecting feedback&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Browse all indie alternatives to Typeform and 100+ other tools at &lt;a href="https://indiestack.fly.dev/alternatives/typeform" rel="noopener noreferrer"&gt;IndieStack&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;IndieStack is a directory of indie-built software alternatives. Every tool is made by solo developers or small teams.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>opensource</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>7 Indie Analytics Tools That Respect Your Users Privacy (2026)</title>
      <dc:creator>Ed Mills</dc:creator>
      <pubDate>Mon, 23 Feb 2026 00:31:04 +0000</pubDate>
      <link>https://forem.com/ed_mills_843760ebbc2dfb65/7-indie-analytics-tools-that-respect-your-users-privacy-2026-43e5</link>
      <guid>https://forem.com/ed_mills_843760ebbc2dfb65/7-indie-analytics-tools-that-respect-your-users-privacy-2026-43e5</guid>
      <description>&lt;h1&gt;
  
  
  7 Indie Analytics Tools That Respect Your Users Privacy (2026)
&lt;/h1&gt;

&lt;p&gt;Tired of Google Analytics tracking everything? These indie-built analytics tools give you the insights you need without compromising user privacy. No cookie banners required.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Simple Analytics
&lt;/h2&gt;

&lt;p&gt;Privacy-friendly analytics without the complexity&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Fathom Analytics
&lt;/h2&gt;

&lt;p&gt;Stop feeding Google your visitors' data — get simple, private analytics&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Typefully
&lt;/h2&gt;

&lt;p&gt;Write, schedule, and grow on X, LinkedIn, Bluesky, and Threads&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Super.so
&lt;/h2&gt;

&lt;p&gt;Build websites with Notion — fast, no code&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Buffer
&lt;/h2&gt;

&lt;p&gt;Grow your audience on social media with ease&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  6. LetterSpace
&lt;/h2&gt;

&lt;p&gt;Self-hosted open-source newsletter platform&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  7. Plausible Analytics
&lt;/h2&gt;

&lt;p&gt;Privacy-friendly website analytics without cookies or consent banners&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Browse all indie analytics tools and 100+ other categories at &lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;IndieStack&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;IndieStack is a directory of indie-built software alternatives. Every tool is made by solo developers or small teams.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>opensource</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>5 Indie Alternatives to Typeform in 2026</title>
      <dc:creator>Ed Mills</dc:creator>
      <pubDate>Mon, 23 Feb 2026 00:26:51 +0000</pubDate>
      <link>https://forem.com/ed_mills_843760ebbc2dfb65/5-indie-alternatives-to-typeform-in-2026-4f1e</link>
      <guid>https://forem.com/ed_mills_843760ebbc2dfb65/5-indie-alternatives-to-typeform-in-2026-4f1e</guid>
      <description>&lt;h1&gt;
  
  
  5 Indie Alternatives to Typeform in 2026
&lt;/h1&gt;

&lt;p&gt;Tired of Typeform's pricing or limitations? You're not alone. Here are indie-built alternatives — smaller teams, transparent pricing, and they actually listen to users.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Tally
&lt;/h2&gt;

&lt;p&gt;Create beautiful forms as easily as typing a document — free forever&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. FormsLab
&lt;/h2&gt;

&lt;p&gt;Form builder for anonymous surveys, polls, and collecting feedback&lt;/p&gt;

&lt;p&gt;&lt;a href="https://indiestack.fly.dev" rel="noopener noreferrer"&gt;View on IndieStack&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Browse all indie alternatives to Typeform and 100+ other tools at &lt;a href="https://indiestack.fly.dev/alternatives/typeform" rel="noopener noreferrer"&gt;IndieStack&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;IndieStack is a directory of indie-built software alternatives. Every tool is made by solo developers or small teams.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>opensource</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>I built an MCP server in FastAPI + SQLite so Cursor stops writing boilerplate</title>
      <dc:creator>Ed Mills</dc:creator>
      <pubDate>Sat, 21 Feb 2026 22:17:58 +0000</pubDate>
      <link>https://forem.com/ed_mills_843760ebbc2dfb65/i-built-an-mcp-server-in-fastapi-sqlite-so-cursor-stops-writing-boilerplate-jid</link>
      <guid>https://forem.com/ed_mills_843760ebbc2dfb65/i-built-an-mcp-server-in-fastapi-sqlite-so-cursor-stops-writing-boilerplate-jid</guid>
      <description>&lt;p&gt;&lt;em&gt;Built solo over a weekend. If you're evaluating FastAPI + SQLite for a side project, happy to answer questions about the architecture in the comments.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>opensource</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
