Skip to content

hasaneyldrm/ailandscape.org

 
 

Repository files navigation

ailandscape.org — AI Ecosystem Landscape

A comprehensive, interactive map of the AI tools ecosystem. Browse tools across models, infrastructure, protocols, security, and product categories — inspired by the CNCF Landscape.

Live at ailandscape.org.

Features

  • Hundreds of tools across multiple categories and groups
  • Full-text search with fuzzy matching and ⌘K command palette
  • Tag-based filtering — click any badge to filter by technology
  • Category navigation — collapse/expand, group-level filtering
  • Dark mode — full light/dark theme support
  • Shareable URLs — every filter state is reflected in the URL
  • Keyboard accessible — full keyboard navigation, ARIA labels, screen reader friendly

Tech Stack

Getting Started

npm install
npm run dev

Open http://localhost:3000.

Available Commands

make dev            # start dev server
make build          # production build
make format         # auto-format with Biome
make fix            # auto-fix lint issues
make lint           # check for lint errors
make validate       # validate YAML structure + tags

Data Structure

Each category is a YAML file in src/data/categories/. Files are loaded alphabetically; the numeric prefix controls display order.

name: Frontier Labs
group: labs                        # labs | models | infrastructure | protocols | security | product
color: "oklch(0.62 0.22 230)"      # OKLCH color token for category accent
icon: Buildings                    # Phosphor icon name
subcategories:
  - name: Open Research Labs
    items:
      - name: Nous Research
        homepage_url: https://nousresearch.com
        logo: nous-research.webp   # filename inside public/logos/
        description: "Open-weights research lab known for Hermes and Nous-Capybara models"
        github_url: https://github.com/NousResearch   # optional
        tags: [lab, llm, open-weights, research]

Tags are defined in src/data/tags.yaml. Every tag used in a category file must have an entry there.

Adding a Tool

See CONTRIBUTING.md for the full guide.

License

MIT

About

A comprehensive, interactive map of the AI tools ecosystem

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.5%
  • CSS 2.4%
  • Other 0.1%