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:
- Make sure your repository is public and well-documented with a
README.mdthat explains setup steps. - Add a row to the table above.
- Update the templates table in
README.mdas well. - 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)