Release Notes

Version history, release notes, and changelog for BragBin.Com

Versioning Strategy

Semantic Versioning

BragBin.Com uses semantic versioning (SemVer) format: MAJOR.MINOR.PATCH

  • MAJOR: Breaking changes, major feature releases
  • MINOR: New features, backward-compatible additions
  • PATCH: Bug fixes, minor improvements

Current Version

v0.1.0(MVP Development)

Current app version from apps/web/package.json

Environment Mapping

EnvironmentGit BranchVercel ProjectDomain
Productionmainbragbinbragbin.com
Developmentdevbragbin-devdev.bragbin.com
PreviewAny branchbragbin/bragbin-dev*.vercel.app

v0.1.0 - MVP Development

Initial release - Foundation phase

IN DEVELOPMENT

Release Date

In Progress - Target: Day 30 Gate

Infrastructure

  • Linear project and backlog setup
  • Monorepo structure (web, api, mobile, desktop)
  • CI/CD pipeline (Vercel automatic deployment)

Authentication

  • User signup and login (MongoDB integrated)
  • JWT authentication middleware
  • Email verification (Resend integration pending)

Backend API

  • Express.js API server structure
  • MongoDB integration (auth, jobs, subscriptions, mail-in)
  • AWS S3 integration (upload and storage)
  • Stripe integration (subscription routes created)
  • Stripe webhook handlers (pending configuration)

Web Application

  • Landing page with waitlist form
  • Signup and login pages
  • Dashboard with stats and quick actions
  • Upload page (digital photos)
  • Jobs page (status tracking)
  • Subscription management page
  • Mail-in service pages (instructions, order form)
  • Affiliate CTAs (A Place for Mom, etc.)

Known Issues

  • Email verification pending Resend configuration
  • Stripe webhook URL needs configuration in Stripe Dashboard
  • Virus scanning (ClamAV) integration pending

Upcoming Releases

v0.2.0 - Refinement Phase

PLANNED

Target: Day 31-60

  • • Mobile application (React Native/Flutter)
  • • Desktop application (Tauri/Electron)
  • • Additional affiliate integrations
  • • Pilot user feedback integration

v1.0.0 - Public Launch

PLANNED

Target: Day 61-90

  • • All platforms feature-complete
  • • All affiliate integrations live
  • • Soft launch (invite-only beta)
  • • Public launch (marketing, SEO)

Breaking Changes

No breaking changes in v0.1.0 (initial release). Breaking changes will be documented here for future releases.

Migration Guides

No migration guides needed for v0.1.0 (initial release). Migration guides will be provided for future releases with breaking changes.

Status Legend

Completed
In Progress
Known Issue
Planned
Back to Technical OverviewView Product Roadmap