Skip navigation

Develop JavaScript apps

5 min read
Download PDF

Learn how to develop your own JavaScript applications that use Kontent.ai APIs.

Table of contents

    SDKs and API references

    We highly recommend using SDKs to make your app development easier.

    Delivery API

    Get content from your Kontent.ai projects with Delivery API. Check out our best practices for getting content and examples on filtering content.

    Management API

    Manage your Kontent.ai projects, import content, and automate content operations with Management API. Streamline user management with Subscription API.

    The Management SDK supports both Management API and Subscription API.

    Postman collection

    Get to know the Kontent.ai APIs with the popular Postman client. Find more about the APIs and their availability in the API reference.

    Get started tutorials

    If you're new to the JavaScript world, go through these tutorials. They'll get you up to speed before you dig into the sample apps.

    Sample apps

    Do you already know what framework you want to explore? Check one of these sample apps. If you have any questions, ideas for improvement, or you get stuck in code, feel free to submit a GitHub issue.

    Community-based sample apps

    These apps are maintained by our community. If you have questions or want to report bugs, we recommend submitting issues in the appropriate GitHub repository.

    Dive deeper

    Take your Kontent.ai-powered apps further with the following APIs and features.

    Typescript

    To leverage the full power of a strongly typed programing language like Typescript, you need strongly typed models. Use the Kontent.ai Model Generator to automatically generate strongly-typed models based on the content types in your Kontent.ai project.

    Jamstack

    Jamstack is an architecture designed to make the web faster, more secure, and easier to scale out of the box.

    The first step is to choose is a static site generator (SSG). A static site generator combines data from Kontent.ai with specific visual templates, and prerenders a static site, which you can host on a CDN.

    What's next?