polls on atproto pollz.waow.tech
atproto zig
Zig 73.8%
Svelte 19.2%
TypeScript 3.8%
Dockerfile 0.8%
Just 0.8%
HTML 0.8%
CSS 0.5%
JavaScript 0.3%
15 1 0

Clone this repository

https://tangled.org/zzstoatzz.io/pollz https://tangled.org/did:plc:xbtmt2zjwlrfegqvch7fboei/pollz
git@tangled.org:zzstoatzz.io/pollz git@tangled.org:did:plc:xbtmt2zjwlrfegqvch7fboei/pollz

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
readme.md

pollz#

polls on AT Protocol. create polls, vote, see results in real time.

pollz.waow.tech

lexicons#

stack#

jetstream → backend (zig + sqlite + oauth) → frontend (sveltekit)
                          ↑
                  user's PDS (oauth)

develop#

# backend
cd backend && zig build -Doptimize=Debug && ./zig-out/bin/pollz

# frontend
cd frontend && pnpm dev

deploy#

just deploy            # both
just deploy-backend    # fly.io
just deploy-frontend   # cloudflare pages