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
Every feature, bug, and idea starts as a GitHub Issue. Issues are labelled, milestoned, and prioritised before any code is written.
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.
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.
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.
Beta users submit feedback via the feedback form. Each submission becomes a GitHub Issue automatically, labelled beta-feedback and routed to the right milestone.

