Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Astro.js starter for BCMS headless CMS that scaffolds a job board website with a clean, extendable codebase, launched via the BCMS CLI.
BCMS Job Board is an Astro.js starter kit from BCMS that scaffolds a job board website connected to the BCMS headless CMS, with a minimal, clean codebase positioned as ready to extend and scale.
This is a front-end starter for Astro 6 that hooks directly into a BCMS project, so job listings and other content live in the CMS while the site is generated with Astro. It is created by the BCMS team and distributed through the bcms/starters repository on GitHub. The starter itself is minimal by design; it ships with the structure needed for a job board and leaves room for added features.
The project is initialized with a single command: npx @thebcms/cli create astro starter job-board, followed by interactive prompts. This is a code starter, not a hosted service — you run it locally and deploy the resulting Astro site yourself.
npx @thebcms/cli create astro starter job-board; the BCMS CLI handles setup and prompts.Run the one-line CLI command and follow the prompts to install the project. The generated codebase then reads content from your BCMS project and renders it with Astro. Requirements are Node.js 22.x or newer, npm 10.x or newer, and Astro 6.x. The BCMS documentation covers the integration in more detail.
You need Node.js 22.x or newer and npm 10.x or newer. The starter is built and tested against Astro 6.x, so using Astro 6 is recommended.
Run npx @thebcms/cli create astro starter job-board in your terminal and follow the interactive prompts. The BCMS CLI will generate the project files locally.
No. This is a front-end starter that hooks into your own BCMS project. You still need a BCMS project for hosting and managing your job listings and other content.
Yes. BCMS provides documentation and an Astro integration guide linked from the starter's README, along with a Discord community for questions.
BCMS is a headless CMS with documentation and integration guides for Astro and other frameworks. This starter is part of the BCMS starters repository on GitHub.
