Skip to content

Commit 46cc969

Browse files
hsnice16claude
andcommitted
chore: add 35 seeds across .NET / PHP / Elixir / Rails / Flutter / etc and re-score (200 repos)
Broadens the curated set beyond the JS/TS + Python core: ASP.NET Core + dotnet/runtime + Avalonia + semantic-kernel; Laravel + Symfony + Composer + Filament + Coolify; Phoenix + Elixir + Ecto + Livebook + ElectricSQL + Plausible; Rails + Jekyll + Mastodon + Discourse; Flutter SDK; Excalidraw, tldraw, Plane, Immich, Eleventy, Bevy, Hugo, Mattermost, Postgres, DuckDB, MLX, Spark, Mastra, Inngest, MCP servers. data/rank.db re-scored against the broader rubric (200 repos total). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 90b650d commit 46cc969

2 files changed

Lines changed: 92 additions & 0 deletions

File tree

data/rank.db

88 KB
Binary file not shown.

scripts/seed-list.ts

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,23 @@ export const SEEDS: Seed[] = [
9292
note: "Sim — agent workflow builder",
9393
url: "https://github.com/simstudioai/sim",
9494
},
95+
{
96+
note: "Excalidraw — virtual whiteboard",
97+
url: "https://github.com/excalidraw/excalidraw",
98+
},
99+
{
100+
url: "https://github.com/tldraw/tldraw",
101+
note: "tldraw — collaborative whiteboard SDK",
102+
},
103+
{
104+
url: "https://github.com/makeplane/plane",
105+
note: "Plane — open-source project management (Jira alternative)",
106+
},
107+
{
108+
url: "https://github.com/immich-app/immich",
109+
note: "Immich — self-hosted photo + video backup",
110+
},
111+
{ url: "https://github.com/11ty/eleventy", note: "Eleventy — static site generator" },
95112

96113
// --- GitHub, Python ---
97114
{
@@ -184,6 +201,7 @@ export const SEEDS: Seed[] = [
184201
note: "Meilisearch — search engine",
185202
url: "https://github.com/meilisearch/meilisearch",
186203
},
204+
{ url: "https://github.com/bevyengine/bevy", note: "Bevy — Rust ECS game engine" },
187205

188206
// --- GitHub, Go ---
189207
{
@@ -210,6 +228,11 @@ export const SEEDS: Seed[] = [
210228
url: "https://github.com/SigNoz/signoz",
211229
note: "SigNoz — open-source observability (APM, logs, metrics, traces)",
212230
},
231+
{ url: "https://github.com/gohugoio/hugo", note: "Hugo — fast static site generator" },
232+
{
233+
url: "https://github.com/mattermost/mattermost",
234+
note: "Mattermost — open-source team chat platform",
235+
},
213236

214237
// --- GitHub, C / C++ / systems ---
215238
{
@@ -233,6 +256,9 @@ export const SEEDS: Seed[] = [
233256
note: "ClickHouse — columnar OLAP database",
234257
url: "https://github.com/ClickHouse/ClickHouse",
235258
},
259+
{ url: "https://github.com/postgres/postgres", note: "PostgreSQL — relational database (mirror)" },
260+
{ url: "https://github.com/duckdb/duckdb", note: "DuckDB — in-process analytical database" },
261+
{ url: "https://github.com/ml-explore/mlx", note: "MLX — Apple's array framework for ML on Apple silicon" },
236262

237263
// --- GitHub, JVM (Java / Kotlin) ---
238264
{
@@ -250,6 +276,7 @@ export const SEEDS: Seed[] = [
250276
url: "https://github.com/google/guava",
251277
note: "Guava — Google core Java libraries",
252278
},
279+
{ url: "https://github.com/apache/spark", note: "Apache Spark — unified analytics engine" },
253280

254281
// --- GitHub, Swift ---
255282
{ url: "https://github.com/apple/swift", note: "Swift language" },
@@ -263,12 +290,65 @@ export const SEEDS: Seed[] = [
263290
note: "Gumroad (Ruby on Rails)",
264291
url: "https://github.com/antiwork/gumroad",
265292
},
293+
{ url: "https://github.com/rails/rails", note: "Ruby on Rails framework" },
294+
{ url: "https://github.com/jekyll/jekyll", note: "Jekyll — static site generator" },
295+
{ url: "https://github.com/mastodon/mastodon", note: "Mastodon — federated microblogging" },
296+
{ url: "https://github.com/discourse/discourse", note: "Discourse — community discussion platform" },
266297

267298
// --- GitHub, Dart ---
268299
{
269300
note: "Flutter sample apps",
270301
url: "https://github.com/flutter/samples",
271302
},
303+
{ url: "https://github.com/flutter/flutter", note: "Flutter SDK — cross-platform UI toolkit" },
304+
305+
// --- GitHub, .NET / C# ---
306+
{
307+
url: "https://github.com/dotnet/aspnetcore",
308+
note: "ASP.NET Core — cross-platform .NET web framework",
309+
},
310+
{ url: "https://github.com/dotnet/runtime", note: ".NET runtime + core libraries" },
311+
{
312+
url: "https://github.com/AvaloniaUI/Avalonia",
313+
note: "Avalonia — cross-platform .NET UI framework",
314+
},
315+
{
316+
url: "https://github.com/microsoft/semantic-kernel",
317+
note: "Semantic Kernel — Microsoft's LLM SDK (C#/Python/Java)",
318+
},
319+
320+
// --- GitHub, PHP ---
321+
{ url: "https://github.com/laravel/laravel", note: "Laravel — PHP web framework starter" },
322+
{ url: "https://github.com/symfony/symfony", note: "Symfony — PHP component framework" },
323+
{ url: "https://github.com/composer/composer", note: "Composer — PHP dependency manager" },
324+
{
325+
url: "https://github.com/filamentphp/filament",
326+
note: "Filament — Laravel admin / TALL-stack UI framework",
327+
},
328+
{
329+
url: "https://github.com/coollabsio/coolify",
330+
note: "Coolify — self-hostable Heroku/Vercel alternative",
331+
},
332+
333+
// --- GitHub, Elixir / Phoenix ---
334+
{
335+
note: "Phoenix — Elixir web framework",
336+
url: "https://github.com/phoenixframework/phoenix",
337+
},
338+
{ url: "https://github.com/elixir-lang/elixir", note: "Elixir language" },
339+
{ url: "https://github.com/elixir-ecto/ecto", note: "Ecto — Elixir database toolkit" },
340+
{
341+
note: "Livebook — interactive Elixir notebooks",
342+
url: "https://github.com/livebook-dev/livebook",
343+
},
344+
{
345+
url: "https://github.com/electric-sql/electric",
346+
note: "ElectricSQL — Postgres sync engine (Elixir + TS)",
347+
},
348+
{
349+
url: "https://github.com/plausible/analytics",
350+
note: "Plausible — privacy-first web analytics (Elixir + Phoenix)",
351+
},
272352

273353
// --- GitHub, language runtimes ---
274354
{ url: "https://github.com/denoland/deno", note: "Deno runtime (Rust)" },
@@ -319,6 +399,18 @@ export const SEEDS: Seed[] = [
319399
url: "https://github.com/different-ai/openwork",
320400
note: "Openwork — open-source Claude Cowork alternative (opencode-powered)",
321401
},
402+
{
403+
url: "https://github.com/mastra-ai/mastra",
404+
note: "Mastra — TypeScript AI agent framework",
405+
},
406+
{
407+
url: "https://github.com/inngest/inngest",
408+
note: "Inngest — durable event-driven workflows for AI / background jobs",
409+
},
410+
{
411+
url: "https://github.com/modelcontextprotocol/servers",
412+
note: "Model Context Protocol — official reference servers",
413+
},
322414

323415
// --- AI-native: models + infra ---
324416
{

0 commit comments

Comments
 (0)