Josh|Resonant
February 18, 2026
Version 0.6.6 — Event Promotions, Ticket Transfers & Major UI Overhaul
Hey everyone 👋 Been trying to push myself a lot recently to get this to launch ASAP! I've got 2 more venues committed to the platform and have inadvertently started Friends & Family funding 🥳 Funding is set to close at $100,000 in the form of 10 SAFEs. Ill make sure to include some pics of the SAFE so you guys can get a glimpse of how I'm going about it.
This release is a large-scale improvement across event management, ticket ownership, mobile responsiveness, and overall UI structure. A lot of components were refactored to improve long-term maintainability while introducing two major systems: Event Promotions and Ticket Transfers.
🎪 Event Management & Promotion System
🔧 Event Management Refactor
- Major overhaul of the Event Management component with improved structure and expanded functionality
- Better event statistics display and tracking
- Cleaner social link handling and image URL exclusions
- More stable state management and filtering logic
📢 Event Promotion System (NEW)
- New Event Promotion Dialog allowing venues to promote events from outside of the network
- Configurable promotion radius: 25, 50, or 100 miles
- Flexible duration selection (auto-expires on event date)
- Automatic cost calculation based on radius + duration
- Dedicated promotion tracking in database with status + expiration monitoring
This introduces a monetization layer while giving venues more visibility control over their events.
🎫 Ticket Transfer System (NEW)
🔄 Ticket Transfer Manager
- Full interface for managing incoming and outgoing transfers
- Accept, decline, cancel, or let transfers expire
- Support for both free transfers and paid ticket sales
- Real-time transfer status updates
🛡️ Secure Transfer Infrastructure
- Token-based validation system
- Transfer expiration logic
- Payment integration for paid transfers
- Full transfer history tracking
This adds real ownership flexibility to tickets while keeping transfers secure and trackable.
📱 Mobile Responsiveness & Layout Improvements
- This update significantly improves mobile usability:
- Prevented layout stretching beyond viewport width
- Improved tab navigation and menu toggles
- Better responsive grid handling across events and profile sections
Overall result: cleaner layouts, fewer broken sections, and much better small-screen usability.
📋 Booking & Contract System Enhancements
- Several core booking components were refactored:
- Improved booking management workflows
- Updated contract proposal dialog and viewer
- Improved availability checker logic These changes focus on stability, clarity, and better UX during high-friction workflows.
🏗️ Major Component Refactoring
Large structural improvements across:
- Profile page
- Venue about editor
- EPK tab
- Discover page
- Event page
- Stats tab
- Sidebar navigation
- Merch store
- Event cards
- Create event dialog
These refactors improve readability, maintainability, and long-term scalability of the codebase.
🛣️ Server & API Expansion
- Major expansion of API routes
- New endpoints for promotions and ticket transfers
- Enhanced notification integration
🎨 Styling & Design System
- Significant CSS refactoring
- Improved design system consistency
- Enhanced dark mode and light mode design
- Stronger responsive design patterns across components
📊 Summary
- 60 files changed
- ~9,900+ insertions / ~3,700+ deletions
- 2 major new systems (Event Promotions + Ticket Transfers)
- Extensive mobile + layout improvements
- Large-scale component refactoring