WIP! A BB-style forum, on the ATmosphere!
We're still working... we'll be back soon when we have something to show off!
node
typescript
hono
htmx
atproto
1# AppView configuration
2PORT=3000
3FORUM_DID=did:plc:your-forum-did-here
4PDS_URL=https://your-pds.example.com
5
6# Database
7DATABASE_URL=postgres://atbb:atbb@localhost:5432/atbb
8
9# Web UI configuration
10# PORT=3001 (set in web package, or override here)
11APPVIEW_URL=http://localhost:3000
12
13# Forum Service Account credentials (for spike and AppView writes)
14FORUM_HANDLE=your-forum-handle
15FORUM_PASSWORD=your-forum-password