---
title: "[Node JS] - About NodeJS Delivery SDK"
description: About NodeJS Delivery SDK
url: https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/nodejs/about-nodejs-delivery-sdk
product: Contentstack
doc_type: sdk-guide
audience:
  - developers
version: latest
last_updated: 2026-03-26
---

# [Node JS] - About NodeJS Delivery SDK

This page explains what the Contentstack Node.js Delivery SDK is, what it’s used for, and where to go next to integrate it into a Node.js application. It’s intended for developers building Node.js-based applications that fetch and deliver content from Contentstack.

## About NodeJS Delivery SDK

*Use Contentstack to power content for your Node.js projects*

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

**Note**: The Contentstack Node.js SDK supports [Node.js](https://nodejs.org/en) version 20 or later

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

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

## Common questions

### What does the Contentstack Node.js SDK use to fetch content?
It uses the [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to Node.js-based applications.

### What Node.js versions are supported?
The Contentstack Node.js SDK supports [Node.js](https://nodejs.org/en) version 20 or later.

### Where do I start integrating the SDK into my Node.js app?
Follow the steps mentioned in the [Get Started](/docs/developers/nodejs/get-started-with-nodejs-sdk) section.

### Are there examples I can reference?
Yes, you can check out the [sample Node.js apps](/docs/developers/nodejs#sample-apps-for-nodejs) that Contentstack have developed to see Node.js SDK in action.