polls on atproto pollz.waow.tech
atproto zig

add readme with architecture diagram, cleanup dead code

- add readme.md with ASCII architecture diagram in details block
- remove jetstream connection (vestige from pre-tap architecture)
- remove loadUserVotes and poll.votes Map (unused)
- add [src] link to tangled in header
- add .wrangler to gitignore

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Changed files
+17
+17
readme.md
··· 1 + # pollz 2 + 3 + polls on atproto 4 + 5 + ``` 6 + firehose → tap → backend (zig + sqlite) → frontend 7 + 8 + user's PDS (oauth) 9 + ``` 10 + 11 + ## stack 12 + 13 + - [tap](https://github.com/bluesky-social/atproto/tree/main/packages/tap) - firehose sync 14 + - [zig](https://ziglang.org) + [httpz](https://github.com/ikskuh/http.zig) - backend 15 + - [atcute](https://github.com/mary-ext/atcute) - atproto client 16 + - [fly.io](https://fly.io) - backend hosting 17 + - [cloudflare pages](https://pages.cloudflare.com) - frontend hosting