---
title: "[Contentstack Launch] - Launch Examples Repositories"
description: Categorized list of repositories available in the Contentstack Launch Examples GitHub organization.
url: https://www.contentstack.com/docs/launch/launch-examples-repositories
product: Contentstack Launch
doc_type: reference
audience:
  - developers
version: current
last_updated: 2026-05-18
---

# [Contentstack Launch] - Launch Examples Repositories

This page lists and categorizes the repositories available in the Contentstack Launch Examples GitHub organization. It is intended for developers looking for sample implementations, demos, and templates related to Contentstack Launch and Edge Functions, and should be used when you need a reference repository for a specific use case (e.g., deployments, SSO, caching, CI/CD, benchmarking).

## Launch Examples Repositories

The following sections categorize the repositories available in the [Contentstack Launch Examples](https://github.com/contentstack-launch-examples) GitHub organization.

## Launch Edge Functions

### Blue-Green Deployments:

Sample implementation of blue-green deployments using Contentstack Launch Edge Functions.  
Repository: `edge-blue-green-deployments`

### Monorepo with Edge Function:

Demonstrates a monorepo setup incorporating Edge Functions.  
Repository: `monorepo-with-edge-function`

## Security SSO Implementation with Launch Edge Functions

### Edge SSO:

Protects your website with authentication via Contentstack OAuth Single Sign-On (SSO).  
Repository: `edge-sso`

## Edge Performance and Benchmarking

### Launch Edge Benchmark:

Provides benchmarking tools for evaluating the performance of Contentstack Launch Edge Functions.  
Repository: `launch-edge-benchmark`

### Vercel Edge Benchmark:

Offers benchmarking tools for assessing the performance of Vercel Edge Functions.  
Repository: `vercel-edge-benchmark`

## Caching Strategies

### Management API Cache Wrapper:

Sample website that caches Contentstack Management API calls with custom cache headers.  
Repository: `management-api-cache-wrapper`

### Cache Priming Demo:

Demonstrates the Cache Priming feature in Contentstack Launch.  
Repository: `cache-priming-demo`

## Continuous Integration and Deployment

### GitHub Actions Demo:

Sample repository demonstrating GitHub Actions for Contentstack Launch.  
Repository: `github-actions-demo`

## Frontend Frameworks and Templates

### Remix Portfolio:

A portfolio template built with Remix.  
Repository: `remix-portfolio`

### Turborepo NPM Demo:

An official starter Turborepo using npm as a package manager.  
Repository: `turborepo-npm-demo`

## Monitoring and Logging

### Launch CloudWatch OTEL Collector:

Dockerfile setup for collecting metrics and logs using AWS CloudWatch and OpenTelemetry.  
Repository: `launch-cloudwatch-otel-collector`

## Device Adaptation

### Edge Device Adaptation:

Demonstrates device adaptation using Edge Functions.  
Repository: `edge-device-adaptation`

## Common questions

### Where can I find the full list of repositories?
The repositories are available in the [Contentstack Launch Examples](https://github.com/contentstack-launch-examples) GitHub organization.

### How do I choose the right example repository?
Pick the category that matches your use case (for example, deployments, SSO, caching, CI/CD, benchmarking, templates, monitoring, or device adaptation) and use the repository name listed under that section.

### Are these repositories intended for production use?
These repositories are examples and demos; review each repository’s documentation and adapt it to your requirements before using it in production.

### Do these examples cover both Contentstack Launch Edge Functions and other edge platforms?
Yes. The list includes Contentstack Launch Edge Functions examples and also includes a benchmarking repository for Vercel Edge Functions.