Introduction
Keystatic is designed to work when you're creating a new site, or to introduce content management into your existing codebase.
It can save data locally, directly to Github, or both.
Quick start
New project
Local
Good for:
- Checking out Keystatic for the first time.
- Starting a new project from scratch.
- Making a quick prototype.
What you get:
- A local version of Keystatic running in Next.js or Astro
- Changes saved to your local file system
Add to your existing project
Existing project
Local
Astro
Next.js
Good for:
- Making your existing project editable!
- Adding Keystatic to your project with minimal effort.
What you get:
- Keystatic content management set up in your existing project.
More framework guides coming soon!