Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Astro.js starter kit for BCMS headless CMS with a minimal codebase that hooks into your BCMS project to build restaurant websites.

Free pack of 100 HTML5 templates covering admin dashboards, business, eCommerce, restaurant, medical, travel, portfolio, and more.

Turborepo monorepo template with shadcn/ui, Tailwind CSS v4, React 19, and Next.js 15.

A scaffold for quickly building a new Eleventy static site with Netlify Dev, serverless functions, and a CSS pipeline.

11ty starter template build using Fylgja CSS.
Tastyyy is an Astro.js restaurant website starter that pairs with BCMS, a headless CMS, to produce a static restaurant site whose content is managed entirely through a BCMS project. It is a minimal starter from the BCMS starters collection, designed to be extended into a production-ready site.
Tastyyy is a minimal restaurant website starter for Astro.js created by BCMS, a headless CMS platform. It takes a connected BCMS project as its content source and outputs an Astro-rendered static site, with the clean codebase hooking directly into the BCMS project for content fetching. Requirements are Node.js 22.x or newer, npm 10.x or newer, and Astro 6.x, which this starter is built and tested against. The BCMS starters collection also includes templates for Gatsby, Next.js, and Nuxt, all listed under the same repository topics.
npx @thebcms/cli create astro starter restaurant and follow the interactive prompts.Run the scaffolding command npx @thebcms/cli create astro starter restaurant, follow the prompts to connect to a BCMS project, and the CLI sets up the full Astro site with the BCMS integration. Then use standard Astro commands to install dependencies, run the dev server, and build the site; the build pulls content from BCMS and generates a static output.