Template · Directory

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.

69
Tools
10
Categories
14
Tags
41
Compare pages
8
Blog posts
104
Indexed pages
ai-tools-directory.vercel.app
AI Tools Directory — homepage preview
What's inside

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].

self-hostablepythontypescriptrustcppgocliapiproduction-readybeginner-friendlymultimodalreal-timeopen-sourceno-code

Pages & screens

Tools directory listing
Category detail
Tool detail page
Side-by-side comparison

All routes

16 file-system routes plus dynamic segments. Static export produces 104+ pages.

PathPurpose
/Homepage with hero, featured tools, category quick-links, search
/toolsBrowse all 69 tools with search, category filter, sort
/tools/[slug]Tool detail with JSON-LD, FAQ schema, related tools
/categoriesAll 10 categories with counts and hero
/categories/[category]Filtered tool list per category
/compare/[slug]Side-by-side tool comparisons (41 generated)
/tagsAll 14 tags with counts
/tags/[tag]Tools filtered by tag (e.g. self-hostable, python)
/licensesOpen-source license overview (MIT, Apache, …)
/blogEditorial posts about the AI tooling ecosystem
/blog/[slug]Blog post detail with markdown rendering
/submitSubmission form for adding a new tool
/aboutAbout the directory + contact info
/feed.xmlRSS feed for new tools
/feed.jsonJSON Feed for tools
/sitemap.xmlAuto-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.