🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

create-kinetic-app

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-kinetic-app

Create a new Kinetic full-stack application

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

create-kinetic-app

Create a new Kinetic full-stack application with one command.

Usage

npx create-kinetic-app my-app

Or with pnpm:

pnpm create kinetic-app my-app

Options

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 command

What 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

Keywords

create

FAQs

Package last updated on 08 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts