Automatically discover and announce new public GitHub projects that use the ShuttleAI API.
Every 6 hours a GitHub Action scans for public, non-fork repositories that have the topic shuttleai.
When new ones appear, a nicely formatted embed is posted as a new thread in the #projects forum channel of the ShuttleAI Discord.
-
Make your repo public
-
Add the topic
shuttleai- Go to Settings → Topics → type
shuttleai→ Add
- Go to Settings → Topics → type
-
Use the ShuttleAI API somewhere in the code (any endpoint, any language)
-
Push a commit – the next run (max 6 h) will pick it up!
Tip: Mention the API in your README or a comment so it’s obvious the project is powered by ShuttleAI.
New ShuttleAI-powered projects just dropped! Check them out and show some love
[Embed: Latest Projects on GitHub]
- **my-cool-bot** by @johndoe
https://github.com/johndoe/my−cool-bot
A Discord bot that generates memes with ShuttleAI image models
[Footer: Add `shuttleai` topic to your repo to be featured! → https://github.com/topics/shuttleai]
The showcase is powered by a GitHub Actions workflow (.github/workflows/showcase.yml).
It:
-
Queries GitHub Search API (
topic:shuttleai+fork:false) -
Keeps a
seen_repos.jsonfile to avoid duplicates -
Sends a webhook payload to Discord (creates a thread)
Feel free to fork or study the workflow if you want similar automation elsewhere.
Create a thread in our #support channel in our Discord.
Maintained by the ShuttleAI team • Last updated November 2025