@meierdev/10xdev
v0.1.9
Published
Forget Rork, Lovable, Bolt — build apps and SaaS with just your Claude subscription
Maintainers
Readme
10xdev
Forget Rork, Lovable, Bolt. If you have a Claude subscription, you already have everything you need to build apps and SaaS.
10xdev sets up your entire dev environment in one command — so you can start building, not configuring.
Prerequisites
You need Node.js 18+ (includes npm) to run the setup.
👉 Download Node.js (LTS, works on macOS, Windows & Linux)
Verify it works:
node -v # should show v18 or higher
npm -v # should show a version numberQuick Start
npx @meierdev/10xdev initThis installs and configures everything you need:
- Node.js, Git, GitHub CLI — prerequisites
- Claude Code — AI-powered coding
- Supabase — database + auth
- Vercel — deployment
- Resend — emails
- 8 Claude Code skills — your new workflow
Skills
After init, these commands are available inside Claude Code:
| Skill | What it does |
|-------|-------------|
| /create-saas | Scaffold Next.js + Supabase + shadcn/ui + Tailwind + Stripe + Resend + Vercel |
| /create-app | Scaffold Expo + Supabase + Resend mobile app |
| /preview-saas | Start dev server, open browser |
| /preview-app | Start dev server, open iOS/Android simulator |
| /sync | Git pull, commit, push + branch management |
| /deploy | Deploy to Vercel production |
| /status | Show running servers, git state, ports |
| /check | Health check — is everything installed? |
Example Workflow
# 1. Setup once
npx @meierdev/10xdev init
# 2. Start Claude Code
claude
# 3. Inside Claude Code, create your project
/create-saas
# 4. Code with Claude, then ship it
/sync # commit & push
/deploy # ship to productionRequirements
- macOS, Linux, or Windows
- Node.js 18+
- Claude Code subscription
License
MIT
