Examples
This section is code rather than a gallery of stores, because Beluga is a framework. Each example is a complete file or a complete configuration, and each says which rule it is being careful about, because that is the part you cannot get from a generic assistant.
| Example | What it shows |
|---|---|
| A custom product card | Replacing a presentational component while keeping it on the theme tokens and off the catalogue. |
| A custom landing page | A rewritten landing page that keeps the hero fallbacks and adds a section of its own. |
| A webhook receiver | A complete Node receiver: raw body, signature, timestamp, dedup, answer-then-work. |
| A catalogue CSV | A small importable file with a two-axis product, a digital product, and a draft. |
| A Dockerfile | The two-stage build for a Fly, Railway or plain Docker deployment. |
| A reverse proxy | nginx and Caddy in front of the API on a VM. |
| Scripting the admin API | Sign in, take the CSRF token, publish every draft. |
| A CLAUDE.md for your fork | The invariants and conventions in a file an assistant reads first. |
If you build a store on Beluga and want it listed, open an issue on GitHub with a link. A gallery of real stores would be a better page than this one.