Kontent.ai
Copyright © 2023 Kontent.ai. All rights reserved.
  • Web
  • Privacy policy
  • Cookies policy
  • Consent settings
  • Security
  • GDPR
  • Documentation
  • API reference
  • Product updates
Kontent.ai Learn
  • Plan
  • Set up
  • Model
  • Develop
  • Create

Start building apps

  • Sign in
  • 1 hour and 40 minutes in total
    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.
    • Develop with Kontent.ai
    • Hello World
    • Hello Web Spotlight
    • Run a sample app
    • Build apps
    • Decide navigation and URLs
    • Environments
    • Get Developer Certification

    Turn your content types into strongly typed models

    • 10 minutes
    Open

    Resolve rich text content

    • 34 minutes
    Open

    Resolve linked content

    • 33 minutes
    Open

    Build your first plain JavaScript app

    • 22 minutes
    Open
    Improve your development experience by using strongly typed models based on your Kontent.ai content types.
    Apart from structured and formatted text, rich text elements can also contain references to content components and content items, and links to content items.Let’s see how to deal with these references so your rich text is displayed correctly.
    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 a basic plain JavaScript app that displays your content stored in Kontent.ai.You’ll practice what you’ve learned in the previous lessons.
    • Generate models
    • Resolve rich text
    • Resolve linked content
    • Build your first app