Five commands. Zero configuration. Under a minute.
quest_log.sh
# step 1: clone
$ git clone git@github.com:level09/stk.git && cd stk
# step 2: setup
$ ./setup.sh
# step 3: database
$ uv run quart create-db
# step 4: admin user
$ uv run quart install
# step 5: launch
$ uv run quart run
█ server running on localhost:5000
Full stack? docker compose up = PostgreSQL + Redis + Nginx.
◆ warp zone ◆
Choose Your Destination
▶ VPS WARP
One command. Auto-SSL via Caddy.
./ignite deploy
▶ DOCKER WARP
Full stack in containers. Production-ready.
docker compose up -d
▶ MANUAL WARP
Uvicorn + Nginx/Caddy + systemd.
uvicorn run:app
Power-Up!
Your AI already knows the codebase
STK ships with Claude Code instructions baked in. Open the project and your AI editor
instantly understands conventions, patterns, architecture. Scaffolding skills generate blueprints, APIs,
and migrations that follow the framework's idioms.
CLAUDE.mdskills/*
★ secret level ★
Want payments?
ReadyKit adds Stripe, multi-tenancy, and teams on top of STK.