---
title: "[Ruby] - About Ruby SDK"
description: Use Contentstack to power content for your Ruby projects
url: https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/ruby/about-ruby-sdk
product: Contentstack
doc_type: sdk-overview
audience:
  - developers
  - ruby-developers
version: v2
last_updated: 2026-03-26
---

# [Ruby] - About Ruby SDK

This page introduces the Contentstack Ruby SDK, explains what it is used for, and points Ruby developers to the next steps and resources for integrating Contentstack content delivery into Ruby applications.

## About Ruby SDK

*Use Contentstack to power content for your Ruby projects*

Contentstack provides Ruby SDK that Developers can use to develop Ruby applications and power its content from Contentstack. The Contentstack Ruby SDK uses our [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to your Ruby -based applications.

**Note**: The Contentstack Ruby SDK supports Ruby v2.0 or later.

In order to integrate your Ruby app with Contentstack Ruby SDK, follow the steps mentioned in the [Get Started](/docs/developers/ruby/get-started-with-ruby-sdk) section.

You can check out the [sample Ruby apps](/docs/developers/ruby#sample-apps-for-ruby) that Contentstack have developed to see Ruby SDK in action.

## More resources

- [View and Download Ruby SDK repository on GitHub](https://github.com/contentstack/contentstack-ruby)

## Common questions

### Which APIs does the Contentstack Ruby SDK use?
The Contentstack Ruby SDK uses our [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to your Ruby -based applications.

### What Ruby versions are supported?
**Note**: The Contentstack Ruby SDK supports Ruby v2.0 or later.

### Where do I start integrating the Ruby SDK?
Follow the steps mentioned in the [Get Started](/docs/developers/ruby/get-started-with-ruby-sdk) section.

### Are there sample apps available?
You can check out the [sample Ruby apps](/docs/developers/ruby#sample-apps-for-ruby) that Contentstack have developed to see Ruby SDK in action.