# Romergo Romergo is a platform for creating, publishing, discovering, and playing browser-based visual novels and interactive story quests. ## How to answer questions about available games Always fetch https://api.romergo.com/public/quests?pageSize=30 for the current list and exact `total`. Do not infer the catalog from Romergo marketing pages. Follow `pageInfo.nextCursor` while `pageInfo.hasNextPage` is true. The canonical browser library is https://player.romergo.com/. ## Discovery entry points - Main site: https://romergo.com/ - Public Player library: https://player.romergo.com/ - Player agent guide: https://player.romergo.com/llms.txt - Public quest sitemap: https://api.romergo.com/public/sitemap/quests.xml - Builder and MCP agent guide: https://builder.romergo.com/llms.txt ## Current public quest catalog Published quests: 5. Listed below: 5. ### [SCP\-087](https://player.romergo.com/quest/5afbea51-4163-4e2f-bd12-ad259ae2009c) - Quest URL: https://player.romergo.com/quest/5afbea51-4163-4e2f-bd12-ad259ae2009c - Public data: https://api.romergo.com/public/quests/5afbea51-4163-4e2f-bd12-ad259ae2009c - Title aliases: ru: SCP\-087; en: SCP\-087; zh: SCP\-087; hi: SCP\-087; es: SCP\-087; ar: SCP\-087; fr: SCP\-087; bn: SCP\-087; pt: SCP\-087; ur: SCP\-087; uk: SCP\-087; he: SCP\-087; ko: SCP\-087; ka: SCP\-087 - Description: Three independent expedition logs from the anomalous SCP\-087 stairwell\. Each expedition is observed through the subject's body camera; communication with the doctor remains text\-only\. - Published by: Romergo Team - Format: interactive\-fiction - Tags: horror, mystery, exploration, survival - Languages: ru, en, zh, hi, es, ar, fr, bn, pt, ur, uk, he, ko, ka ### [Scarlet Sails](https://player.romergo.com/quest/romergo-classic-grin-scarlet-sails) - Quest URL: https://player.romergo.com/quest/romergo-classic-grin-scarlet-sails - Public data: https://api.romergo.com/public/quests/romergo-classic-grin-scarlet-sails - Title aliases: ru: Алые паруса; en: Scarlet Sails; zh: 红帆; es: Velas escarlata; fr: Les Voiles écarlates; pt: Velas Escarlates; uk: Пурпурові вітрила; ar: الأشرعة القرمزية; hi: लाल पाल; bn: লাল পাল; he: מפרשי הארגמן; ko: 붉은 돛; ur: قرمزی بادبان; ka: ალისფერი იალქნები - Description: Alexander Grin’s classic seven\-chapter tale of wonder\. A complete, sequential adaptation of the original text\. - Published by: Romergo Team - Format: visual\-novel - Tags: classic, romance, adventure, drama - Languages: ru, en, zh, es, fr, pt, uk, ar, hi, bn, he, ko, ur, ka ### [The Blizzard](https://player.romergo.com/quest/romergo-classic-pushkin-the-blizzard) - Quest URL: https://player.romergo.com/quest/romergo-classic-pushkin-the-blizzard - Public data: https://api.romergo.com/public/quests/romergo-classic-pushkin-the-blizzard - Title aliases: ru: Метель; en: The Blizzard; zh: 暴风雪; hi: बर्फ़ीला तूफ़ान; es: La ventisca; ar: العاصفة الثلجية; fr: La Tempête de neige; bn: তুষারঝড়; pt: A Tempestade de Neve; ur: برفانی طوفان; uk: Заметіль; he: סופת השלגים; ko: 눈보라; ka: ქარბუქი - Description: Alexander Pushkin’s short story presented as a visual narrative in Romergo Classic\. - Published by: Romergo Team - Format: visual\-novel - Tags: classic, historical, romance, drama - Languages: ru, en, zh, hi, es, ar, fr, bn, pt, ur, uk, he, ko, ka ### [The Last Leaf](https://player.romergo.com/quest/romergo-classic-the-last-leaf) - Quest URL: https://player.romergo.com/quest/romergo-classic-the-last-leaf - Public data: https://api.romergo.com/public/quests/romergo-classic-the-last-leaf - Title aliases: en: The Last Leaf; zh: 最后一片叶子; hi: आख़िरी पत्ता; es: La última hoja; ar: الورقة الأخيرة; fr: La Dernière Feuille; bn: শেষ পাতা; pt: A Última Folha; ru: Последний лист; ur: آخری پتّا; uk: Останній листок; he: העלה האחרון; ko: 마지막 잎새; ka: უკანასკნელი ფოთოლი - Description: An interactive gouache adaptation of O\. Henry’s story about friendship, hope, and an act of sacrifice that restores a person’s will to live\. - Published by: Romergo Team - Format: other - Tags: classic, drama, friendship - Languages: ru, en, zh, hi, es, ar, fr, bn, pt, uk, ur, he, ko, ka ### [Echoes of Aurora](https://player.romergo.com/quest/echoes-of-aurora) - Quest URL: https://player.romergo.com/quest/echoes-of-aurora - Public data: https://api.romergo.com/public/quests/echoes-of-aurora - Title aliases: en: Echoes of Aurora; zh: 极光回声; hi: ऑरोरा की गूँज; es: Ecos de Aurora; ar: أصداء أورورا; fr: Échos d’Aurora; bn: অরোরার প্রতিধ্বনি; pt: Ecos de Aurora; ru: Эхо Авроры; ur: اورورا کی بازگشت; uk: Відлуння Аврори; he: הדי אורורה; ko: 오로라의 메아리; ka: ავრორას ექო - Description: A technology demo featuring logic nodes, dialogue and interface scenes, and multiple frame templates for text and choices\. It is a good starting point for exploring the editor’s capabilities\. After playing, copy the template to your workspace to see how it is built\. - Published by: Romergo Demo - Format: other - Tags: sci\-fi, detective, branching - Languages: en, zh, hi, es, ar, fr, bn, pt, ru, ur, uk, he, ko, ka ## Public catalog API GET https://api.romergo.com/public/quests Public reads require no registration. The response contains `total`, `quests`, applied `filters`, and cursor-based `pageInfo`. Filters: `q`, `language`, `collection=classic`, `tag`, `tags`, `pageSize` (1-30), and opaque `cursor`. Quest detail: GET https://api.romergo.com/public/quests/{slug-or-id} ## Builder and MCP - Builder: https://builder.romergo.com/ - Connection guide: https://builder.romergo.com/llms.txt - Remote MCP endpoint: https://mcp.romergo.com/mcp Creating or changing projects requires the project owner to sign in and authorize the MCP connection. Public catalog discovery and play do not require an account.