Hi.Events
Open-source event management and ticket selling platform
Alternative to: eventbrite, tickettailor, dice.fm, tito
v1.0.0-alpha.1
2025-02-21Hi.Events v1.0.0-alpha.1 β Pre-release π
β οΈ This is a pre-release and not yet suitable for production. We welcome testers and feedback!
Whatβs Changed
β New Features
- Sell products alongside tickets (merchandise, donations, etc.) β [#239](https://github.com/HiEventsDev/Hi.Events/pull/239)
- Event reports (Daily Sales, Product, Promo Code) β [#285](https://github.com/HiEventsDev/Hi.Events/pull/285)
- Redesigned settings page β [#289](https://github.com/HiEventsDev/Hi.Events/pull/289)
- Checkout flow UI improvements β [#293](https://github.com/HiEventsDev/Hi.Events/pull/293)
- Dashboard UI updates & Social Share Modal β [#304](https://github.com/HiEventsDev/Hi.Events/pull/304)
- Ability to add notes to attendees & refactored attendee modal β [#320](https://github.com/HiEventsDev/Hi.Events/pull/320)
- Offline payment support β [#341](https://github.com/HiEventsDev/Hi.Events/pull/341)
- Invoicing support β [#341](https://github.com/HiEventsDev/Hi.Events/pull/341)
- Make Stripe Connect account type configurable β [#359](https://github.com/HiEventsDev/Hi.Events/pull/359)
- Public Organizer API endpoints β [#362](https://github.com/HiEventsDev/Hi.Events/pull/362)
- Webhook support β [#366](https://github.com/HiEventsDev/Hi.Events/pull/366)
- Duplicate products with one click β [#374](https://github.com/HiEventsDev/Hi.Events/pull/374)
- Homepage Designer preview updates β [#375](https://github.com/HiEventsDev/Hi.Events/pull/375)
- Redesigned Login & Register pages β [#378](https://github.com/HiEventsDev/Hi.Events/pull/378)
- Fathom Analytics tracking support β [commit](https://github.com/HiEventsDev/Hi.Events/pull/282/commits/b9ccedf31d3d2bf86298e8ab3d7586e64cfbaffa)
- Include βPromo Codeβ in order exports
π Bug Fixes
- Fix missing environment variables β [#369](https://github.com/HiEventsDev/Hi.Events/pull/369)
- Fix DE translation errors β [#354](https://github.com/HiEventsDev/Hi.Events/pull/354)
- Remove 100 order limit from Order Exports β [commit](https://github.com/HiEventsDev/Hi.Events/pull/282/commits/844fa934c57924a9ef88b8bcacd980b7e1b2ef43)
π§Ή Improvements & Cleanups
- Rearranged backend directories β [#296](https://github.com/HiEventsDev/Hi.Events/pull/296)
- Improve Stripe event handling β [#358](https://github.com/HiEventsDev/Hi.Events/pull/358)
- Improve application fee handling β [#373](https://github.com/HiEventsDev/Hi.Events/pull/373)
- Upgrade React Router to v7 β [commit](https://github.com/HiEventsDev/Hi.Events/pull/282/commits/8a7837afdbe961f6f93adc1d9e0aa778d4dae1d5)
New Contributors π
- @podzz β First contribution β [#369](https://github.com/HiEventsDev/Hi.Events/pull/369)
- @leonv5 β First contribution β [#354](https://github.com/HiEventsDev/Hi.Events/pull/354)
Full Changelog
π [Compare v0.8.0-beta.9β¦v1.0.0-alpha.1](https://github.com/HiEventsDev/Hi.Events/compare/v0.8.0-beta.9β¦v1.0.0-alpha.1)
Upgrade Guide π§
π§ This is an alpha release and not yet recommended for production. We welcome testers!
If youβre not calling the API directly:
- Pull the branch.
- Run migrations.
- Youβre good to go!
If youβre using the API:
- There are breaking changes, primarily the renaming of
tickettoproduct. - A detailed guide for these changes will be provided upon full release.