spread

https://git.tonybtw.com/spread.git git://git.tonybtw.com/spread.git
358 bytes raw
1
# Self-host-only entrypoint — Vercel serves the endpoint via api/analyze.go
2
# and the static files from its CDN, so the standalone binary isn't deployed.
3
main.go
4
README.md
5
6
# self-host-only app package (accounts/Postgres) — not used by the demo function
7
internal/app/
8
9
# local dev tooling
10
flake.nix
11
flake.lock
12
.air.toml
13
.gitignore
14
tmp/
15
.pgdata/
16
.pgsock/