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.
Improve your development experience by using strongly typed models based on your Kontent.ai content types.
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.
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.
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.