Lisbon Indie Night
Musicbox Lisboa
Independent live sets and DJ programming aimed at nightlife audiences in central Lisbon.
Voxma connects people looking for things to do with promoters who need distribution. The MVP focuses on Portugal, with a promoter dashboard, public event discovery, and an automated seeding pipeline to avoid the empty-marketplace problem.
Tracked events
3
persistent file-backed store
Seeded listings
2
AI-assisted intake
Promoted events
1
future paid placements
Public discovery
This is the public-facing browsing experience. The search defaults to Portugal-only events and can later expand country-by-country.
Musicbox Lisboa
Independent live sets and DJ programming aimed at nightlife audiences in central Lisbon.
Alfândega do Porto
Two-day founder event focused on AI tooling, growth systems, and operator playbooks.
Mercado Municipal de Braga
Street food, chef demos, and local producers in a family-friendly weekend format.
Promoter dashboard
The promoter side should feel operational from day one, even before payments are added.
Submit in minutes
Promoters get a clean dashboard to add title, venue, dates, description, contact details, and promotion priority.
Claim seeded listings
If Voxma imports a public event first, the promoter can later claim the listing and upgrade it with richer content.
Priority placement
Future monetization can boost sponsored events to the top of high-intent city/date searches.
/api/events with file persistence in voxma/data/events.json: title, location, date, end date, category, description, contact, promoter name, source URL, and featured request.Seeder engine
This solves the chicken-and-egg problem by giving Voxma a starting inventory without manual daily curation.
Facebook Events
experimentalCoverage: Portugal major cities
Cadence: Daily review
Good breadth, but needs strong duplicate detection and quality scoring before publishing.
Ticketline
highCoverage: Concerts, theatre, festivals
Cadence: Daily review
High-signal source for structured event data and official ticket pages.
BOL / local venue calendars
mediumCoverage: Regional events
Cadence: Daily review
Useful for city-level depth once the Portugal base is live.
How it makes money
The MVP can start with ads, then move into direct promoter revenue once distribution proves itself.
Launch sequence
This is the execution roadmap for turning the prototype into a live Portugal-first product.
Replace mock data with a persistent event store
Use a file-backed or database-backed store so promoter submissions and seeded events survive redeploys.
Create intake APIs + moderation queue
Add route handlers for promoter submissions and for AI-reviewed seeded listings with deduplication scoring.
Deploy voxma.com on EC2
Add a dedicated web root / reverse proxy target so it coexists safely with the other projects already on the server.
Automate daily Portugal seeding
Run a recurring agent job that reviews approved source pages, extracts candidate events, and proposes inserts while suppressing duplicates.