Getting started
Welcome to the kiwi documentation!
What is Kiwi?
Kiwi is a next plug and play CMS experience for your Next.js project. That allows you to controll your entire project or just some pages with simple and few configurations.
Project
src
└── app
├── (kiwi) # page and api routes managed by kiwi
| └── ... # fore more info,
├── my-page
| └── page.tsx # Non-kiwi page
└── api
└── my-api
└── route.ts # Non-kiwi api route
For more info about project structure, see files section.