Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Astro.js starter kit for BCMS, a headless CMS. Minimal and clean codebase, ready to extend and scale.
Insightfull Ink is an Astro.js blog starter template that wires directly into the BCMS headless CMS, giving you a minimal codebase to build and scale a content-driven blog.
Insightfull Ink is an Astro.js starter kit for BCMS, a headless CMS. Its core function is to provide a minimal but solid starting point for a blog website, with a clean codebase that hooks directly into your BCMS project, ready to extend and scale as needed. The template is built and tested against Astro 6.x, and it requires Node.js 22.x or newer and npm 10.x or newer. It is official material maintained by BCMS, as shown by the links to BCMS documentation and integration pages.
npx @thebcms/cli create astro starter blog to generate a new project and follow the prompts to point it at your BCMS instance.To use the starter, open a terminal and run npx @thebcms/cli create astro starter blog. The CLI creates a new Astro.js project configured to pull content from BCMS, prompting you for project details during setup. The resulting site builds statically with Astro, fetching content from BCMS at build time.
You need Node.js 22.x or newer, npm 10.x or newer, and Astro 6.x. The starter is built and tested against Astro 6, so using that version is recommended.
Run the command npx @thebcms/cli create astro starter blog in your terminal and follow the prompts. This will scaffold a new Astro.js site connected to your BCMS project.
Yes, because the starter is designed to work with BCMS as its content backend. You will need a BCMS project to hook the starter into.
No, BCMS provides multiple starters. The BCMS starters page lists options for different frameworks, and you can find the Astro integration documentation linked from this repo.
