Want to add your app to the "Works with OpenRouter" list? Follow these steps!
This directory is published at openrouter.ai/awesome — your submission gets a real backlink from a high-traffic AI site. Great for SEO and discoverability.
Your app must:
- Use OpenRouter for AI model access
- Allow users to bring their own OpenRouter API Key
- Be publicly accessible (or have a public landing page)
- Have a logo image
- Show evidence of traction or notability — brand-new projects with no users, no downloads, and no community presence are unlikely to be merged. We look for signals like: GitHub stars, active users, install counts, meaningful community activity, or coverage/mentions in relevant spaces. Exceptions may be made for particularly unique or innovative projects, or those from established developers with a track record.
-
Fork this repository
-
Create a folder for your app in the
apps/directory:apps/your-app-name/ ├── app.yaml └── logo.pngUse lowercase letters, numbers, and hyphens for the folder name (e.g.,
my-cool-app). -
Create your
app.yamlfile with the following format:name: "Your App Name" description: "A brief description of your app (1-2 sentences, max 300 characters)" url: "https://your-app-url.com" docs: "https://your-app-url.com/docs/openrouter" # Link to OpenRouter setup instructions tags: - chat # Choose from: chat, coding, productivity, creative, research, other open_source: "https://github.com/you/your-app" # Optional: remove if not open source date_added: "2025-01-08" # Use today's date in YYYY-MM-DD format
-
Add your logo
- File must be named
logo.png - Recommended size: 128x128 or 256x256 pixels
- Square aspect ratio
- PNG format
- File must be named
-
Submit a Pull Request
- PRs are validated automatically
- Do not edit README.md — it's auto-generated after merge
- Once approved and merged, a GitHub Action will regenerate the README to include your app
Choose one or more tags that describe your app:
| Tag | Description |
|---|---|
chat |
Conversational AI, chatbots, assistants |
coding |
Development tools, code generation, IDEs |
productivity |
Task management, automation, workflows |
creative |
Art, writing, music, content creation |
research |
Analysis, search, knowledge management |
other |
Anything that doesn't fit the above |
See apps/kilocode/ for a complete example.
Open an issue if you have questions or need help with your submission.