v0.1 ยท 2026-04-19 ยท public preview

ATXbbs

Modern BBS software for the people who remember when forums were forums. Born from rebuilding spring.com — an Austin BBS that ran 1996–2014 — from the Wayback Machine. Yapp-inspired, archive-aware, no algorithm, no ads, verified email + optional phone.

See it running » Read the specs Install it yourself
Reference implementation
austinspring.com — the reborn Spring BBS, running on ATXbbs.
72Conferences
4,308Topics
224k+Responses
1996–2026Span

What ATXbbs is

ATXbbs (pronounced "A-T-X B-B-S") is a web-based conferencing platform — a modern descendant of PicoSpan (which ran The WELL) and Yapp (which ran spring.com 1996–2014). It's built specifically to do something neither of those could: resurrect a long-dead BBS from its Wayback Machine archives, then let modern visitors post on top of it.

“You are conversing with other people, not with bits and bytes on your screen. Cut slack as you would like to have slack cut for you.”
— from the original Yapp users guide, 1996. Still applies.

What it gives you

๐Ÿ“š Archive resurrection

Reconstruct any yapp-era BBS from Wayback. Each topic gets a static page; each post-2026 reply lands underneath the original 1998 conversation.

๐Ÿ—ฃ Conferences · topics · responses

Yapp's three-tier model. Not "channels" or "threads" or "posts" — the language the original BBS cohort speaks.

๐Ÿ”ฅ Reply notifications

Email when someone replies to a topic you've participated in. Per-user opt-out. One-click unsubscribe in every email.

๐Ÿ”Œ Email required + verified to post

Handle + password, that's it. Email optional (used only for password reset + reply notifications if you want them).

๐Ÿ›ก Soft-delete moderation

Admin queue for spam. Posts are never hard-deleted — flagged + hidden, undoable. Audit trail by design.

๐Ÿ“ก RSS first-class

Per-conference, all-activity firehose, eventually per-thread. Subscribe to a topic without an account.

๐ŸŽฏ Live stats + activity feed

What's new since you left. Last 50 / 100 / 333 / 500 (yapp's pulse view). Member count, daily new posts, all on the homepage.

๐Ÿ”— Cross-site bridge

Built to live alongside other community sites. Auto-injects banner cross-links between thematic conferences and their reference sites.

The stack

language       Python 3.12
web            Flask + Jinja2 + gunicorn (single-worker on a $6/mo droplet)
db             SQLite (single file, b2 nightly snapshot)
templates      Static HTML for archive (1,000s of pages, served by nginx)
               Dynamic Flask for live conferences + auth
email          Resend HTTPS API (DigitalOcean blocks SMTP)
backup         B2 (nightly sync + 30-day dated snapshots)
deploy         systemd unit, cron-managed, SSH-only
total LoC      ~2,500 (Python) + ~1,500 (templates + CSS)

Where to go next

Status

v0.1 ยท public preview ยท 2026-04-19. ATXbbs is in active soft-launch ahead of the May 1, 2026 official launch of austinspring.com. The reference implementation is the canonical "what does this software do." Source release coming once the API surface stabilizes.