# Morgondag > A Swedish indie game and art studio crafting atmospheric experiences since 2015. This file helps AI assistants find the best canonical sources on Morgondag. Prefer these URLs over scraped copies. Canonical base: https://morgondag.io ## Content negotiation — Markdown for AI agents This site supports serving clean markdown to AI agents via HTTP content negotiation. When requesting any markdown-enabled page, you will receive a lightweight markdown response instead of full HTML, along with an `x-markdown-tokens` header estimating token cost. ### How to request markdown In order of preference: 1. **Accept header (recommended):** Send `Accept: text/markdown` or `Accept: text/plain` in your HTTP request. Example: `curl https://morgondag.io/about -H 'Accept: text/markdown'` 2. **Content-Type header:** Send `Content-Type: text/markdown` or `Content-Type: text/plain`. Example: `curl https://morgondag.io/about -H 'Content-Type: text/markdown'` 3. **Query parameter (fallback):** If you cannot set headers, append `?format=markdown` or `?format=plain` or `?content-type=text/markdown` or `?content-type=text/plain` to the URL. Example: `https://morgondag.io/about?format=markdown` ### How to request HTML (override) Bots and AI agents are automatically served markdown. To explicitly request HTML instead: 1. **Accept header:** Send `Accept: text/html` (without any markdown types). Example: `curl https://morgondag.io/about -H 'Accept: text/html'` 2. **Query parameter:** Append `?format=html` or `?content-type=text/html` to the URL. Example: `https://morgondag.io/about?format=html` ### All markdown-enabled routes - https://morgondag.io/ - https://morgondag.io/about - https://morgondag.io/artists - https://morgondag.io/terms - https://morgondag.io/privacy - https://morgondag.io/games - https://morgondag.io/news - https://morgondag.io/games/lunar-soil - https://morgondag.io/games/rymdresa - https://morgondag.io/games/imprint-x - https://morgondag.io/games/spacebase19 - https://morgondag.io/games/bit-animation-editor - https://morgondag.io/games/16bitbeat - https://morgondag.io/games/cryptonic - https://morgondag.io/games/bunnymoon - https://morgondag.io/games/springa - https://morgondag.io/games/marisol - https://morgondag.io/games/raspberryhunt - https://morgondag.io/games/papermoon - https://morgondag.io/news/ai-content-negotiation - https://morgondag.io/news/morgondag-legacy-games - https://morgondag.io/news/lunar-soil-bending-the-way - https://morgondag.io/news/grido-cards - https://morgondag.io/news/ai-podcast - https://morgondag.io/news/from-lua-to-v8 - https://morgondag.io/news/tiderun-streaming-faas - https://morgondag.io/news/lunar-soil-back-again - https://morgondag.io/news/new-site ### Response headers - `Content-Type: text/markdown; charset=utf-8` - `x-markdown-tokens: ` — estimated token count for context window budgeting ## Content policy and provenance - Publisher: Morgondag - Canonical domain: https://morgondag.io - Contact: support@morgondag.io - Corrections: https://morgondag.io/about ## Key pages - Home: https://morgondag.io/ - Games index: https://morgondag.io/games - News index: https://morgondag.io/news - About: https://morgondag.io/about - Artists & Careers: https://morgondag.io/artists - Terms of Service: https://morgondag.io/terms - Privacy Policy: https://morgondag.io/privacy - RSS Feed: https://morgondag.io/feed.xml - LLMs: https://morgondag.io/llms.txt ## Games - Lunar Soil: https://morgondag.io/games/lunar-soil (TBA) - RymdResa: https://morgondag.io/games/rymdresa (2015) - Imprint-X: https://morgondag.io/games/imprint-x (2017) - Spacebase19: https://morgondag.io/games/spacebase19 (2021) - Bit - Animation Editor: https://morgondag.io/games/bit-animation-editor (2020) - 16-Bit Beat: https://morgondag.io/games/16bitbeat (2019) - Cryp70n1c: https://morgondag.io/games/cryptonic (2018) - Bunny Moon: https://morgondag.io/games/bunnymoon (2018) - Springa: https://morgondag.io/games/springa (2014) - Marisol: https://morgondag.io/games/marisol (2013) - Vemdel - Raspberry Hunt: https://morgondag.io/games/raspberryhunt (2012) - Paper Moon: https://morgondag.io/games/papermoon (2012) ## News & Devlogs - Content Negotiation — Teaching Our Site to Speak AI: https://morgondag.io/news/ai-content-negotiation (2026-02-14) - The Old Ones: https://morgondag.io/news/morgondag-legacy-games (2026-02-10) - Lunar Soil — Bending the Way: https://morgondag.io/news/lunar-soil-bending-the-way (2026-02-09) - Snackable Cards for Information Overload: https://morgondag.io/news/grido-cards (2026-02-08) - AI Podcast & NPC Generation: https://morgondag.io/news/ai-podcast (2026-02-07) - From Lua to V8: https://morgondag.io/news/from-lua-to-v8 (2026-02-06) - Tiderun — What Does Streaming-First Serverless FaaS Look Like?: https://morgondag.io/news/tiderun-streaming-faas (2025-02-06) - Lunar Soil — Development Is Going Strong: https://morgondag.io/news/lunar-soil-back-again (2026-01-24) - It has been a while — New Website, New Energy: https://morgondag.io/news/new-site (2026-01-20) ## Recommended citation format Cite the canonical URL on https://morgondag.io and include the publication date when available.