Develop Ruby apps
Learn how to develop your own Ruby applications that use Kontent.ai APIs.
Table of contents
SDKs and API references
The SDKs, tools, or plugins mentioned on this page are maintained by our community. If you have questions or want to report bugs, we recommend submitting issues in the appropriate GitHub repository. Feel free to pitch in with your improvements as well.
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 and import content into your Kontent.ai projects. With Management API, you can create, edit, delete, publish your content, and more.
Postman collection
Get to know the Kontent.ai's REST APIs with the popular Postman client. Install our Postman collection and try any of the API endpoints.
Find more about the APIs and their availability in the API reference.
Get started tutorials
If you are new to the Ruby 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.
Dive deeper
Take your Kontent.ai-powered apps further with the following APIs and features.
- Smart link SDK automatically creates edit links in your web app based on HTML data attributes provided in your app. The SDK also lets you connect your website with Web Spotlight.
- Webhooks provide an event-based notification mechanism. They let you know about specific changes in your project as they happen, which is useful for caching.
- Image transformation API is a real-time image manipulation and optimization API. Check our image optimization guide to speed up image delivery in your app.
- Custom Elements API lets you implement your own custom elements and use methods from this JavaScript API.
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.