What problem does it solve?
Solo developers and indie hackers often get stuck turning an app idea into a deployed, monetized product because they lack a clear build order and production-tested architecture decisions. This Skill provides a phase-by-phase coaching workflow covering scaffolding, AI integration, auth, payments, i18n, deployment, and China accessibility.
Core Features & Use Cases
- Phase-Based Development Plan: Enforces a 10-phase order (scaffolding → MVP → UI polish → Supabase persistence → auth → payments → i18n → deployment → Cloudflare China access → launch), with a deployable product after each phase.
- Production Code Patterns: Provides working code for Vercel AI SDK streaming with OpenRouter, Supabase SSR auth with three client types, LemonSqueezy webhook verification, localStorage-to-cloud sync, and geo-detection middleware.
- Pitfall Diagnosis: Documents real failure modes such as OpenRouter Responses API incompatibility, missing middleware session refresh, Cloudflare SSL misconfiguration, and Resend free-tier email limits.
- Use Case: A solo developer wants to build an AI writing tool with subscriptions. The Skill walks them from
create-next-app on day one to a deployed app with Google OAuth, LemonSqueezy payments, and a Cloudflare-proxied domain accessible in China within two weeks.
Quick Start
Ask the AI to act as a full-stack coach and create a phased build plan for your Next.js app idea, starting with project scaffolding and a first Vercel deployment.