Skip to content

Releases: Stijnus/bolt-astro-basic-template

v1.1.1 - Cleaned Template

29 Sep 18:12

Choose a tag to compare

Template Cleanup

  • Removed committed node_modules directory to reduce archive size from ~9k files to minimal template files
  • Added comprehensive .gitignore for Astro projects including:
    • node_modules/ and package lock files
    • dist/, .output/, .astro/ directories
    • Environment files and IDE configs
    • Logs and temporary files

This release provides a clean, lightweight template that Bolt can download and use efficiently.

🤖 Generated with Claude Code

v1.1.0 - Complete Astro Template

29 Sep 14:44

Choose a tag to compare

Astro Basic Template v1.1.0

Complete Astro static site generator template with:

  • ✅ Full project structure with src/, public/ directories
  • ✅ Astro configuration (astro.config.mjs)
  • ✅ TypeScript support (tsconfig.json)
  • ✅ .bolt configuration for template system
  • ✅ Modern build tooling and dependencies
  • ✅ Ready-to-use development and build scripts

Usage

  1. npm install - Install dependencies
  2. npm run dev - Start development server
  3. npm run build - Build for production

This release contains the complete template files, fixing import issues in Bolt.diy webcontainer.