
I Built a CLI That Turns One Sentence Into a Full Project π
just-start-dude create "a SaaS app for freelancers to track invoices" You get this: β Full Next.js project with Tailwind, Prisma, and Auth β All components, routes, and DB schema written β .env.example with every variable documented β Professional README β Dependencies installed β Git repo initialized β Opens in VS Code In 30 seconds. No setup. No boilerplate. Just start. Why I built this Every time I start a new project I waste the first 2 hours on the same things β setting up Tailwind, wiring up auth, writing the Prisma schema, creating the folder structure. It's not hard, it's just annoying. So I built just-start-dude. You describe what you want to build in plain English, and Claude AI figures out the right stack, generates every file, and hands you a project that's ready to run. How it works When you run the command, three things happen: Step 1 β AI analyzes your description Your description gets sent to Claude, which returns a structured project plan: the best template for your us
Continue reading on Dev.to JavaScript
Opens in a new tab


