An entire AI tools directory,
in one repo.
69 curated open-source AI tools across 10 categories and 14 tags. Side-by-side comparisons, blog, RSS feeds, sitemap, JSON-LD for every page. Drop in your own data, deploy, done.

Built for AI tooling curators.
Every page has SEO, JSON-LD, and metadata baked in. The static data layer means zero infrastructure: just editsrc/data/tools.tsand redeploy.
Full-text search
Client-side fuzzy search across name, tagline, description, tags and category.
10 categories
LLMs, code, image, video, audio, RAG, agents, vector DBs, fine-tuning, multimodal.
14 cross-cutting tags
Filter by language, deployment target or use case: self-hostable, python, typescript, cli, …
41 auto-generated comparisons
/compare/[a]-vs-[b] pages generated at build time for every popular tool pair.
Native i18n-friendly URLs
All routes are static-friendly with stable slugs, no client-side routing required.
TypeScript end-to-end
Strict types, discriminated unions for categories/tags, typed metadata helpers.
Static data — no DB
69 tools as a typed `tools.ts` array. Easy to fork and replace with a CMS or DB later.
JSON-LD everywhere
SoftwareApplication schema per tool, FAQ schema per detail page, breadcrumbs, ItemList.
Static export ready
Fully static `out/` via `output: 'export'`. Deploy to Vercel, Cloudflare Pages, or GitHub Pages.
SEO baked in
Per-tool meta titles, OG images, sitemap, robots, RSS + JSON feeds.
10 categories
One page per category at /categories/[slug].
- LLMs & Inference
- Code Assistants
- Image Generation
- Video Generation
- Audio & Voice
- RAG Frameworks
- AI Agents
- Vector Databases
- Fine-tuning
- Multimodal
14 tags
Cross-cutting filters at /tags/[slug].
Pages & screens




All routes
16 file-system routes plus dynamic segments. Static export produces 104+ pages.
| Path | Purpose |
|---|---|
| / | Homepage with hero, featured tools, category quick-links, search |
| /tools | Browse all 69 tools with search, category filter, sort |
| /tools/[slug] | Tool detail with JSON-LD, FAQ schema, related tools |
| /categories | All 10 categories with counts and hero |
| /categories/[category] | Filtered tool list per category |
| /compare/[slug] | Side-by-side tool comparisons (41 generated) |
| /tags | All 14 tags with counts |
| /tags/[tag] | Tools filtered by tag (e.g. self-hostable, python) |
| /licenses | Open-source license overview (MIT, Apache, …) |
| /blog | Editorial posts about the AI tooling ecosystem |
| /blog/[slug] | Blog post detail with markdown rendering |
| /submit | Submission form for adding a new tool |
| /about | About the directory + contact info |
| /feed.xml | RSS feed for new tools |
| /feed.json | JSON Feed for tools |
| /sitemap.xml | Auto-generated sitemap of every page |
Fork it. Replace the data. Ship.
The full Next.js 16 + React 19 source is committed to the aidimension UI monorepo. Add your own tools, deploy as a static site, embed anywhere.