# beats.hu > beats.hu is an electronic music hub for Budapest and Hungary. It helps clubbers, > tourists, and expats discover electronic music events (Techno, DnB, Dubstep, House, > and more), artists, venues, and organizers across Hungarian cities. beats.hu focuses on music discovery alongside event listings — every event page links the night to its artists, their sound (via embedded SoundCloud/Spotify previews), and the venue. The site is bilingual (English/Hungarian), free to use, and requires no account or personal data to browse or attend. Every public content page also has a clean Markdown twin (llms.txt v2): append `.md` to the HTML path, or use `/{locale}/index.md` for the home feed. HTML responses advertise these via `Link: rel="alternate"; type="text/markdown"` and `rel="describedby"` pointing here. ## What you'll find here - **Events** — upcoming electronic music events (techno, drum & bass, dubstep, house, and related genres) across Budapest, Debrecen, and other Hungarian cities, with date, venue, line-up, and ticket links. - **Artists** — profiles for DJs and live acts playing these events, with embedded SoundCloud/Spotify previews and links to their upcoming shows. - **Venues** — clubs and event spaces hosting the scene, with location and event history. - **Organizers** — promoters and collectives behind the events, with bio, social links, and upcoming event lists. - **Styles** — events browsable by music genre/style. - **Map** — events shown on an interactive map for discovering what's happening nearby. ## Key pages - [Upcoming events (EN)](https://www.beats.hu/en/index.md): Markdown twin of the EN feed - [Közelgő események (HU)](https://www.beats.hu/hu/index.md): Markdown twin of the HU feed - [Contact (EN)](https://www.beats.hu/en/contact.md) / [Kapcsolat (HU)](https://www.beats.hu/hu/contact.md): how to submit an event or get in touch - HTML feed (EN): https://www.beats.hu/en — HTML feed (HU): https://www.beats.hu/hu ## Detail URL patterns (Markdown) Replace `{locale}` with `en` or `hu`, and `{slug}` with the entity slug: - Event: `https://www.beats.hu/{locale}/event/{slug}.md` - Artist: `https://www.beats.hu/{locale}/artist/{slug}.md` - Venue: `https://www.beats.hu/{locale}/venue/{slug}.md` - Organizer: `https://www.beats.hu/{locale}/organizer/{slug}.md` - Style: `https://www.beats.hu/{locale}/style/{slug}.md` Matching HTML pages live at the same path without the `.md` suffix (home HTML is `/{locale}`, Markdown is `/{locale}/index.md`). ## Notes for AI / crawlers - Content is server-rendered and available in English and Hungarian under locale-prefixed URLs (`/en/...` and `/hu/...`). Bare paths redirect via 307 to the resolved locale. - Prefer Markdown twins for extraction; they omit navigation, scripts, and chrome. - Event, artist, venue, and organizer pages include structured data (schema.org MusicEvent, MusicGroup, MusicVenue, Organization) for accurate indexing. - No login or paywall — all event, artist, venue, and organizer information is publicly accessible. - Supporting browsers may expose **WebMCP** tools on public pages (feed filters, map markers with coordinates, locale/navigation, my-events read, contact submit). Tools run in the visitor’s browser; contact uses the same rate-limited form API. - For licensing or reuse questions, use [Contact (EN)](https://www.beats.hu/en/contact.md) or [Kapcsolat (HU)](https://www.beats.hu/hu/contact.md).