Contributing

Voltfast is an open ecosystem. We welcome contributions to the core CLI, framework templates, and documentation. The project is open source under the MIT license.

Contribution Workflow

  1. Fork the repository and create your feature branch.
  2. Run npm run build to check for type errors.
  3. Ensure all tests pass using npm test.
  4. Submit a PR with a detailed description of your changes.

What to Contribute

  • New framework templates (Astro, SvelteKit, Remix)
  • Additional tooling presets (Biome, Oxlint, Bun)
  • Bug fixes and performance improvements
  • Documentation improvements