Skip to content

Repository files navigation

Postil: Trust the merge, not the speed

Postil

Postil is a code review gate for pull requests. It publishes findings that can change a merge decision, stays silent on clean changes, and reports gate status separately from advisory review comments.

This repository contains the hosted Postil service: the dashboard, webhook receiver, review worker, billing controls, and deployment configuration. The review engine is the Postil CLI.

Start here

Local development

Postil uses Bun, Next.js, and PostgreSQL. Copy .env.example to .env, configure a reachable PostgreSQL database and the credentials required for the path under test, then run:

bun install
bun run db:migrate
bun run operational:indexes
bun run jobs:activate-release
bun run dev

Run focused tests with bun test <path>. Build the production application with bun run build.

Related repositories

Report security issues through GitHub private vulnerability reporting, not a public issue.

About

Quiet AI code review that stays silent on clean pull requests.

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages