Templates and Starters¶
Flotiq provides templates and starters to speed up new project setup. This page shows where to start in the Panel and where to find implementation guides.
What to use¶
- Predefined Content Types when you want a ready content structure in the Flotiq Panel.
- Next.js starters when you want a ready frontend project connected to Flotiq.
- CLI starter flow when you want to bootstrap and import sample data quickly.
Start from Predefined Content Types¶
In the Panel, you can create common schemas from predefined tiles. Each template is designed for a typical website or application use case.
- Blog Post
- Event
- Product
- Project
- Recipe
See full details in Predefined Content Types.
Start from a Next.js starter¶
If you need a ready frontend, use one of the available Next.js starters.
See:
Recommended selection flow¶
- Choose the content shape in the Panel (predefined or custom Content Type Definition (CTD)).
- Choose a matching starter for your frontend stack.
- Connect project to your Space using API keys.
- Import sample data if needed.