BCMS Starters

repository·master·Indexed 18 days ago

https://github.com/bcms/starters

A collection of free, high-performance, and responsive website templates integrated with the BCMS headless CMS. Built with Tailwind CSS, these starters support frameworks including Next.js, Astro, Nuxt, SvelteKit, and Gatsby. Templates cover various use cases such as Agency, Blog, Conference, E-commerce, Job Board, Personal, Podcast, Recipes, and Restaurant.

Tokens
27K
Snippets
111
Records
143
Agent score
63%

What's inside bcms-starters

  1. Install the BCMS Simple Blog Svelte starter

    master

    To create a new project using the BCMS Simple Blog Svelte starter, use the BCMS CLI. Run the create command with the svelte and simple-blog arguments. Follow the interactive prompts in your terminal to complete the setup.

    npx @thebcms/cli create svelte starter simple-blog
  2. Install the BCMS Simple Blog starter for Next.js

    master

    To scaffold a new project using the BCMS Simple Blog starter kit for Next.js, use the BCMS CLI. This starter provides a minimal, solid codebase designed to hook directly into your BCMS headless CMS project, allowing for easy extension and scaling.

    npx @thebcms/cli create next starter simple-blog
  3. Install the BCMS Job Board starter for Astro.js

    master

    To create a new project using the BCMS Job Board starter kit, use the BCMS CLI. This starter provides a minimal, solid foundation for building a job board application using Astro.js that connects directly to your BCMS headless CMS project.

    Run the following command and follow the interactive prompts to complete the setup:

    npx @thebcms/cli create astro starter job-board
  4. Install the BCMS Blog starter for Astro.js

    master

    To scaffold a new Astro.js project configured for BCMS using the blog starter template, use the @thebcms/cli. Run the creation command and follow the interactive prompts to configure your project settings.

    npx @thebcms/cli create astro starter blog
  5. Create the BCMS Recipes starter for Next.js

    master

    To scaffold a new Next.js project using the BCMS Recipes starter kit, use the @thebcms/cli. This starter provides a minimal, solid foundation designed to hook directly into your BCMS project for headless CMS integration. Follow the interactive prompts provided by the CLI after running the command.

    npx @thebcms/cli create next starter recipes