We open-sourced a tool that builds full-stack SaaS apps using AI (Next.js + Supabase), would love your feedback!
Back when Django came out, it changed the game for backend development, admin panels, auth, and ORM were just… there. Then, Create React App made frontend development as easy as npx. Now, with LLMs becoming more agentic, we’re exploring: What if AI could build entire SaaS apps — from scratch — autonomously? As a side project, we’ve been building SaaS-Builder, and we just opened-sourced it. It’s an AI-native CLI framework that scaffolds full-stack apps using LLMs like GPT-4.1, Claude, or Gemini. What it does: You run: saas-builder init And behind the scenes, multiple agents kick in:

Back when Django came out, it changed the game for backend development, admin panels, auth, and ORM were just… there. Then, Create React App made frontend development as easy as npx.
Now, with LLMs becoming more agentic, we’re exploring:
What if AI could build entire SaaS apps — from scratch — autonomously?
As a side project, we’ve been building SaaS-Builder, and we just opened-sourced it.
It’s an AI-native CLI framework that scaffolds full-stack apps using LLMs like GPT-4.1, Claude, or Gemini.
What it does:
You run:
saas-builder init
And behind the scenes, multiple agents kick in: