Skip to main content
← All Updates

v1.1.0

2026-02-25

Launch Readiness

This release covers everything needed to go from development to production.

Deployment & Infrastructure

  • Fixed server configuration for production hosting on Railway
  • Added proper queue worker and scheduler process definitions
  • Environment variables cleaned up and documented

Email Tracking

  • Postmark webhook integration now tracks bounces, opens, and spam complaints in real time
  • Your outreach dashboard automatically updates when a coach opens your email
  • Webhook authentication protects against spoofed events

NCAA Compliance Improvements

  • Gate rules are now stored in the database instead of being hardcoded
  • This means gate dates can be updated instantly if NCAA rules change — no code deploy needed
  • Compliance status visible on your Settings page

New Pages

  • Settings page with Account, Notifications, and Compliance tabs
  • Hardship Application form for families needing financial assistance
  • Stats page for linking MaxPreps or entering stats manually
  • Coach Directory accessible to subscribed users with contact info

Behind the Scenes

  • AI email drafts, readiness calculations, and school narratives now process in the background for faster page loads
  • Rate limiting on AI routes and newsletter signup to prevent abuse
  • Strict type safety added across all controllers