---
title: Starter Kits
description: Starter kits are repositories containing example code to get you
  started with various development projects.
pubDate: 2026-08-17T09:53:44.266Z
antora:
  editUrl: https://github.com/couchbase/docs-server/edit/release/7.6/modules/getting-started/pages/starter-kits.adoc
  xref: xref:7.6@server:getting-started:starter-kits.adoc[]
---

[Consult the llms.txt file for a full list of contents](/llms.txt)
[View original HTML](/server/7.6/getting-started/starter-kits.html)

# Starter Kits

Starter kits are repositories containing example code to get you started with various development projects.

## Couchbase Server in Docker

Start a Couchbase Server Docker Container and connect to the server using the Couchbase CLI.

[Learn more](https://github.com/couchbase-guides/couchbase-docker)

## Couchbase Server on Amazon EC2

Start an EC2 instance and connect to the server using the Couchbase CLI.

[Learn more](https://github.com/couchbase-guides/couchbase-amazon-cli)

## Couchbase Server with ASP.NET Core

Create a "hello world" ASP.NET Core web application that uses Couchbase Server as the backend database.

[Learn more](https://github.com/couchbase-guides/asp-net-core-mvc)

## Couchbase with Java SDK

Create a Java application that uses Couchbase Server as the backend to store a JSON document.

[Learn more](https://github.com/couchbase-guides/java-sdk)

## Couchbase with Node.js using Express Framework

Create a "hello world" Node.js web application that uses Couchbase Server as the backend database.

[Learn more](https://github.com/couchbase-guides/nodejs-express)

## Couchbase with NativeScript using Angular

Create a "hello world" NativeScript mobile application that uses Couchbase Server, NativeScript, and Angular.

[Learn more](https://github.com/couchbase-guides/nativescript-angular)

## Couchbase with Python SDK

Create a simple Python application to store and retrieve a JSON document in Couchbase Server.

[Learn more](https://github.com/couchbase-guides/python-sdk)

## Couchbase Lite (CBL) on Android

Build an Android application consisting of a single activity that performs CRUD operations and uses Couchbase Lite to store documents locally on the device.

[Learn more](https://github.com/couchbase-guides/java-android)

## Couchbase Backup

Learn how to create backups from Couchbase Server.

[Learn more](https://github.com/couchbase-guides/couchbase-backup)

## Couchbase Restore

Learn how to restore backups to Couchbase Server.

[Learn more](https://github.com/couchbase-guides/couchbase-restore)

## Write Your Own Starter Kit

Use these guidelines to build your own guide using AsciiDoc and push it to the couchbase-guides Github repository.

[Learn more](https://github.com/couchbase-guides/how-to-write-a-guide)