Getting Started
A four-step path from git clone to a Next.js frontend reading from your Krios project.
Steps
- Installation — clone, install deps, configure env, push schema, seed.
- Your first project — define a content type, create an entry, publish it.
- Your first frontend — wire a Next.js app to your Krios project via the SDK.
After that, the Content Modeling and Delivery API sections cover the rest of the surface.
What you'll need
- Node 20+
- pnpm 9+
- A Postgres database — Neon's free tier is the easy path
- Supabase Storage (or any S3-compatible bucket) for media
- A few minutes — the demo project comes seeded
Recommended order for new users
- Run through Installation.
- Sign in to the admin UI; click around the seeded demo project to get oriented.
- Skim Content Modeling → Content Types so the schema-first model clicks.
- Build your first content type via "Your first project".
- Wire a frontend via "Your first frontend".
- From there: pick whichever sub-area is most relevant — workflows, translations, environments, custom field types.