Closed Alpha — registrations open 1 May 2026. Register your interest →

ABOUT THE BETA

wolfman.app / development

wolfman.app is built in the open, in real-time collaboration with Claude Code. Every feature starts as a GitHub Issue. Every release is a named milestone. What you see below is the actual deployment history — every version logged, every change listed. No spin. Just the build.

// release notes

Loading…

// how we build

01 — Issues

Every feature, bug, and idea starts as a GitHub Issue. Issues are labelled, milestoned, and prioritised before any code is written.

02 — Branches

Work happens on feature branches named feature/description. Every branch pushed to GitHub gets an automatic Vercel preview URL — a live, isolated version of the site for testing before anything reaches production.

03 — Releases

Features ship in named releases (Closed Alpha through Release 0.9 — Legal). Merging to main triggers an automatic production deploy to wolfman.app. Every deployment is logged above with version number and change list.

04 — Versioning

Version numbers follow a four-part format: [site state].[release].[feature].[minor update]. The second decimal tracks the current release phase (0.1 = Closed Alpha), the third counts feature deploys, and the fourth counts minor fixes.

05 — Feedback loop

Beta users submit feedback via the feedback form. Each submission becomes a GitHub Issue automatically, labelled beta-feedback and routed to the right milestone.