Why this hub exists

Most “build a SaaS with AI” tutorials stop at the demo screen. They show Claude generating a working signup form and call the job done. The hard part — the part that decides whether your product becomes a real business — happens after that: the multi-tenant data model, the webhook idempotency, the pricing tier that actually converts, the differentiation against an incumbent with a six-figure ad budget. The guides indexed on this page cover that part. They are written for solo founders who have already decided Claude is the build partner and now need to make 24 smaller decisions per project.

The pillar guide, how to build a SaaS with Claude, lays out a six-step framework: data model first, then auth and tenancy, then the core CRUD, then payments, then deploy, then growth scaffolding. Every vertical guide below follows that same skeleton, but swaps in the schema choices, edge cases, and prompt sequences that are specific to that product shape. A CRM is mostly a contacts graph with custom fields. An invoicing app is mostly PDF generation and Stripe Payment Links. A status page is mostly monitor scheduling and incident state machines. The shapes are different; the build flow is the same.

The guides also each end with a section most tutorials skip: the honest competitive picture. If you are building a notes app in 2026, you are competing against Notion. If you are building a feedback tool, you are competing against Canny. Each guide names the incumbent, the wedge that is still available, and the niche-down move that turns a commodity into a defensible micro-SaaS. That is the part that makes the difference between an interesting weekend project and something a customer will pay $29 per month for.

Methodology

Each linked guide is built from public Claude documentation, real prompt experimentation, and a synthesis of how working solo founders have shipped that product shape. Every monetization claim is grounded in either pricing pages of comparable tools or the unit economics covered in our pricing calculator and AI token cost calculator. No guide recommends a stack we have not seen ship a real product. Last reviewed May 2026.

Productivity SaaS

Productivity tools are the easiest category to build with Claude and the hardest to monetize. The data models are well-understood: a notes app is blocks linked to documents, a habit tracker is dated check-ins linked to a streak counter, a time tracker is timer state plus retroactive entries. Claude generates all of that quickly. The trap is that productivity is a commodity category where the giants (Notion, Things, Toggl) already exist and have spent a decade on the polish. The wedge for a solo founder is not “a better notes app” — it is a notes app for veterinarians, a habit tracker that integrates with one specific workout API, a time tracker that handles the invoice handoff for freelance designers. The vertical-specific build is what makes the product shippable. Read each of these guides for the differentiation section as much as the technical scaffold — that section is where you will decide whether to build it or pick a different idea.

One more note: productivity tools have a brutal acquisition profile. Users will not pay for what they can already do in a free Notion template. Each guide below has an honest take on whether the freemium model works at solo-founder scale, what conversion rates to expect, and which adjacent revenue layers (templates, exports, integrations) usually outearn the subscription itself.

Business operations SaaS

Business-operations SaaS is the inverse of productivity. The market is fragmented, customers expect to pay, and the willingness-to-pay is high because the tool sits next to revenue. A small business that does $500K a year in invoicing will pay $49 a month for an invoicing tool without thinking about it. The build complexity is higher — you are dealing with PDFs, accounting integrations, tax compliance, payment processors — but Claude handles most of it well because the patterns are public and well-documented. The four guides in this section cover the four most ship-able business-ops shapes: invoicing, CRM, booking, and job boards. Each one solves a real recurring problem for a specific kind of customer.

What to look for in each guide: the integration surface. The invoicing guide spends most of its prompt budget on Stripe Payment Links and PDF generation because those are the load-bearing pieces. The CRM guide handles the contacts-with-custom-fields data shape that determines whether you can serve a vertical niche. The booking guide handles conflict prevention and payment-on-booking. The job board guide handles SEO-friendly listing pages and the seed-then-convert distribution pattern that is the only known way to bootstrap a job board to revenue. Pick the integration surface that matches the customer you can already reach.

Content & marketing SaaS

Content and marketing tools are the category where Claude shines hardest because the workflow patterns are well-publicized. Schedule a tweet, generate a newsletter draft, organize a content calendar, capture form responses, embed a feedback widget — every one of those flows has been built a thousand times, and Claude has seen the source. The build guides in this section show the schema that wins (polymorphic post objects for the content calendar, double opt-in plus a send-job worker for the newsletter, conditional logic for the form builder) and the prompts that get there fastest.

The competitive picture here is uglier than business ops. Buffer, Hootsuite, Beehiiv, Substack, Typeform, Canny, and a dozen others are well-funded and have years of polish. The wedge is rarely “a better feature” — it is a workflow no incumbent prioritizes. The newsletter guide covers when to wrap Beehiiv via their API instead of competing with them. The feedback guide covers how a public roadmap aimed at one niche beats a generic Canny clone. The form builder guide is upfront that this is a brutal market and most solo attempts at it die; if you build one, build it for one customer type that finds Typeform too generic. The prompt sequences are accurate. The competitive analysis is the part that decides whether to build.

Data & AI-native SaaS

These are the build guides that lean into Claude as a product, not just as a build partner. The AI chatbot guide uses Claude (and the API token math from our cost calculator) to ship a doc-grounded retrieval widget. The receipt scanner uses Claude vision for OCR and structured extraction. The knowledge base uses a hybrid pgvector + Postgres full-text search index to serve grounded citations. The analytics dashboard handles a multi-tenant third-party API integration pattern that is reusable across half of all B2B SaaS. These are the highest-margin guides in the index if you nail the unit economics, and the lowest-margin if you do not.

The shared risk across the category is API cost. The chatbot and knowledge-base guides both spend serious time on the margin math, because at 100K user messages a month the token bill becomes meaningful. Each guide gives you the actual numbers and the four cost-cutting levers (prompt caching, smaller models for routing, batch where possible, retrieval limits per query). If you skip the cost section and just ship, you will discover at $3K MRR that your gross margin is 18%, and that is the failure mode that kills more AI SaaS than any product mistake. Read the cost sections carefully.

Tools & utilities SaaS

The last category is the catch-all for SaaS shapes that do not fit cleanly into productivity, business ops, content, or data. Status pages are the canonical example: a small, focused tool that one specific kind of business absolutely needs and that has a small, focused incumbent (Statuspage by Atlassian) that solo founders have been chipping away at for years. The status-page guide is one of the cleanest in the index because the data model (monitors, checks, incidents, subscribers) is tight and well-understood, the integrations (uptime pings, email/SMS notifications) are common API patterns, and the SEO win (uptime pages for “is X down” queries) is real.

This is also the category where focusing on one customer segment matters most. A status page for SaaS teams is a different product than a status page for hosting companies. A timer for freelancers is different from a timer for agency teams. The build guide gives you the technical scaffold; the customer choice is yours, and it is the one that determines whether the SaaS ships profitably or sits at $0 MRR for a year. The companion idea lists at the bottom of this page are the best places to start narrowing.

Get one SaaS build breakdown every week

The stack, prompts, pricing, and mistakes to avoid — for solo founders building with AI.