Community Templates

Community Templates

These templates are provided by the BetterGov.ph community to help you build a transparency portal for your LGU quickly. All templates are open source.


Available Templates

Template Stack Repository Description
Better Solano Starter React + TypeScript GitHub Starter template based on the BetterSolano implementation
Better Los Baños Starter React + TypeScript GitHub Starter template based on the BetterLosBaños implementation
Better Local Gov React + TypeScript GitHub Local Government Website Starter Kit

Contributing a Template

If you have built a reusable template that others can fork:

  1. Make sure your repository is public and well-documented with a README.md that explains setup steps.
  2. Add a row to the table above.
  3. Update the templates table in README.md as well.
  4. Open a PR with the title: Add template — [Template Name]

Good templates typically include:

  • Clear folder structure
  • Sample/placeholder data so it works out of the box
  • Deployment instructions for at least one free hosting provider
  • A license (MIT or similar is recommended)