The AI Native Dev Landscape is a project by AI Native Dev to help developers keep track of the AI tools and technologies that are available. It is a community curated list and we welcome contributions.
This repository contains the data that powers the https://landscape.ainativedev.io website.
- The whole dataset is referred to as
Landscape
. - The landscape consists of different
Domains
. - Each domain has multiple
Categories
. - And under categories we have
Tools
We welcome contributions to the data. Please see the CONTRIBUTING.md file for more information.
We also welcome contributions to the website. See the README.md file for more information.
domain:
name: string # Name of the domain
description: string # Description of the domain
level: integer # Level of the domain, this is used for display purposes, the lowest level has the highest priority on the landscape map
category:
name: string # Name of the category
description: string # Description of the category
level: integer # Level of the category, this is used for display purposes, the lowest level has the highest priority on the landscape map
tool:
name: string # Name of the tool
description: string # Description of the tool
icon_url: string # URL to the tool's icon
website_url: string # URL to the tool's website
tags: list[string] # Array of tags
date_added: string # Date when the tool was added to the landscape DD/MM/YYYY
oss: boolean # Whether the tool is open source
verified: boolean # Whether the tool is vendor verified
beta: boolean # Whether the tool is in beta (if false the tool is considered GA)
popular: boolean # Indicates the tool being popular resulting it being sorted first in a category
- The code in this project is licensed under the MIT License.
- The data is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.