polls on atproto pollz.waow.tech
atproto zig
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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