---
title: "[Get Started with CS] - Build your Digital Property"
description: Learn how you can start using Contentstack to build your websites with help from a quick start guide, content modeling, and SDKs as development resources.
url: https://www.contentstack.com/docs/get-started/build-your-digital-property
product: Contentstack
doc_type: get-started
audience:
  - developers
  - content-managers
version: current
last_updated: 2026-03-26
---

# [Get Started with CS] - Build your Digital Property

This page explains how to start using Contentstack to build your websites, including a quickstart guide, how to structure your site with content modeling, how to set up your project, and where to find SDKs and other development resources. It is intended for developers and teams getting started with Contentstack and should be used when planning and beginning a new website project.

### Item 1

#### Article section

##### Heading

Build your Digital Property

##### Content

Learn how you can start using Contentstack to build your websites with help from a quick start guide to setting up your project, planning the structure of your site with content modeling, and finally using SDKs as development resources.

## Quickstart Guide to Build your First Project

Create a basic webpage using Contentstack within 5 mins using our [Quickstart](/docs/developers/quickstart-in-5-mins/) guide.

## Structure your Website

Content modeling allows you to determine and create the best content type for your needs by establishing the structure of your content at a granular level.

Learn more about [Content Modeling](/docs/developers/content-modeling/about-content-modeling/).

## Set up your Project

To set up your project, create a new stack. Next, create content types and entries. Once you have your content ready, publish using environments. You can use tokens to fetch or manage your content via APIs.

- [Set up a Stack](/docs/developers/set-up-stack/)
- [Create Content Types](/docs/developers/create-content-types/)
- [Create Entries](/docs/content-managers/author-content/#create-and-manage-content)
- [Set up an Environment](/docs/developers/set-up-environments/)
- [Create Token](/docs/developers/create-tokens/)
- [Fetch Content](/docs/developers/fetch-content/)

## Build your Website

Quickly build and manage websites using our SDKs. Using architecture diagrams, you can also create or set up your infrastructure for hosting, running, and managing your apps or websites. Our command-line interface (CLI) allows you to perform tasks in Contentstack via your terminal. Lastly, you can fetch and manage content in Contentstack using our Content Delivery and Management APIs.

- [SDKs](/docs/developers#platforms-and-sdks)
- [Static Site Generators](/docs/developers/sdks/content-delivery-sdk/javascript-browser/build-static-sites-using-static-site-generators)
- [Architecture diagrams](/docs/developers/architecture-diagrams/)
- [Starter Apps](/docs/developers/sample-apps/)
- [CLI](/docs/developers/cli/)
- [APIs](/docs/developers/#apis)

## Common questions

### What should I do first to build a project with Contentstack?
Start with the Quickstart guide: [Quickstart](/docs/developers/quickstart-in-5-mins/).

### Where do I learn how to structure my website content?
Use the Content Modeling documentation: [Content Modeling](/docs/developers/content-modeling/about-content-modeling/).

### What are the main setup steps before building the website?
Create a new stack, create content types and entries, publish using environments, and use tokens to fetch or manage your content via APIs.

### Where can I find tools and resources for development?
Use the links under “Build your Website” for SDKs, Static Site Generators, Architecture diagrams, Starter Apps, CLI, and APIs.