This repository contains the default project automatically generated when you create a Starlight-based project in Content Island.
It serves as a ready-to-use starting point for building documentation sites powered by Astro Starlight, already configured to work seamlessly with Content Island’s content management features.
You can explore and preview this template directly on StackBlitz:
To run this project on your local machine:
# 1. Clone the repository
git clone https://github.com/content-island/starlight-template-default-example.git
# 2. Move into the project folder
cd starlight-template-default-example
# 3. Install dependencies
npm install
# 4. Start the development server
npm run devThen open your browser and visit http://localhost:4321 (or the URL shown in your terminal).
For more information about Content Island templates and how they work, visit the official documentation:
🔗 https://docs.contentisland.net/templates/overview/
Content Island is a headless CMS designed for modern static site workflows.
It integrates with frameworks like Astro, Next.js, and others — giving you a visual, structured way to manage your content while keeping full control of your codebase.