-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrepos.yaml
More file actions
72 lines (71 loc) · 2.82 KB
/
repos.yaml
File metadata and controls
72 lines (71 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
categories:
- name: "Supermodel Open Source"
slug: supermodel
repos:
- name: mcp
description: "Supermodel Model Context Protocol server. Generate code graphs in Cursor, Codex or Claude Code!"
pill: "MCP Server"
pill_class: "pill-accent"
- name: typescript-sdk
description: "Generate useful graphs of your codebase with our TypeScript SDK!"
pill: "SDK"
pill_class: "pill-accent"
- name: graph2md
description: "Convert Supermodel graph JSON to markdown entity files for static site generation."
pill: "CLI Tool"
pill_class: "pill-green"
- name: dead-code-hunter
description: "GitHub Action to find unreachable functions using Supermodel call graphs."
pill: "GitHub Action"
pill_class: "pill-blue"
- name: openapi-spec
description: "Spec for Supermodel public API in OpenAPI YAML. Use as a reference or generate your own clients."
pill: "Specification"
pill_class: ""
- name: supermodel-api-docs
description: "Official documentation for the Supermodel Code Graph API."
pill: "Documentation"
pill_class: ""
- name: "Community"
slug: community
repos:
- name: vue
upstream: vuejs/vue
description: "A progressive JavaScript framework for building UI on the web"
pill: "Frontend"
pill_class: "pill-blue"
- name: bun
upstream: oven-sh/bun
description: "Incredibly fast JavaScript runtime, bundler, test runner, and package manager"
pill: "Runtime"
pill_class: "pill-blue"
- name: fastapi
upstream: tiangolo/fastapi
description: "Modern, fast web framework for building APIs with Python based on type hints"
pill: "Backend"
pill_class: "pill-green"
- name: gin
upstream: gin-gonic/gin
description: "The fastest full-featured HTTP web framework for Go"
pill: "Backend"
pill_class: "pill-accent"
- name: spring-boot
upstream: spring-projects/spring-boot
description: "Spring Boot makes it easy to create production-grade Spring-based applications"
pill: "Backend"
pill_class: "pill-orange"
- name: pytorch
upstream: pytorch/pytorch
description: "Tensors and dynamic neural networks in Python with strong GPU acceleration"
pill: "AI/ML"
pill_class: "pill-orange"
- name: supabase
upstream: supabase/supabase
description: "The open source Firebase alternative - Postgres database platform"
pill: "Database"
pill_class: "pill-green"
- name: tailwindcss
upstream: tailwindlabs/tailwindcss
description: "A utility-first CSS framework for rapid UI development"
pill: "CSS"
pill_class: "pill-blue"