Start building apps
51 minutes
Developer
Start building apps with Kontent.ai! Begin with the building blocks of every app: creating models for your content types, displaying rich text content, and resolving linked content. Then put it all together in your first app.
Turn your content types into strongly typed models
- 7 minutes
Improve your development experience by using strongly typed models based on your Kontent.ai content types.
Resolve rich text content
- 17 minutes
Your content creators can put all sorts of content in rich text elements. This is where most of your longer-form content lives, and it must be displayed correctly. Learn how to resolve Kontent.ai-specific entities, such as content items and components in rich text, so that your content always looks as intended.
Resolve linked content
- 10 minutes
When your content creators build pages by linking content items together, your app needs to know how to get all these individual items and resolve them.
Build your first Next.js app
- 17 minutes
Learn how to set up a TypeScript-based web app using Next.js, install the required packages, and generate strongly-typed models for content types created in Kontent.ai.Then use the models to display dynamic content from your Kontent.ai project on a web page.