create-kinetic-app
v0.1.0
Published
Create a new Kinetic full-stack application
Maintainers
Readme
create-kinetic-app
Create a new Kinetic full-stack application with one command.
Usage
npx create-kinetic-app my-appOr with pnpm:
pnpm create kinetic-app my-appOptions
Usage: create-kinetic-app [project-name] [options]
Create a new Kinetic full-stack application
Arguments:
project-name Name of the project
Options:
--skip-install Skip installing dependencies
--skip-git Skip initializing git repository
-V, --version output the version number
-h, --help display help for commandWhat You Get
A production-ready full-stack starter designed for AI-first development:
- ⚡ Next.js 15 — App Router, Server Components
- 🔐 Authentication — NextAuth with OAuth
- 🗄️ Database — Neon Postgres + Prisma ORM
- 🔌 API — tRPC for end-to-end type safety
- 🎨 UI Components — Pre-built layouts and components
- 🌙 Dark/Light Mode — CSS variables with proper contrast
- 📦 Monorepo — Turborepo + pnpm workspaces
- 🤖 AI-Ready — Strict types and CLAUDE.md for AI agents
License
MIT © Nonce Logic
