Crafting experience...
6/12/2026
Built At
Progress x GitNation
Hosted By
GitNation
Talks & workshops by core teams and top engineers.
Learn from the best. Connect with the best. Become your best.
Live app: https://betconf.vercel.app/
Code: https://github.com/GeorgiMoskov/betconf
FireRaven Conference Hub is a data-driven discovery, reputation, and rewards platform for tech conferences. It helps developers find the most valuable conferences and speakers through structured community ratings, personal agendas, social attendance signals, and incentives for honest feedback.
The platform is built around a simple idea: the tech-conference industry needs a trusted reputation layer.
FireRaven Conference Hub was built around a problem I personally understand as a developer and conference attendee: choosing which conferences, talks, and speakers are actually worth your time is still mostly guesswork.
A conference can have famous sponsors, a polished website, and impressive speaker photos, but that does not always tell attendees whether the talks will be practical, clear, inspiring, or useful for their career.
At the same time, great speakers often lose the value of their work once the event ends. Their reputation is scattered across social media posts, YouTube comments, private chats, and hallway conversations.
FireRaven Conference Hub turns this into a structured product. It gives attendees better discovery, speakers a reputation that compounds, conferences a better way to prove quality, and sponsors a more targeted way to reach developer audiences.
Have you ever paid for a conference ticket, travelled to the event, and walked away feeling like you learned almost nothing?
Tech conferences are expensive in both money and time. Attendees often pay for tickets, hotels, flights, transport, food, and several days away from work. But before buying a ticket, they usually have very little reliable data about which speakers and sessions are actually valuable.
This affects the whole ecosystem.
Attendees need a better way to decide which conferences and talks are worth attending.
Speakers need a portable reputation that follows them across events.
Conferences need a credible way to prove the quality of their lineup.
Sponsors need better signals about which events, topics, and speakers developers actually care about.
The industry needs better data about what developers want to learn.
The current discovery process is mostly based on marketing, brand recognition, and hype.
FireRaven Conference Hub replaces guesswork with structured community feedback.
FireRaven Conference Hub makes conference quality measurable, discoverable, and rewarding.
Instead of showing conferences as simple event listings, the platform gives conferences and speakers structured reputation profiles.
Users can rate speakers and conferences across meaningful categories.
Expertise
Practical Impact
Clarity
Energy and Engagement
Innovation
This is more useful than a generic star rating because it shows why a speaker or conference is valuable. A speaker might be highly technical but less beginner-friendly. Another speaker might be very engaging but less practical. FireRaven Conference Hub makes those differences visible.
The platform also helps users plan their conference experience.
Users can discover conferences.
Users can browse speakers.
Users can open speaker profiles.
Users can register for conferences.
Users can add talks to a personal agenda.
Users can see social attendance signals.
Users can leave structured reviews.
Users can earn FireRaven coins.
Users can redeem coins in the in-app shop.
The reward system is important because most review platforms struggle with participation. People often consume ratings, but they do not leave feedback. FireRaven coins create an incentive for users to contribute to the community.
This creates a product loop.
Better feedback improves speaker and conference ratings.
Better ratings improve discovery.
Better discovery increases attendance.
More attendance creates more feedback.
Rewards keep users engaged.
More data makes the platform more valuable over time.
The long-term vision is for FireRaven Conference Hub to become the trusted reputation and discovery platform for the tech-conference industry.
FireRaven Conference Hub has strong business potential because it creates value for every major participant in the conference ecosystem.
For attendees, it helps answer a simple but expensive question: which event is worth my time and money?
For speakers, it creates a public reputation profile that grows with every talk, review, and professional milestone.
For conferences, it becomes a discovery and promotion channel. Instead of only relying on their own marketing, conferences can appear on a platform where users are already searching for high-value events.
For sponsors, it creates a more targeted advertising and sponsorship channel. Sponsors can connect their brand with specific technologies, highly rated speakers, trending topics, and engaged developer communities.
The most valuable long-term opportunity is the data layer. Over time, FireRaven Conference Hub can collect structured insight into what developers actually want to learn.
This can answer questions such as:
Which technologies are growing fastest?
Which speakers are most trusted?
Which conference formats perform best?
Which topics attract the most engagement?
Which regions have the strongest developer communities?
Which events produce the highest attendee satisfaction?
That data is valuable to conference organizers, sponsors, hiring teams, education companies, developer tool companies, and industry analysts.
FireRaven Conference Hub is not only an event directory. It can become a market intelligence platform for the developer-events industry.
FireRaven Conference Hub can grow through multiple revenue streams.
Conference subscriptions can allow organizers to list, manage, and promote their events on the platform. Conferences could pay for visibility, analytics, featured placement, and access to attendee interest data.
Promoted listings can help conferences reach users who are already searching for relevant topics, speakers, or technologies.
Speaker profile upgrades can allow professional speakers to highlight their best talks, articles, open-source work, videos, and achievements.
Sponsorship placements can allow developer-focused companies to sponsor specific conferences, speakers, categories, or technology tracks.
Attendee subscription packages can offer premium features such as advanced filters, personal recommendations, calendar integrations, exclusive discounts, and reward boosts.
The platform can also offer aggregated industry insights as a data product. This could help organizers and sponsors understand which technologies, speakers, and topics are gaining momentum.
The business model is strong because the same data improves both the user experience and the commercial value of the platform.
FireRaven Conference Hub was built as a frontend-only MVP to maximize polish and product completeness during the hackathon.
Instead of spending most of the time on backend setup, authentication, and database configuration, I focused on creating a complete experience that judges can actually click through.
The application includes:
conference discovery
speaker discovery
conference registration
personal agenda
structured reviews
multi-category ratings
speaker reputation profiles
FireRaven coin rewards
in-app merch shop
friends and social attendance layer
persistent demo state
live deployment
The project uses the following technologies.
React 19
TypeScript
Vite
React Router
Zustand
localStorage persistence
Vercel hosting
KendoReact
KendoReact is central to the user experience. It powers the main interactive parts of the application, including navigation, buttons, chips, filters, dropdowns, multi-selects, autocomplete search, date inputs, dialogs, and form inputs.
Using KendoReact helped the MVP feel more polished, consistent, and production-ready. It also made it possible to move faster during the hackathon while still delivering a clean user interface.
The app currently uses localStorage instead of a backend, but the product is structured so a real API and database can be added later. This was a deliberate hackathon decision: build the complete product experience first, then replace local persistence with a real backend in the next stage.
The biggest challenge was scope control.
The idea has many possible directions: conference listings, speaker profiles, reviews, rewards, agendas, social features, sponsors, analytics, business dashboards, and monetization. It would have been easy to build too much and finish nothing properly.
I focused on the core product loop: discovery, attendance, feedback, reputation, and rewards.
Another challenge was making the product feel complete without a backend. I solved this by using persistent local state, so user actions such as registrations, agenda items, reviews, and coins survive refreshes during the demo.
A third challenge was data consistency. Conferences, speakers, talks, reviews, and ratings all need to connect to each other. If those relationships break, the product immediately feels fake. I solved this by keeping the demo data structured and connected so the user journey feels real.
The final challenge was presenting a big business idea through a small hackathon MVP. The solution was to make the MVP demonstrate the full product loop, even if the backend, payments, and marketplace features are planned for future versions.
I am proud that FireRaven Conference Hub is not just a static landing page. It is a working product experience.
During the hackathon, I accomplished the following.
Built and deployed a live application.
Created a clear product concept with real business potential.
Built conference discovery.
Built speaker discovery.
Added conference registration.
Added a personal agenda experience.
Created structured multi-category ratings.
Added a review system.
Built speaker reputation profiles.
Added FireRaven coin rewards.
Added an in-app merch shop.
Added a friends and social attendance layer.
Used KendoReact across the main product experience.
Created a frontend-only MVP that can later connect to a backend.
Turned a simple conference directory idea into a larger reputation and marketplace platform.
The biggest learning was that a strong hackathon project is not only about code. It is also about product thinking, business potential, user motivation, and presenting a clear path from MVP to real company.
With another hackathon weekend, I would add a real backend with authentication, PostgreSQL, and shared reviews across users.
Within one month, I would build conference organizer accounts. This would allow conferences to create pages, manage speakers, add schedules, and view basic analytics.
Within three months, I would add Stripe billing, promoted conference listings, verified attendance, anti-spam review protection, and public speaker profiles.
Within six months, I would build the sponsor marketplace. Sponsors could discover highly rated conferences, speakers, and technology tracks, then sponsor them directly through the platform.
Within one year, I would build the industry trends dashboard. This would turn aggregated ratings, attendance signals, reviews, and topic interest into a valuable data product for the developer-events industry.
The long-term goal is for FireRaven Conference Hub to become the trusted reputation, discovery, and business intelligence layer for tech conferences.
A judge can test the product by following this journey.
Browse the conference discovery page.
Filter conferences or speakers by technology and topic.
Open a conference page.
Register for the conference.
Add talks to the personal agenda.
Open a speaker profile.
Review the speaker rating breakdown and timeline.
Leave a review.
Earn FireRaven coins.
Visit the merch shop and see how rewards motivate feedback.
This journey demonstrates the core loop of the product: discovery, attendance, feedback, reputation, and rewards.