Chic.js SvelteKit rapid prototyping CLI by Mark Schellhas

Chic.js

SvelteKit for agents.

Crafted by · Inspired by Rails

npm install -g chic.js

Version 2.1.1 · Requires Node.js ^22.18.0 or >=24.11.0

Create a TypeScript SvelteKit app with Drizzle and SQLite, then generate validated CRUD resources, pages, APIs, and reversible migrations.

  • chic new — SvelteKit project via the official sv CLI
  • chic generate scaffold — models, pages, forms, and APIs
  • chic db migrate — reversible SQL migrations
  • chic server --open — run the app
Getting started