Skip to content

Commit ece3017

Browse files
committed
chore: update community repos to match deployed CF Pages sites
1 parent d5de5df commit ece3017

File tree

1 file changed

+53
-112
lines changed

1 file changed

+53
-112
lines changed

repos.yaml

Lines changed: 53 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ categories:
33
slug: supermodel
44
repos:
55
- name: mcp
6-
description: "Supermodel Model Context Protocol server. Generate code graphs in Cursor, Codex or Claude Code!"
6+
description: "Supermodel Model Context Protocol server. Generate code graphs in Cursor, Codex or Claude Code\!"
77
pill: "MCP Server"
88
pill_class: "pill-accent"
99
- name: typescript-sdk
10-
description: "Generate useful graphs of your codebase with our TypeScript SDK!"
10+
description: "Generate useful graphs of your codebase with our TypeScript SDK\!"
1111
pill: "SDK"
1212
pill_class: "pill-accent"
1313
- name: graph2md
@@ -30,138 +30,79 @@ categories:
3030
- name: "Community"
3131
slug: community
3232
repos:
33-
- name: react
34-
upstream: facebook/react
35-
description: "A JavaScript library for building user interfaces"
36-
pill: "Frontend"
37-
pill_class: "pill-blue"
3833
- name: vue
3934
upstream: vuejs/vue
4035
description: "A progressive JavaScript framework for building UI on the web"
4136
pill: "Frontend"
4237
pill_class: "pill-blue"
43-
- name: svelte
44-
upstream: sveltejs/svelte
45-
description: "Cybernetically enhanced web apps"
38+
- name: next.js
39+
upstream: vercel/next.js
40+
description: "The React framework for production — SSR, SSG, and more"
4641
pill: "Frontend"
4742
pill_class: "pill-blue"
48-
- name: express
49-
upstream: expressjs/express
50-
description: "Fast, unopinionated, minimalist web framework for Node.js"
43+
- name: deno
44+
upstream: denoland/deno
45+
description: "A modern runtime for JavaScript and TypeScript"
46+
pill: "Runtime"
47+
pill_class: "pill-blue"
48+
- name: bun
49+
upstream: oven-sh/bun
50+
description: "Incredibly fast JavaScript runtime, bundler, test runner, and package manager"
51+
pill: "Runtime"
52+
pill_class: "pill-blue"
53+
- name: go
54+
upstream: golang/go
55+
description: "The Go programming language"
56+
pill: "Language"
57+
pill_class: "pill-accent"
58+
- name: rust
59+
upstream: rust-lang/rust
60+
description: "Empowering everyone to build reliable and efficient software"
61+
pill: "Language"
62+
pill_class: "pill-accent"
63+
- name: fastapi
64+
upstream: tiangolo/fastapi
65+
description: "Modern, fast web framework for building APIs with Python based on type hints"
5166
pill: "Backend"
5267
pill_class: "pill-green"
53-
- name: fastify
54-
upstream: fastify/fastify
55-
description: "Fast and low overhead web framework for Node.js"
68+
- name: django
69+
upstream: django/django
70+
description: "The web framework for perfectionists with deadlines"
5671
pill: "Backend"
5772
pill_class: "pill-green"
58-
- name: flask
59-
upstream: pallets/flask
60-
description: "The Python micro framework for building web applications"
73+
- name: gin
74+
upstream: gin-gonic/gin
75+
description: "The fastest full-featured HTTP web framework for Go"
76+
pill: "Backend"
77+
pill_class: "pill-accent"
78+
- name: spring-boot
79+
upstream: spring-projects/spring-boot
80+
description: "Spring Boot makes it easy to create production-grade Spring-based applications"
6181
pill: "Backend"
62-
pill_class: "pill-green"
63-
- name: fastapi
64-
upstream: tiangolo/fastapi
65-
description: "Modern, fast web framework for building APIs with Python based on type hints"
66-
pill: "Python"
67-
pill_class: "pill-green"
68-
- name: langchain
69-
upstream: langchain-ai/langchain
70-
description: "Build context-aware reasoning applications"
71-
pill: "AI/ML"
7282
pill_class: "pill-orange"
73-
- name: anthropic-sdk-python
74-
upstream: anthropics/anthropic-sdk-python
75-
description: "The official Python library for the Anthropic API"
83+
- name: pytorch
84+
upstream: pytorch/pytorch
85+
description: "Tensors and dynamic neural networks in Python with strong GPU acceleration"
7686
pill: "AI/ML"
7787
pill_class: "pill-orange"
78-
- name: scikit-learn
79-
upstream: scikit-learn/scikit-learn
80-
description: "Machine learning in Python — simple and efficient tools for data analysis"
88+
- name: transformers
89+
upstream: huggingface/transformers
90+
description: "State-of-the-art machine learning models for NLP, vision, audio, and more"
8191
pill: "AI/ML"
8292
pill_class: "pill-orange"
83-
- name: drizzle-orm
84-
upstream: drizzle-team/drizzle-orm
85-
description: "TypeScript ORM that lets you think in SQL"
93+
- name: supabase
94+
upstream: supabase/supabase
95+
description: "The open source Firebase alternative — Postgres database platform"
8696
pill: "Database"
8797
pill_class: "pill-green"
8898
- name: tailwindcss
8999
upstream: tailwindlabs/tailwindcss
90100
description: "A utility-first CSS framework for rapid UI development"
91101
pill: "CSS"
92102
pill_class: "pill-blue"
93-
- name: ui
94-
upstream: shadcn-ui/ui
95-
description: "Beautifully designed components built with Radix UI and Tailwind CSS"
96-
pill: "UI"
97-
pill_class: "pill-blue"
98-
- name: astro
99-
upstream: withastro/astro
100-
description: "The web framework for content-driven websites"
101-
pill: "Meta-framework"
103+
- name: openclaw
104+
upstream: openclaw/openclaw
105+
description: "Your own personal AI assistant — any OS, any platform"
106+
pill: "AI Agent"
102107
pill_class: "pill-accent"
103-
- name: trpc
104-
upstream: trpc/trpc
105-
description: "End-to-end typesafe APIs made easy"
106-
pill: "TypeScript"
107-
pill_class: "pill-blue"
108-
- name: zod
109-
upstream: colinhacks/zod
110-
description: "TypeScript-first schema validation with static type inference"
111-
pill: "TypeScript"
112-
pill_class: "pill-blue"
113-
- name: requests
114-
upstream: psf/requests
115-
description: "A simple, yet elegant, HTTP library for Python"
116-
pill: "Python"
117-
pill_class: "pill-green"
118-
- name: RxJava
119-
upstream: ReactiveX/RxJava
120-
description: "Reactive extensions for the JVM — composable asynchronous programming"
121-
pill: "Java"
122-
pill_class: "pill-orange"
123-
- name: retrofit
124-
upstream: square/retrofit
125-
description: "A type-safe HTTP client for Android and Java"
126-
pill: "Java"
127-
pill_class: "pill-orange"
128-
- name: okhttp
129-
upstream: square/okhttp
130-
description: "An efficient HTTP & HTTP/2 client for Android and Java"
131-
pill: "Java"
132-
pill_class: "pill-orange"
133-
- name: netty
134-
upstream: netty/netty
135-
description: "Asynchronous event-driven network application framework for Java"
136-
pill: "Java"
137-
pill_class: "pill-orange"
138-
- name: gin
139-
upstream: gin-gonic/gin
140-
description: "The fastest full-featured HTTP web framework for Go"
141-
pill: "Go"
142-
pill_class: "pill-accent"
143-
- name: fiber
144-
upstream: gofiber/fiber
145-
description: "Express-inspired web framework written in Go"
146-
pill: "Go"
147-
pill_class: "pill-accent"
148-
- name: tokio
149-
upstream: tokio-rs/tokio
150-
description: "A runtime for writing reliable asynchronous applications with Rust"
151-
pill: "Rust"
152-
pill_class: "pill-accent"
153-
- name: vite
154-
upstream: vitejs/vite
155-
description: "Next generation frontend tooling — fast, lean, and flexible"
156-
pill: "Build Tool"
157-
pill_class: "pill-blue"
158-
- name: terraform
159-
upstream: hashicorp/terraform
160-
description: "Infrastructure as code — safely and predictably provision infrastructure"
161-
pill: "DevOps"
162-
pill_class: "pill-green"
163-
- name: openclaw-supermemory
164-
upstream: supermemoryai/openclaw-supermemory
165-
description: "Long-term memory and recall for OpenClaw agents"
166-
pill: "AI/ML"
167-
pill_class: "pill-orange"
108+

0 commit comments

Comments
 (0)