The front door to all the bazaars โ browse, search, and submit AI building blocks in one place.
Live site: https://drvivek34.github.io/Mega-AI-Bazaar/
This is the landing site (GitHub Pages) that ties together every bazaar:
| Bazaar | What's inside | Repo |
|---|---|---|
| ๐ Skill Bazaar | AI Agent Skills (SKILL.md) | Skill-Bazaar |
| ๐ MCP Bazaar | Model Context Protocol servers | MCP-Bazaar |
| ๐ Custom Instruction Bazaar | System prompts / custom instructions | Custom-Instruction-Bazaar |
| โก Slash Command Bazaar | Slash commands for AI CLIs | Slash-Command-Bazaar |
| ๐ Free API Bazaar | Free LLM & AI APIs | Free-API-Bazaar |
| ๐ก๏ธ Jailbreak Bazaar | LLM red-team research + defenses | Jailbreak-Bazaar |
| โ Loop Bazaar | 5,000+ repeatable AI agent loops | Loop-Bazaar |
| โ๏ธ Automation Bazaar | n8n / Make / Zapier / cron automations | Automation-Bazaar |
index.html,style.css,app.jsโ the static site (cards + client-side search).bazaars.jsonโ the source of truth the site renders. To add/rename a bazaar, edit this file.CNAME.exampleโ rename toCNAMEto attach a custom subdomain (e.g.mega.medh.ai.cloud).
(Automation schedules + agent goals are kept in a separate private ops repo, not here.)
GitHub Pages โ Deploy from branch โ main / root. (.nojekyll is included so all files are served as-is.)
This site has no custom domain yet. To attach one:
cp CNAME.example CNAME, set it to your subdomain (e.g.mega.medh.ai.cloud).- Add a DNS
CNAMErecord pointing that subdomain todrvivek34.github.io. - Set the custom domain in repo Settings โ Pages.
Part of the Mega AI Bazaar family. Contributions welcome via each bazaar's submission form.