launchframe
v0.5.2
Published
Scaffold a Next.js app from a reference URL plus your SaaS idea — AI-ready website cloning
Maintainers
Readme
Launchframe
Scaffold a Next.js app pre-wired for Launchframe — /clone-website and /launchframe slash commands for Claude Code, Cursor, Copilot, Windsurf, and more.
Usage
npx launchframe@latest my-app
cd my-appThen open the project in your IDE and run:
/clone-website https://example.com
/launchframe https://example.com "Your SaaS idea"Options
| Flag | Description |
| --- | --- |
| -y, --yes | Skip confirmation when the target directory is not empty |
| --no-install | Skip npm install after scaffolding |
| --force | Merge template files into an existing directory without prompting |
| -h, --help | Show help |
| -v, --version | Show version |
Requirements
- Node.js 24+
Publishing (maintainers)
From the repo root:
node scripts/prepare-launchframe-template.mjs
cd packages/launchframe
npm publish --access publicThe prepublishOnly hook rebuilds the bundled template automatically.
License
MIT
