Skip to main content

Getting Started

A four-step path from git clone to a Next.js frontend reading from your Krios project.

Steps

  1. Installation — clone, install deps, configure env, push schema, seed.
  2. Your first project — define a content type, create an entry, publish it.
  3. 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
  1. Run through Installation.
  2. Sign in to the admin UI; click around the seeded demo project to get oriented.
  3. Skim Content Modeling → Content Types so the schema-first model clicks.
  4. Build your first content type via "Your first project".
  5. Wire a frontend via "Your first frontend".
  6. From there: pick whichever sub-area is most relevant — workflows, translations, environments, custom field types.