Skip to content

thumbrella-dev/website

Repository files navigation

Thumbrella Web

Primary website and documentation for Thumbrella, the fast media thumbnail platform. Built with Astro, deployed to Cloudflare Workers.

The project documentation lives in src/content/docs/ and is rendered by Starlight.

This website hosts the main static website for Thumbrella. There are several related websites that are part of the Thumbrella platform. This does not include

Getting Started

npm install
npm run dev        # Astro dev server on port 4321

The dev server binds to 0.0.0.0 so it works with forwarded ports in container environments.

Directory Structure

web/
├── src/
│   ├── components/       # Reusable Astro and React components
│   │   └── starlight/    # Starlight component overrides
│   ├── content/          # Markdown content for main page and documentation
│   │   └── docs/         # Documentation pages (Starlight content collection)
│   ├── layouts/          # Page layout components
│   ├── pages/            # Route pages and API endpoints
│   └── styles/           # Global CSS and Starlight theme overrides
└── public/               # Static assets (favicon, robots.txt, logos)

Documentation

Authentication

The site connects with Clerk to allow users to create and manage their accounts. This is a static website, and those interactions are routed through a separate "admin" project with all the dynamic account and credentials management.

None of the Clerk or Admin is needed to edit, browse, and develop the static Thumbrella web contents.

Deployment

Deployment is handled by the repository owner via npm run deploy, which builds the Astro site and deploys to Cloudflare Workers. The site runs at thumbrella.dev. See wrangler.toml for the worker configuration.

License

Apache 2.0 — see LICENSE.

About

Project website and documentation for Thumbrella thumbnail platform

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors