Apps for Muse

Submit an app

Have your agent do it, or export it yourself and paste it in below.

Submit with your agent

Paste this into Muse (or another agent that can fetch URLs). It will figure out which app you mean, write it up, show you the exact text, and only submit after you say yes.

Fetch https://getmuseapps.com/submit/agent.md and follow it to submit an app — say which one if it's not the most recent thing we built.
Or submit it manually instead

Step 1 — Export from Muse

Paste this into your Muse conversation, replacing [APP NAME]. It will export your app as a Markdown document with no personal data.

Please export the app/automation we built called "[APP NAME]" as a single portable
Markdown document so someone else's agent can rebuild it exactly. Use this structure:

1. YAML frontmatter with: name, description (one sentence), category (one of:
   productivity, money, fitness, food, shopping, travel, home, fun, other),
   connections (list of account types it needs, e.g. email, calendar, payments),
   version: 1
2. "## Purpose & behavior" — what it does, when it runs, what it outputs.
3. "## Setup" — inputs or preferences a new user must provide.
4. "## Source" — every piece of code, HTML, or config you generated, in fenced code blocks, verbatim.
5. "## Rebuild instructions" — exact steps to recreate it identically.

Do NOT include any of my personal data: no names, email addresses, account
numbers, contacts, or message contents. This also applies to any sample or
placeholder data baked into the app's own source code (e.g. a demo dataset
the UI renders by default) and to any screenshot of it — use clearly
fictional names, addresses, and details there too, not real ones dressed up
as an example. Replace real values with placeholders like [YOUR EMAIL].
Output only the Markdown document.

Step 2 — Paste your app