Welcome to Your Site

Build amazing things with Astro, Tailwind, and Storyblok

Get Started

Quick Start Guide

1. Configure Storyblok

Update your .env file with your Storyblok token:

STORYBLOK_TOKEN=your_actual_token_here

2. Create a Story in Storyblok

In Storyblok, create a story named "home" with a component structure like:

{
  "hero": {
    "title": "Your Custom Title",
    "subtitle": "Your custom subtitle",
    "button_text": "Click Me",
    "button_link": "/about"
  }
}

3. Deploy to Cloudflare

Push to GitHub and connect your repo to Cloudflare Pages. See README for details.