Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
An open-source publishing framework built for AI agents and developers to ship websites, docs, or blogs. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex and Netlify.
| Date | Stars |
|---|---|
| 2026-07-31 | 623 |
| 2026-08-06 | 629 |
Today
+6 stars today
This week
— stars this week
This month
— stars this month
Momentum
9.0
growth rate 0.00%/day
# markdown "sync" framework      An open-source publishing framework built for AI agents and developers to ship websites, docs, or blogs. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex. Write markdown locally, run `npm run sync` (dev) or `npm run sync:prod` (production), and content appears instantly across all connected browsers. Built with React, Convex, and Vite. Optimized for AEO, GEO, and LLM discovery. **How publishing works:** Write posts in markdown, run `npm run sync` for development or `npm run sync:prod` for production, and they appear on your live site immediately. No rebuild or redeploy needed. Convex handles real-time data sync, so all connected browsers update automatically. **Sync commands:** Sync command scripts are located in `scripts/` (sync-posts.ts, sync-discovery-files.ts). **Development:** - `npm run sync` - Sync markdown content - `npm run sync:discovery` - Update AGENTS.md, CLAUDE.md, llms.txt (includes wiki pages, copies AGENTS.md to public/) - `npm run sync:wiki` - Sync wiki from content/blog and content/pages - `npm run sync:all` - Sync content + wiki + discovery files together **Production:** - `npm run sync:prod` - Sync markdown content - `npm run sync:discovery:prod` - Update discovery files - `npm run sync:wiki:prod` - Sync wiki to production - `npm run sync:all:prod` - Sync content + wiki + discovery files together **Knowledge base sync:** - `npm run sync:wiki -- --kb=<id>` - Sync wiki into a specific knowledge base **Export dashboard content:** - `npm run export:db` - Export dashboard posts/pages to content folders (development) - `npm run export:db:prod` - Export dashboard posts/pages (production) **How versioning works:** Markdown files live in `content/blog/` and `content/pages/`. These are regular files in your git repo. Commit changes, review diffs, roll back like any codebase. The sync command pushes content to Convex. ```bash # Edit, commit, sync git add content/blog/my-post.md git commit -m "Update post" npm run sync # dev npm run sync:prod # production ``` ## Documentation Full documentation is available at **[markdown.fast/docs](https://www.markdown.fast/docs)** ### Guides - [Setup Guide](https://www.markdown.fast/setup-guide) - Complete fork and deployment guide - [Fork Configuration Guide](https://www.markdown.fast/fork-configuration-guide) - Automated or manual fork setup - [Dashboard Guide](https://www.markdown.fast/how-to-use-the-markdown-sync-dashboard) - Content management and site configuration - [MCP Server](https://www.markdown.fast/how-to-use-mcp-server) - AI tool integration for Cursor and Claude Desktop - [AgentMail Setup](https://www.markdown.fast/blog/how-to-use-agentmail) - Newsletter and contact form integration - [WorkOS Setup](https://www.markdown.fast/how-to-setup-workos) - Legacy authentication mode (use `auth.mode: "workos"` in siteConfig) ### AI Development Tools The project includes documentation optimized for AI coding assistants: - **CLAUDE.md** - Project instructions for Claude Code CLI with workflows, commands, and conventions - **AGENTS.md** - General AI agent instructions for understanding the codebase structure - **llms.txt** - AI agent discovery file at `/llms.txt` - **.cursor/skills/** - Focused skill documentation: - `frontmatter.md` - Complete frontmatter syntax and all field options - `convex.md` - Convex patterns specific to this app - `sync.md` - How sync commands work and content flow - `robel-auth/SKILL.md` - `@robelest/convex-auth` integration patterns - `convex-self-hosting/SKILL.md` - Convex static se
Excerpt of 12,924 characters
Read on GitHub168
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:d2210ab6253db966, desc:ai agents