boilplate¶
Copy-paste-ready boilerplate for the things you keep rewriting.
This site collects small, opinionated, well-validated snippets you can drop straight into a project. Everything here is designed to be:
- Self-contained โ copy a single block and it works.
- Validated โ variables come with
validationblocks, types, and sane defaults. - Cited โ links back to the upstream docs so you can verify behavior.
Sections¶
-
Terraform / OpenTofu
Variables, modules, backends, providers, IAM patterns.
-
Terragrunt
Modern
root.hcl+ units + explicit stacks. -
GitHub Actions
Reusable workflows, OIDC, container builds, releases.
-
Containers
Multi-stage Dockerfiles, distroless, dev compose stacks.
-
Kubernetes
Deployment baseline, probes, scaling, RBAC, Helm.
-
API / Backend
Service skeletons, RFC 7807 errors, pagination, OpenAPI.
-
Data
Postgres conventions, Alembic, dbt, Airflow.
-
Observability
Structured logging, OpenTelemetry, Prometheus.
-
Repo hygiene
.gitignore,.editorconfig, pre-commit, Makefile patterns.
About the name
The repo name boilplate is an intentional typo. Don't @ me.