ai-driven-templates
v0.1.1
Published
Cursor-ready AI project templates. MVP ships the Launchpad landing template generator.
Maintainers
Readme
AI-Driven Templates
Cursor-ready AI project templates for vibe-coders and founders.
Use With npx
This is a project generator. Use npx, not npm install.
npx ai-driven-templates createThe npm sidebar shows npm i ai-driven-templates automatically for every package,
but you do not need to install this package into your app. npx runs the
generator and creates your project folder.
The MVP package ships one production-oriented template:
launchpad— a landing page starter with Feature-Sliced Design, Cursor rules, docs, skills, security baseline, and quality checks.
Create a Launchpad Project
npx ai-driven-templates createYou do not need to run npm install ai-driven-templates before this command.
npx runs the generator package, then the generator creates your actual project
folder.
Recommended defaults:
npx ai-driven-templates create --yes --name my-launchpadLocal development command:
npm run create -- --yes --name my-launchpadWhat Gets Generated
The generated project includes:
- Cursor rules in
.cursorrules; - project context in
SYSTEM_BLUEPRINT.md; - stack decisions in
TECH_STACK.md; - docs for architecture, analytics, SEO, security, performance, deployment, and costs;
- agent skills in
docs/skills; - FSD folders in
src; - quality commands in
package.json.
Recommended Defaults
The MVP defaults are intentionally simple:
- template:
launchpad; - hosting:
vercel-free; - database:
none; - auth:
none; - payments:
none; - analytics:
vercel; - design:
dark-premium; - seo:
basic; - security:
owasp-next-baseline; - checks:
enabled.
After Generation
cd my-launchpad
npm install
npm run verifynpm run verify checks formatting, linting, TypeScript, Feature-Sliced Design structure, security baseline, and template module coverage.
Status
This is an MVP package. Shop, SaaS, and Blog are planned for later versions.
