Quick start: choose your path
You can get started in a few different ways with Contentstack. Use the CLI, grab a kickstarter from the Marketplace, or start from scratch.
You can get started in a few different ways with Contentstack. Use the CLI, grab a kickstarter from the Marketplace, or start from scratch.
Use our CLI to get started
npm install -g @contentstack/cliSet your region and log in
csdx config:set:region AWS-EU
csdx auth:loginBootstrap
csdx cm:bootstrap --app-name "kickstarter Next.js" You can also just seed a stack
csdx cm:stacks:seed --repo "contentstack/kickstart-stack-seed" --org "<ORG_ID>"Contentstack Kickstarts are minimal, opinionated starter projects that remove boilerplate and provide the fastest path from zero to a fully wired Contentstack integration, from simple framework connections to advanced rendering patterns and production-ready templates.
Want to know something specific? Read up on our official docs, browse the academy or join the community.

Official Contentstack Documentation
Learn about Home Page in Contentstack's comprehensive documentation. Get step-by-step guides, code examples, and best practices.

Contentstack Academy
Your source for learning all things composable and Contentstack. Welcome to the Contentstack Academy - where you can learn all things Contentstack. We offer short-form content and longer formal courses. Whatever your learning style, we have material here for you to get the most out of Contentstack.
Contentstack Discord
Join our Discord to connect with developers, creators and Contentstack experts. Get real-time help, share ideas and stay in the loop with community events.
We built this site with the notion users and AI agents will consume it. With that in mind we have created a few things.
This website offers an http streamable MCP server to query it's content with different tools: content_search, content_get, people_get_profile, people_list.
{
"mcpServers": {
"contentstack": {
"transport": {
"type": "http",
"url": "https://developers.contentstack.com/api/mcp"
}
}
}
}To make Agents happy we have:
Stay updated with the latest livestreams, tutorials, and resources to help you learn, build, and grow with Contentstack. Get hands-on insights, walkthroughs, and community-driven sessions.

Exploring Launch Public APIs
The Launch API lets you manage all the resources (Projects, Environments and Deployments) in your Launch project using REST API. Tim and Lo will create a dep...

Vibing with Developer Hub
Contentstack Pulse for Developers: Vibing with Developer Hub

Command Line Magic with Arke!
Join us for an in-depth technical demonstration of Beacon! Arke’s internal developer tool built to streamline composable workflows.We’ll explore why Beacon w...

Cache Priming Magic!
Join Tim & Lo with special guest Dean Haddock, Group PM for Platform and Hosting, for an in-depth conversation about implementing caching to reduce server lo...
1npm install -g @contentstack/cli1csdx config:set:region AWS-EU
2csdx auth:login1csdx cm:bootstrap --app-name "kickstarter Next.js" 1csdx cm:stacks:seed --repo "contentstack/kickstart-stack-seed" --org "<ORG_ID>"1{
2 "mcpServers": {
3 "contentstack": {
4 "transport": {
5 "type": "http",
6 "url": "https://developers.contentstack.com/api/mcp"
7 }
8 }
9 }
10}