# AionEdge > AionEdge is an independent, searchable index of open source Jev projects and the wider Jev ecosystem — projects that integrate with, clone, or are inspired by TypeSafe AI's Jev (a "System One" model for typed, calibrated decisions). This site catalogs 1,200+ open source Jev projects: SDK integrations, standalone open-weight clones (e.g. SemIf, Kev, JEV-CPU), browser-automation agents built on Jev, and other tools in the Jev ecosystem, organized into ~29 categories (Agent tooling, Browser & computer use, Voice & Conversation, etc.). Each entry lists the repo, a short description, category (some entries carry more than one), GitHub stars (with the date they were checked), license, and — where available — a specific evidence link (a file path at a pinned commit) showing the actual Jev-related code. ## Data - [projects.json](/projects.json) — the full dataset, one JSON object per project. Fields: `repo` (owner/name), `name`, `description`, `category` (primary), `categories` (array, present when a project spans more than one category), `sources` (where this entry was found), `stars`, `starCheckedAt` (ISO 8601), `evidence` (a GitHub blob URL at a pinned commit, when available), `language`, `added` (date), `decision` (why this project is in the Jev ecosystem), `kind`, `license`, `archived` (bool), `url`, `status`. - [projects.csv](/projects.csv) — same dataset, CSV form. - [sitemap.xml](/sitemap.xml) — full site map, listing every page below individually (1,190+ URLs). `projects.json` is served with permissive CORS, so it can be fetched directly by a script or agent without needing to render the page — this is the recommended way to consume the full dataset; the homepage itself only renders a small curated subset server-side (top-starred projects per category) and fetches this file on demand for live search. ## Pages - [/](/) — the homepage: a small, curated per-category showcase (top-starred projects only) plus a live search box that fetches `projects.json` on demand. Not the full dataset — use `/c/index.html` or `projects.json` directly for that. - [/c/index.html](/c/index.html) — a lightweight index of all categories with project counts and links; the best single entry point for crawling the full catalog category by category. - [/c/{slug}.html](/c/) — one static page per category (e.g. `/c/voice-and-conversation.html`), listing every project in that category, sorted by stars. Slug is the category name lowercased with `&` replaced by `and` and non-alphanumerics replaced by `-`. - [/p/{slug}.html](/p/) — one static page per project (e.g. `/p/browser-use-jev-ultrafast.html`), with the same fields as its `projects.json` entry plus a link to the GitHub repo. Slug is `repo.toLowerCase()` with `/` and non-alphanumerics replaced by `-`. - [/guides.html](/guides.html) — original AionEdge guides, source-checked, with statistics attributed to the vendor or poster who made them: - [/what-is-jev.html](/what-is-jev.html) — what Jev is, Jev vs ChatGPT, how it works, limits. - [/open-source-jev-projects.html](/open-source-jev-projects.html) — hand-picked open source Jev projects by use case, each linked to its Jev code. - [/trending-jev-projects.html](/trending-jev-projects.html) — repos from viral posts, newest verified additions, most-starred; regenerated from projects.json on every build. - [/trending-jev-posts.html](/trending-jev-posts.html) — viral Jev posts on X shown in full with a fact-check of each claim. - [/jev-explained.html](/jev-explained.html) — the best LLMs vs. Jev explainers. - [/jev-news-coverage.html](/jev-news-coverage.html) — major news coverage of Jev and which claims to question. - [AionEdge Labs on YouTube](https://www.youtube.com/@AIonEdgeLabs) — video walkthroughs from the AionEdge team. - [/tutorials.html](/tutorials.html) — the best Jev video tutorials and explainers, curated: guides for working with Jev and Jev-ecosystem projects. - [/articles.html](/articles.html) — tweets, threads and articles about Jev from across the web, with independent summaries. ## Notes for agents - This is a community-maintained catalog, not an official TypeSafe AI resource. AionEdge is independent and not affiliated with or endorsed by TypeSafe AI. - `evidence` links point to a specific commit; verify the linked file still exists at that commit before citing it as current, since upstream repos change. - `stars` reflects the count at `starCheckedAt`, not live.