# LiveIn.city > LiveIn.city is a free concert and live-music discovery platform for Bangkok. > It aggregates events from local ticketing platforms, classifies them by > genre and venue, and presents a curated listing of upcoming concerts, > festivals, venues, and artists. Listings are refreshed continuously from > upstream platforms. LiveIn.city is built with Phoenix LiveView and updates in real time. The public site lives under `/bkk` (Bangkok); other cities are not yet covered. Listings include English-friendly events, international touring acts, and local Thai artists across rock, pop, electronic, hip-hop, R&B, jazz, indie, metal, and alternative. Additional genres beyond the list below exist — see the sitemap for the complete set. Most public pages are also available as plain markdown for LLM/agent consumption — request the same URL with `Accept: text/markdown` and the server will return a markdown-rendered version of the page. The site is also available in Thai under `/th/bkk/...`. A Thai-language counterpart of this index lives at [llms-th.txt](https://livein.city/llms-th.txt), and the Thai full-content corpus at [llms-full-th.txt](https://livein.city/llms-full-th.txt). Run by LiveIn.city. Official account on X: [@LiveInCityApp](https://x.com/LiveInCityApp). ## Docs - [About LiveIn.city](https://livein.city/about): Project background, mission, and contact. - [Privacy Policy](https://livein.city/privacy-policy): How user data is handled. - [Terms of Service](https://livein.city/terms-of-service): Usage terms. - [Sitemap](https://livein.city/sitemap.xml): Full XML sitemap of public URLs. ## Browse concerts - [All upcoming concerts in Bangkok](https://livein.city/bkk/concerts): Full chronological listing, sorted by date, filterable by genre/date/venue. - [Curated Bangkok landing](https://livein.city/bkk): Editor-picked highlights. Markdown variant of this URL returns the full chronological listing. - [Concerts today](https://livein.city/bkk/today): Events happening today in Bangkok. - [This week](https://livein.city/bkk/this-week): Monday–Sunday shows. - [This weekend](https://livein.city/bkk/this-weekend): Friday–Sunday shows. - [This month](https://livein.city/bkk/this-month): All shows in the current month. - Add-to-calendar: each concert offers an iCalendar download at `GET https://livein.city/bkk/concerts/{slug}/calendar.ics` (RFC 5545, `text/calendar`). ## Browse by genre - [Rock concerts](https://livein.city/bkk/concerts/genre/rock) - [Pop concerts](https://livein.city/bkk/concerts/genre/pop) - [Electronic concerts](https://livein.city/bkk/concerts/genre/electronic) - [Indie concerts](https://livein.city/bkk/concerts/genre/indie) - [Jazz concerts](https://livein.city/bkk/concerts/genre/jazz) - [Hip-hop concerts](https://livein.city/bkk/concerts/genre/hip-hop) - [Metal concerts](https://livein.city/bkk/concerts/genre/metal) - [R&B concerts](https://livein.city/bkk/concerts/genre/r-and-b) - [Alternative concerts](https://livein.city/bkk/concerts/genre/alternative) ## Browse by scene - [Thai artist concerts](https://livein.city/bkk/concerts/scene/thai): Concerts by Thai artists across T-pop, Thai rock, Thai indie, and Thai hip-hop. - [K-pop & Korean concerts](https://livein.city/bkk/concerts/scene/korean): Concerts by Korean artists — K-pop, K-ballad, K-rock, and K-rap. ## Festivals, venues, and artists - [Bangkok music festivals](https://livein.city/bkk/festivals): Multi-day events and festival lineups. - [Bangkok concert venues](https://livein.city/bkk/venues): Directory of clubs, halls, and outdoor venues hosting live music. - [Artists playing Bangkok](https://livein.city/bkk/artists): Touring and local artists with upcoming shows. ## Optional - [Full content (llms-full.txt)](https://livein.city/llms-full.txt): The key pages concatenated into a single markdown file. - [Thai index (llms-th.txt)](https://livein.city/llms-th.txt): Thai-language counterpart of this file. - [Thai full content (llms-full-th.txt)](https://livein.city/llms-full-th.txt): The key pages in Thai as a single markdown file. - [Health check](https://livein.city/api/health): JSON status endpoint, useful only for uptime checks. - [Status page](https://livein.city/status): Human-readable operational status. - [Robots.txt](https://livein.city/robots.txt): Crawler directives. - [Security contact](https://livein.city/.well-known/security.txt): Reporting security issues.