Skip to content

maxatwork/awesome-side-quests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

Awesome Side Quests Awesome

A loosely organized list of GitHub repos I starred because they looked useful, clever, weird, or likely to become relevant in some unexpected future.

Broad interests, light curation, and just enough order to keep the interesting bits from escaping.

This is not a strict canon or a carefully pruned "best of" list. It is a map of side quests across AI, frontend, mobile, backend, game development, devtools, and whatever else wandered into view and seemed worth keeping.

Contents


AI & LLM

LLM Apps & Interfaces

  • openclaw/openclaw β€” A self-hostable AI assistant with a surprisingly memorable crustacean branding β€” run it anywhere
  • ollama/ollama β€” The easiest way to run LLMs locally β€” one command, dozens of models, no cloud required
  • microsoft/markitdown β€” Converts almost any document format β€” PDFs, Office files, images β€” into clean Markdown for LLM ingestion
  • hacksider/Deep-Live-Cam β€” Real-time face swap from a single photo β€” works live on your webcam feed
  • github/spec-kit β€” Toolkit for Spec-Driven Development, helping you write specs that AI agents can actually execute
  • vllm-project/vllm β€” The go-to high-throughput LLM serving engine β€” PagedAttention, continuous batching, serious production scale
  • openinterpreter/open-interpreter β€” Gives an LLM a shell β€” it can write code, run it, see results, and iterate on your machine
  • danielmiessler/Fabric β€” A framework of reusable AI prompts ("patterns") for augmenting everyday human workflows
  • chatboxai/chatbox β€” Desktop AI client that works with any LLM API β€” clean UI, local history, no subscriptions
  • asgeirtj/system_prompts_leaks β€” Extracted system prompts from ChatGPT, Claude, Gemini and others β€” a window into how big AI products actually behave
  • google/langextract β€” LLM-powered structured extraction from unstructured text that keeps precise source grounding
  • anthropics/prompt-eng-interactive-tutorial β€” Anthropic's official hands-on prompt engineering tutorial β€” the canonical place to learn how to talk to Claude
  • TabbyML/tabby β€” Self-hosted AI coding assistant you can run on your own GPU β€” GitHub Copilot but yours
  • onlook-dev/onlook β€” Visual design tool that directly edits your React codebase β€” like Figma but your components stay real
  • langfuse/langfuse β€” Open-source LLM observability platform β€” tracing, evals, prompt management, and a playground in one place
  • vercel/chatbot β€” Vercel's reference AI chatbot β€” a fully-featured Next.js + AI SDK starter worth forking
  • p-e-w/heretic β€” Strips safety filters from local LLMs β€” fully automatic, no manual prompt hacking needed
  • ahmedkhaleel2004/gitdiagram β€” Paste a GitHub URL, get an interactive architecture diagram in seconds β€” free and sharp
  • confident-ai/deepeval β€” The pytest for LLM apps β€” unit-test your prompts and RAG pipelines with real evaluation metrics
  • puckeditor/puck β€” Self-hostable visual page builder built on React β€” bring your own components, own your data
  • Zackriya-Solutions/meetily β€” Privacy-first meeting assistant with fast local Whisper transcription, diarization, and Ollama summaries
  • elie222/inbox-zero β€” AI email assistant that actually reaches inbox zero β€” open-source, self-hostable, integrates with Gmail
  • GoogleCloudPlatform/kubectl-ai β€” Natural language interface for Kubernetes β€” describe what you want, get kubectl commands back
  • thewh1teagle/vibe β€” Local Whisper-based transcription desktop app β€” drag in audio, get clean text, no cloud needed
  • microsoft/poml β€” Prompt Orchestration Markup Language β€” Microsoft's structured format for complex multi-step LLM workflows
  • ml-explore/mlx-lm β€” Run LLMs on Apple Silicon with MLX β€” the native Apple way to do local inference, fast
  • shcherbak-ai/contextgem β€” Effortless structured LLM extraction from documents β€” schema-driven, with minimal boilerplate
  • nobodywho-ooo/nobodywho β€” Inference engine designed to run LLMs locally on any device, including within game engines
  • inulute/simplexity-ai-app β€” Community-built Electron desktop app for Perplexity-style AI search β€” open-source AI browsing
  • traceloop/openllmetry-js β€” OpenTelemetry-based LLM observability for TypeScript β€” trace your AI calls just like regular infra
  • langfuse/langfuse-python β€” Langfuse Python SDK β€” decorator-based or low-level tracing for any LLM app
  • langfuse/langfuse-js β€” Langfuse JS/TS SDK β€” instrument your LLM app and get detailed tracing in any JavaScript framework

Agents & Orchestration

  • Significant-Gravitas/AutoGPT β€” The original autonomous AI agent β€” sparked the whole agentic AI movement, still actively developed
  • langflow-ai/langflow β€” Low-code visual builder for LLM workflows and agents β€” drag, connect, deploy
  • obra/superpowers β€” Agentic skills framework for Claude Code β€” the methodology this very system is built on
  • firecrawl/firecrawl β€” Turns any website into clean LLM-ready data β€” scraping, crawling, and structured extraction as a service
  • browser-use/browser-use β€” Lets AI agents control a real browser β€” the cleanest abstraction for web automation with LLMs
  • anthropics/claude-code β€” Anthropic's official agentic coding tool β€” understands your codebase and works from the terminal
  • lobehub/lobehub β€” All-in-one AI workspace with agent marketplace, plugin system, and multi-model chat
  • OpenBB-finance/OpenBB β€” Open-source financial data platform built for analysts, quants, and AI agents β€” Bloomberg alternative
  • crewAIInc/crewAI β€” Role-playing multi-agent framework β€” assign tasks to AI "crew members" who collaborate autonomously
  • TauricResearch/TradingAgents β€” Multi-agent LLM system for financial trading β€” multiple specialized agents debate and decide together
  • CherryHQ/cherry-studio β€” AI productivity studio with 300+ assistants and unified access to frontier LLMs β€” polished all-in-one
  • hesreallyhim/awesome-claude-code β€” Curated list of skills, hooks, commands, and agents for Claude Code β€” the community resource for this ecosystem
  • ChromeDevTools/chrome-devtools-mcp β€” Chrome DevTools as an MCP server β€” lets coding agents inspect, debug, and automate in the browser
  • CopilotKit/CopilotKit β€” Frontend SDK for building in-app AI copilots β€” adds AI-native UI patterns to any React app
  • github/awesome-copilot β€” Community-contributed instructions, agents, and configurations for GitHub Copilot β€” the unofficial cookbook
  • vercel/ai β€” Vercel's AI SDK for TypeScript β€” abstracts over all major LLM providers with streaming, tools, and RSC support
  • mastra-ai/mastra β€” TypeScript agent framework from the Gatsby team β€” well-structured, production-minded, modern DX
  • iOfficeAI/AionUi β€” Local 24/7 AI cowork app with support for Claude Code, Codex, Gemini CLI, and more in one place
  • Alibaba-NLP/DeepResearch β€” Alibaba's open-source deep research agent β€” iterative web research with planning and synthesis
  • langchain-ai/deepagents β€” LangGraph-based agent harness with planning tools, filesystem access, and web browsing
  • microsoft/agent-lightning β€” Microsoft's training framework for AI agents β€” optimizing agent behavior at scale
  • NousResearch/hermes-agent β€” Agent framework from the Hermes model team β€” grows and adapts with your use cases
  • getmaxun/maxun β€” No-code web scraping platform β€” turn any website into structured data with visual point-and-click automation
  • iii-hq/iii β€” Backend unification engine with three primitives: Function, Stream, and State β€” opinionated but powerful
  • HKUDS/DeepCode β€” Agentic coding system for paper-to-code, text-to-web, and text-to-backend generation
  • alibaba/page-agent β€” In-page JavaScript GUI agent β€” control web interfaces with natural language from within the page itself
  • vxcontrol/pentagi β€” Fully autonomous AI penetration testing agent β€” hands-off security research at agent scale
  • manaflow-ai/cmux β€” Ghostty-based macOS terminal with vertical tabs and agent-specific notification management
  • tambo-ai/tambo β€” Generative UI SDK for React β€” LLMs render actual React components, not just text
  • danielmiessler/Personal_AI_Infrastructure β€” Daniel Miessler's personal agentic AI stack β€” a blueprint for AI-augmented personal productivity
  • The-Pocket/PocketFlow β€” 100-line LLM framework β€” so minimal it fits in a README, yet capable enough to build real agents
  • rowboatlabs/rowboat β€” Open-source AI coworker with persistent memory β€” multi-agent collaboration with context retention
  • langchain-ai/open-swe β€” Open-source async coding agent from LangChain β€” tackles software engineering tasks autonomously
  • openai/openai-realtime-agents β€” Demo of advanced agentic patterns on the OpenAI Realtime API β€” voice agents with tool calls and handoffs
  • 11cafe/jaaz β€” Open-source multimodal creative assistant β€” Canva meets Manus for image-first creative workflows
  • magnitudedev/browser-agent β€” Vision-first browser agent β€” uses screenshots to understand and interact with any web UI
  • memgraph/memgraph β€” Open-source graph database tuned for real-time dynamic analytics β€” fast, Cypher-compatible, embeddable
  • openai/openai-agents-js β€” OpenAI's official lightweight multi-agent framework for JS β€” voice agents, tool use, handoffs built-in
  • ai-christianson/RA.Aid β€” Autonomous software development agent β€” plans, researches, and implements full features end-to-end
  • adaline/gateway β€” Local production-grade LLM gateway with a unified interface across all major providers β€” no vendor lock-in
  • Code-and-Sorts/awesome-copilot-agents β€” Curated Copilot instructions, prompt files, and agent configs β€” community-maintained best practices
  • David-patrick-chuks/Riona-AI-Agent β€” Lightweight TypeScript AI agent for social media automation β€” built for scheduled job execution

RAG & Vector Search

  • open-webui/open-webui β€” The best self-hosted UI for Ollama and OpenAI-compatible APIs β€” feature-rich, polished, actively developed
  • Shubhamsaboo/awesome-llm-apps β€” Curated collection of production-ready LLM app examples with RAG, agents, and multiple model providers
  • Mintplex-Labs/anything-llm β€” All-in-one local AI workspace β€” chat with your documents, run agents, no setup friction
  • mem0ai/mem0 β€” Universal persistent memory layer for AI agents β€” remembers users and context across sessions
  • thedotmack/claude-mem β€” Claude Code plugin that auto-captures session activity and compresses it into persistent memory
  • khoj-ai/khoj β€” Your self-hostable AI second brain β€” chat with your notes, schedule automations, build custom agents
  • ItzCrazyKns/Vane β€” AI-powered answering engine β€” Perplexity-style search but open-source and self-hostable
  • patchy631/ai-engineering-hub β€” In-depth tutorials on LLMs, RAG pipelines, and real-world AI agent deployments β€” solid learning resource
  • getzep/graphiti β€” Builds evolving knowledge graphs for AI agents in real time β€” temporal memory with relationship context
  • VectifyAI/PageIndex β€” Reasoning-based RAG without vectors β€” uses document structure and LLM reasoning instead of embeddings
  • apify/crawlee β€” Production-grade web scraping and browser automation library for Node.js β€” the serious crawler framework
  • Canner/WrenAI β€” GenBI that translates natural language into accurate SQL, then charts β€” text-to-analytics for any database
  • ConardLi/easy-dataset β€” Tool for creating fine-tuning and RAG datasets from documents β€” streamlines the data prep pipeline
  • memvid/memvid β€” Encodes agent memory into video files β€” an unorthodox but creative approach to serverless memory layers
  • codexu/note-gen β€” Cross-platform AI note-taking app in Markdown β€” knowledge capture with LLM-powered organization
  • oramasearch/orama β€” Full-text + vector + RAG search engine running in browser, server, or edge β€” zero infrastructure required
  • dataease/SQLBot β€” Conversational SQL analytics via LLMs + RAG β€” ask your database questions in plain Chinese or English
  • OpenBMB/UltraRAG β€” Low-code MCP framework for building complex and innovative RAG pipelines β€” composable and extensible
  • morphik-org/morphik-core β€” Document search and retrieval engine optimized for accuracy in AI apps β€” beats generic vector stores for docs
  • Raudaschl/rag-fusion β€” Multi-query RAG with Reciprocal Rank Fusion β€” better retrieval through query expansion and rank merging
  • theaiautomators/claude-code-agentic-rag-series β€” Planning docs and PRDs for a full-stack Claude Code + RAG masterclass β€” educational reference material

MCP & Tool Use

  • n8n-io/n8n β€” Fair-code workflow automation with native AI capabilities β€” self-hosted Zapier that you actually own
  • yamadashy/repomix β€” Packs an entire repo into a single AI-friendly file β€” essential for feeding codebases to LLMs
  • modelcontextprotocol/servers β€” The official MCP server implementations β€” reference servers for filesystem, web search, databases, and more
  • modelcontextprotocol/typescript-sdk β€” Official TypeScript SDK for building MCP servers and clients β€” the standard way to implement MCP in TS
  • modelcontextprotocol/inspector β€” Visual testing tool for MCP servers β€” inspect, test, and debug your MCP implementations interactively
  • homeassistant-ai/ha-mcp β€” Unofficial Home Assistant MCP server β€” control your smart home through any MCP-compatible AI agent
  • MCP-UI-Org/mcp-ui β€” Brings real UI rendering to MCP β€” lets AI tools return interactive components, not just text

ML & Training

  • f/prompts.chat β€” The original ChatGPT prompt collection β€” community-contributed, open-source, and still growing
  • rasbt/LLMs-from-scratch β€” Build a GPT-like LLM from scratch in PyTorch β€” the best book/repo for understanding transformers deeply
  • lutzroeder/netron β€” Visualizer for neural network models β€” inspect any ONNX, TensorFlow, or PyTorch model's architecture
  • HumanSignal/label-studio β€” Multi-type data labeling and annotation tool with a standardized output format β€” the open-source Label Studio
  • mxgmn/WaveFunctionCollapse β€” Generates bitmaps and tilemaps from a single example using quantum-mechanics-inspired constraint propagation
  • nautechsystems/nautilus_trader β€” Production-grade Rust-native trading engine with deterministic event-driven architecture
  • FunAudioLLM/CosyVoice β€” Multi-lingual voice generation model with full training, inference, and deployment stack
  • poloclub/transformer-explainer β€” Interactive visual explainer of transformer internals β€” the best way to understand attention intuitively
  • OvidijusParsiunas/deep-chat β€” Fully customizable AI chatbot web component β€” drop it into any page, connect any LLM

Web Frontend

React & UI Libraries

  • facebook/react β€” The library that changed web UI forever β€” declarative, component-based, and still the dominant choice
  • pmndrs/zustand β€” Tiny, bear-themed React state management β€” no boilerplate, no context hell, just works
  • TanStack/query β€” Server-state management that makes data fetching feel trivial β€” caching, syncing, background updates handled
  • tldraw/tldraw β€” Best-in-class infinite canvas SDK β€” the whiteboard under the hood of many modern collaboration tools
  • twentyhq/twenty β€” Open-source CRM built as a modern Salesforce alternative β€” community-powered, clean, extensible
  • remotion-dev/remotion β€” Make videos programmatically with React β€” render motion graphics and video using the tools you already know
  • novuhq/novu β€” Open-source notification infrastructure β€” in-app, email, SMS, push, and Slack from one unified API
  • outline/outline β€” Fast, beautiful team knowledge base β€” real-time collaborative, Markdown-compatible, great for growing teams
  • ToolJet/ToolJet β€” Open-source low-code platform for building internal tools and dashboards β€” visual but still developer-friendly
  • DavidHDev/react-bits β€” Animated, interactive, fully customizable React components β€” the kind that make your app feel premium
  • drawdb-io/drawdb β€” Free in-browser database diagram editor with SQL generation β€” fastest way to sketch a schema
  • xyflow/xyflow β€” React Flow and Svelte Flow β€” the go-to library for building node-based UIs and flow diagrams
  • solidjs/solid β€” Fine-grained reactive UI library that compiles away β€” faster than React, no virtual DOM, fascinating approach
  • ianstormtaylor/slate β€” Fully customizable rich text editor framework β€” the foundation layer for building Notion-like editors
  • heroui-inc/heroui β€” Beautiful, fast React UI library β€” previously NextUI, accessible, visually polished, Tailwind-based
  • chartdb/chartdb β€” Visualize and design your database schema with a single introspection query β€” instant ER diagrams
  • aidenybai/react-scan β€” Scans your React app for performance issues and highlights slow renders in real time β€” zero config
  • clauderic/dnd-kit β€” Modern, accessible drag-and-drop toolkit for React β€” handles the edge cases other DnD libs ignore
  • infernojs/inferno β€” Extremely fast React-like library β€” worth knowing when raw rendering performance is the constraint
  • formkit/auto-animate β€” Zero-config animation utility β€” add smooth transitions to any React, Vue, or vanilla JS list with one line
  • atlassian/pragmatic-drag-and-drop β€” Atlassian's production DnD library β€” fast, accessible, tech-stack agnostic, and battle-tested at Jira scale
  • TypeCellOS/BlockNote β€” Block-based rich text editor like Notion β€” extensible, built on Prosemirror and Tiptap
  • iib0011/omni-tools β€” Self-hosted collection of 100+ browser-based utility tools β€” no ads, no tracking, just tools
  • TanStack/virtual β€” Headless virtualization for large lists β€” handles millions of rows in React, Solid, Vue, or Svelte
  • golden-layout/golden-layout β€” Multi-window docking layout manager for webapps β€” the classic choice for IDE-style panel interfaces
  • glideapps/glide-data-grid β€” Outrageously fast React data grid with rich rendering β€” handles millions of rows without breaking a sweat
  • preactjs/signals β€” Fine-grained reactive state with a tiny footprint β€” works in React, Preact, and plain JS
  • mathuo/dockview β€” Zero-dependency docking layout with tabs, groups, grids, and split views β€” the VSCode layout pattern
  • naver/egjs-infinitegrid β€” Infinite scrolling grid layout for cards and content β€” smooth, configurable, handles dynamic content
  • intentui/intentui β€” Chill React components built on React Aria and Tailwind β€” accessible by default, easy to customize
  • lukasbach/react-complex-tree β€” Unopinionated, accessible tree component with multi-select and drag-and-drop β€” handles the complex cases
  • caplin/FlexLayout β€” Docking layout manager for React β€” split panels, tabs, and floating windows with minimal setup
  • johnwalley/allotment β€” React component for resizable split views β€” VSCode-style panel splitting in a few lines
  • maxatwork/form2js β€” Max's own library β€” parses browser forms into structured JS objects with adapters for React, jQuery, and more
  • klis87/normy β€” Automatic normalization and cache updates for react-query, SWR, RTK-query and others β€” keep your data consistent
  • crabnebula-dev/devtools β€” Inspect and debug Tauri apps in style β€” like browser DevTools but for your desktop app
  • neos/neos-ui β€” Neos CMS UI built in React with Immutable.js β€” a well-architected headless CMS frontend
  • inngest/workflow-kit β€” Zapier-like workflow UI you can embed in your product β€” define actions in your backend, users wire them visually

Next.js

  • shadcn-ui/ui β€” Beautiful, copy-paste React components built on Radix β€” the component distribution model that took over the ecosystem
  • AykutSarac/jsoncrack.com β€” Turns JSON, YAML, XML, CSV, and TOML into interactive visual graphs β€” invaluable for understanding complex data
  • Dokploy/dokploy β€” Open-source Vercel/Netlify/Heroku alternative β€” self-host your deployments with Docker, real DX
  • nrwl/nx β€” Monorepo platform that speeds up builds and CI with smart caching β€” essential for large TypeScript codebases
  • gitroomhq/postiz-app β€” Social media scheduling tool with AI assistance β€” open-source alternative to Buffer or Hootsuite
  • midday-ai/midday β€” Financial OS for freelancers β€” invoicing, time tracking, file reconciliation, and an AI assistant
  • vercel/examples β€” Vercel's official example collection β€” reference implementations for almost every Next.js pattern
  • arcjet/arcjet-js β€” JavaScript SDK for protecting AI budgets, blocking bots, and preventing data leaks at the edge
  • owieth/turborepo-example β€” Modern monorepo template with Next.js 16, React 19, Tailwind v4, shadcn/ui, and Turborepo β€” current best practices

Svelte

  • sveltejs/svelte β€” The compiler-first web framework β€” no virtual DOM, ships less JS, developer experience that spoils you
  • huntabyte/shadcn-svelte β€” shadcn/ui but for Svelte β€” same copy-paste philosophy, same quality, native Svelte
  • hperrin/svelte-material-ui β€” Full Material Design component library for Svelte β€” comprehensive and production-ready
  • huntabyte/bits-ui β€” Headless Svelte components β€” the unstyled primitives for building your own design system
  • ciscoheat/sveltekit-superforms β€” Makes SvelteKit form handling actually pleasant β€” validation, errors, progressive enhancement, all of it
  • svecosystem/runed β€” Magical utility runes for Svelte 5 β€” reactive helpers that feel like they should be built-in
  • mhkeller/layercake β€” Graphics framework for Svelte β€” composable, reusable chart components at a lower abstraction level
  • techniq/layerchart β€” Composable Svelte chart components built on LayerCake β€” wide chart variety, beautiful output
  • techniq/svelte-ux β€” Collection of Svelte components and utilities for highly interactive applications β€” solid companion to layerchart

Vue

  • marktext/marktext β€” Simple, elegant cross-platform Markdown editor β€” clean UI, distraction-free writing, built with Vue

JS Libraries & Utilities

  • anomalyco/opencode β€” Open-source AI coding agent for the terminal β€” the community alternative to Claude Code
  • nodejs/node β€” Node.js itself β€” the V8-based JavaScript runtime that made server-side JS real
  • axios/axios β€” The HTTP client every JavaScript developer reaches for first β€” promise-based, works in browser and Node
  • hakimel/reveal.js β€” The HTML presentation framework β€” build slides with web tech, embed code, animate anything
  • cline/cline β€” Autonomous AI coding agent inside VS Code β€” creates files, runs commands, browses the web
  • mozilla/pdf.js β€” Mozilla's JavaScript PDF renderer β€” the engine behind every browser's built-in PDF viewer
  • prisma/prisma β€” Next-generation ORM for Node.js β€” type-safe database queries with a migrations system that actually works
  • streamich/react-use β€” The massive collection of React hooks β€” 100+ hooks for sensors, UI, animations, and browser APIs
  • usebruno/bruno β€” Open-source API client β€” lightweight Postman/Insomnia alternative with Git-friendly local storage
  • colinhacks/zod β€” TypeScript-first schema validation β€” parse and validate anything with full type inference at the other end
  • Lissy93/web-check β€” All-in-one OSINT tool for analyzing any website β€” DNS, headers, tech stack, security, and more
  • caolan/async β€” The async control flow library Node.js developers used before promises existed β€” still solid for callbacks
  • eslint/eslint β€” Find and fix JavaScript problems statically β€” the pluggable linter that underpins every JS project's code quality
  • Modernizr/Modernizr β€” Detects HTML5 and CSS3 feature support in browsers β€” the compatibility shim era in a library
  • simple-icons/simple-icons β€” SVG icons for 3000+ popular brands β€” the definitive source for brand logos in web projects
  • node-red/node-red β€” Low-code event-driven programming for Node.js β€” visual wiring for hardware, APIs, and services
  • balderdashy/sails β€” Realtime MVC framework for Node.js β€” the Express-based framework with Rails-like conventions
  • agentsmd/agents.md β€” Simple open format for guiding coding agents via AGENTS.md files β€” the CLAUDE.md alternative
  • rrweb-io/rrweb β€” Record and replay any web session β€” captures DOM mutations for debugging, analytics, or testing
  • apache/pouchdb β€” Browser-embedded database that syncs with CouchDB β€” offline-first data with built-in replication
  • NVIDIA/NemoClaw β€” Run OpenClaw more securely inside NVIDIA OpenShell with managed inference β€” NVIDIA's hardened agent runtime
  • hydralauncher/hydra β€” Open-source gaming platform and launcher β€” one tool for your entire game library
  • NodeBB/NodeBB β€” Modern Node.js forum software β€” real-time, plugin-rich, a solid self-hosted community platform
  • bitwarden/clients β€” Bitwarden client apps β€” web, browser extension, desktop, and CLI for the open-source password manager
  • WordPress/gutenberg β€” The block editor at the heart of WordPress β€” a full-featured React content editing system
  • toss/es-toolkit β€” Modern utility library replacing lodash β€” 2-3x faster, 97% smaller, tree-shakable, fully typed
  • webpro-nl/knip β€” Finds unused files, exports, and dependencies in JS/TS projects β€” like a dead code linter for your whole codebase
  • vanilla-extract-css/vanilla-extract β€” Zero-runtime CSS-in-TypeScript β€” write styles in TS, get type-safe class names, no runtime cost
  • webtorrent/webtorrent-desktop β€” Streaming torrent client for Mac, Windows, and Linux β€” play media before it finishes downloading
  • anomalyco/opentui β€” Library for building terminal UIs in JavaScript β€” TUIs without leaving the JS ecosystem
  • kpdecker/jsdiff β€” JavaScript text diff implementation β€” computes textual differences between strings, the building block for diff viewers
  • modelcontextprotocol/modelcontextprotocol β€” The official MCP specification and docs β€” the open standard connecting AI models to tools and data sources
  • bitwiseshiftleft/sjcl β€” Stanford JavaScript Crypto Library β€” serious cryptographic primitives for the browser, now deprecated
  • typograf/typograf β€” JavaScript typography tool for Russian text β€” correct punctuation, quotes, and whitespace automatically
  • maxatwork/jsLibs β€” Max's personal JavaScript libraries collection β€” an early personal open-source archive
  • nanostores/nanostores β€” 286-byte state manager for React, Vue, Svelte β€” atomic stores that're actually tiny
  • AnmolSaini16/mapcn β€” Beautiful, zero-config React map components β€” one command to get interactive maps on your page
  • Done-0/fuck-u-code β€” Detects and scores the "legacy-mess level" of your codebase β€” outputs a delightfully harsh report
  • automerge/automerge β€” CRDT-based JSON-like data structure for concurrent editing β€” the data layer for offline-first collaborative apps
  • frappe/gantt β€” Open-source JavaScript Gantt chart library β€” interactive, draggable, straightforward to use
  • snyk/cli β€” Snyk CLI for scanning projects for security vulnerabilities β€” find and fix dependency issues in CI
  • wanasit/chrono β€” Natural language date parser in JavaScript β€” understands "next Tuesday", "yesterday", "in 3 hours"
  • Tencent/cherry-markdown β€” Tencent's Markdown editor with a dual-pane view, flow charts, and formulas β€” feature-rich and i18n-ready
  • jgraph/drawio β€” Client-side JavaScript diagramming editor β€” the open-source engine behind diagrams.net
  • miroslavpejic85/mirotalk β€” P2P WebRTC video conferencing up to 8K 60fps β€” self-hosted, browser-compatible, no infra required
  • CodebuffAI/codebuff β€” Terminal-based AI code generation β€” generate from the command line, stay in your workflow
  • toddmotto/echo β€” Lazy image loading using data-* attributes β€” the simple pre-Intersection Observer approach
  • chenglou/pretext β€” Experimental TypeScript-first text processing framework from the React core team β€” watch this space
  • mikeric/rivets β€” Lightweight data-binding library β€” declarative two-way binding for vanilla JS before the frameworks took over
  • mashpie/i18n-node β€” Lightweight i18n module for Node.js and Express β€” JSON-backed translations with simple __ syntax
  • isaacHagoel/svelte-dnd-action β€” Action-based drag-and-drop container for Svelte β€” clean Svelte-native approach to DnD
  • letta-ai/letta-code β€” Memory-first coding agent from the MemGPT team β€” persistent context that survives across sessions
  • roxiness/routify β€” Filesystem-based routing for Svelte β€” automatic routes from your file structure
  • SiriusScan/Sirius β€” Vulnerability scanning platform β€” an open-source security scanner for modern environments
  • ulixee/hero β€” Web browser built specifically for scraping β€” evades bot detection while keeping a clean API
  • QuiiBz/sherif β€” Opinionated zero-config linter for TypeScript monorepos β€” catches common monorepo package inconsistencies

Animation & Canvas

  • excalidraw/excalidraw β€” Virtual whiteboard with a hand-drawn aesthetic β€” the best diagramming tool for thinking out loud
  • mrdoob/three.js β€” The JavaScript 3D library β€” the foundation layer for almost all 3D on the web
  • juliangarnier/anime β€” JavaScript animation engine with a beautiful API β€” handles CSS, SVG, DOM, and JS values
  • novnc/noVNC β€” VNC client that runs entirely in the browser β€” remote desktop access with zero client installation
  • plait-board/drawnix β€” Open-source all-in-one whiteboard β€” mind maps, flowcharts, and freehand drawing in one tool
  • katspaugh/wavesurfer.js β€” Waveform audio player and visualizer β€” beautiful, interactive, and customizable
  • jonobr1/two.js β€” Renderer-agnostic 2D drawing API β€” write once, output to SVG, Canvas, or WebGL
  • jakubfiala/atrament β€” Small JS library for beautiful drawing and handwriting on HTML Canvas β€” smooth pressure-sensitive feel

UI Components & Styling

  • tailwindlabs/tailwindcss β€” Utility-first CSS framework that replaced most custom CSS for a generation of developers β€” the dominant approach
  • jnsahaj/tweakcn β€” Visual no-code theme editor for shadcn/ui β€” tweak colors, radius, and spacing without touching code
  • bem-site/bem-method β€” The BEM methodology documentation β€” Block, Element, Modifier naming that tamed CSS at scale

Maps & Geo

  • Leaflet/Leaflet β€” The lightweight, mobile-friendly interactive map library β€” simple, elegant, and works everywhere
  • maplibre/maplibre-gl-js β€” Open-source fork of Mapbox GL JS β€” WebGL-powered vector tile maps without the license restrictions

Data Visualization & Charts

  • mermaid-js/mermaid β€” Diagrams from text in Markdown β€” flowcharts, sequence diagrams, and more from simple syntax
  • gravity-ui/yagr β€” Time-series chart renderer from Yandex β€” fast, production-grade, handles dense metric data well

Real-Time & Collaboration

  • yjs/yjs β€” The CRDT library for real-time collaborative apps β€” peer-to-peer shared data types that merge without conflicts
  • teableio/teable β€” No-code Airtable alternative backed by Postgres β€” spreadsheet UI, relational power, no vendor lock-in
  • KoljaB/RealtimeSTT β€” Low-latency speech-to-text with voice activity detection and wake word support β€” the best local real-time STT

DOM & Browser APIs

  • zumerlab/snapdom β€” Next-generation DOM capture engine β€” fast, modular DOM-to-image conversion

Mobile

React Native & Expo

iOS

  • google/material-design-icons β€” Material Design icons from Google β€” the definitive icon set, 2500+ symbols in multiple styles
  • readest/readest β€” Modern, feature-rich ebook reader with cross-platform support β€” polished reading experience, open-source
  • ml-explore/mlx-swift-examples β€” MLX Swift examples for running ML models on Apple Silicon β€” the native iOS/macOS ML path

Android

Cross-Platform

  • tauri-apps/tauri β€” Build smaller, faster, more secure desktop and mobile apps with a web frontend β€” the Electron killer

Backend & Infrastructure

Databases & ORM

  • searxng/searxng β€” Free, self-hosted metasearch engine β€” aggregate results from 70+ search services without being tracked
  • hcengineering/platform β€” Huly β€” all-in-one project management platform covering Linear, Jira, Slack, and Notion in one open-source tool
  • nocobase/nocobase β€” Most extensible AI-powered no-code platform β€” build business applications with a plugin-based architecture
  • electric-sql/pglite β€” Embeddable Postgres in your browser or app β€” real Postgres, in-process, with reactive bindings
  • tinode/chat β€” Full-stack instant messaging platform β€” Swift iOS, Java Android, and JS clients backed by Go
  • dream-num/univer β€” Full-stack framework for AI-native spreadsheets β€” build and edit spreadsheets on web and server
  • gristlabs/grist-core β€” Spreadsheet that thinks like a database β€” Python formulas, relational structure, self-hostable
  • porsager/postgres β€” The fastest full-featured PostgreSQL client for Node.js, Deno, and Bun β€” tagged template literals, zero dependencies
  • WiseLibs/better-sqlite3 β€” The fastest, simplest SQLite3 library for Node.js β€” synchronous API that actually makes sense for SQLite
  • usertour/usertour β€” Open-source user onboarding platform β€” in-app product tours, checklists, and surveys
  • LadybugDB/ladybug β€” Graph database β€” LadybugDB brings graph data modeling with a lightweight embedded approach
  • ydb-platform/ydb-js-sdk β€” YDB JavaScript/TypeScript SDK β€” access Yandex's distributed NewSQL database from Node.js

General Backend

  • rclone/rclone β€” rsync for cloud storage β€” sync files to and from 70+ storage providers from the command line
  • serverless/serverless β€” Serverless Framework β€” build and deploy functions to AWS Lambda, Azure, GCP, and more with one CLI
  • 9001/copyparty β€” Portable file server with resumable uploads, WebDAV, SFTP, media indexing β€” one file, everything
  • git-bug/git-bug β€” Distributed, offline-first bug tracker embedded in git β€” issues that live in your repository
  • tinylibs/tinypool β€” Minimal Node.js Worker Thread Pool β€” lightweight task parallelism without the overhead
  • Dartanlla/OWS β€” Open World Server β€” networking infrastructure for building large-scale multiplayer game backends
  • typicode/json-server β€” Full fake REST API in under 30 seconds from a JSON file β€” the instant mock backend for prototyping

APIs & Protocols

  • devlikeapro/waha β€” WhatsApp HTTP API β€” REST API for WhatsApp with multiple engine options, configurable in one click

Auth & Security

  • better-auth/better-auth β€” The most comprehensive authentication framework for TypeScript β€” everything from OAuth to 2FA in one library
  • trufflesecurity/trufflehog β€” Find, verify, and analyze leaked credentials in code and git history β€” catches what regular secrets scanners miss

DevOps & Deployment

  • stan-smith/FossFLOW β€” Create beautiful isometric infrastructure diagrams β€” architecture visualization with a distinctive visual style
  • Haxxnet/Compose-Examples β€” Extensive Docker Compose examples for self-hosted FOSS and proprietary projects β€” the reference collection
  • kubernetes-sigs/headlamp β€” Fully-featured, user-friendly, extensible Kubernetes web UI β€” the dashboard that Kubernetes itself should have shipped
  • albersola/airo β€” Deploy projects from local to production VPS β€” simplified deployment pipeline for small-scale hosting

Self-Hosted & Homelab

  • automatisch/automatisch β€” Open-source Zapier alternative β€” build workflow automations without the cost or vendor lock-in
  • Billionmail/BillionMail β€” Self-hosted open-source mail server and newsletter platform β€” own your email marketing infrastructure
  • blakeblackshear/frigate β€” Local NVR with real-time object detection for IP cameras β€” no cloud, no subscription, just your hardware

Bots & Messaging

  • WhiskeySockets/Baileys β€” TypeScript/JavaScript socket-based API for WhatsApp Web β€” the most capable unofficial WhatsApp client library
  • yagop/node-telegram-bot-api β€” The classic Node.js Telegram Bot API wrapper β€” simple, battle-tested, still widely used
  • wwebjs/whatsapp-web.js β€” WhatsApp client library for Node.js via the web interface β€” the unofficial WhatsApp API

Email & Messaging

  • usesend/useSend β€” Open-source Resend/SendGrid/Postmark alternative β€” own your transactional email sending infrastructure

Game Development

Godot

  • godotengine/godot β€” The open-source game engine that's genuinely good β€” MIT licensed, batteries included, rapidly improving
  • dialogic-godot/dialogic β€” Dialogue system, visual novel tools, and character management for Godot β€” the go-to narrative plugin
  • RodZill4/material-maker β€” Procedural texture authoring and 3D model painting tool built on Godot β€” a Substance Designer alternative
  • TokisanGames/Terrain3D β€” High-performance editable terrain system for Godot 4 β€” the serious terrain solution for open-world games
  • Zylann/godot_voxel β€” Voxel terrain module for Godot β€” infinite blocky or smooth worlds Γ  la Minecraft or No Man's Sky
  • ramokz/phantom-camera β€” Cinemachine-inspired camera addon for Godot 4 β€” cinematic camera control without the Unity dependency
  • HungryProton/scatter β€” Godot addon for randomly filling areas with props and scenes β€” foliage, rocks, clutter placement
  • godot-jolt/godot-jolt β€” Jolt physics engine extension for Godot β€” the deterministic, high-performance physics alternative
  • gaea-godot/gaea β€” Procedural generation add-on for Godot 4 β€” wave function collapse, noise-based worlds, and more
  • blackears/cyclopsLevelBuilder β€” Block-out level design inside the Godot editor β€” CSG-style rapid level prototyping with Godot
  • derkork/godot-statecharts β€” Hierarchical state charts extension for Godot 4 β€” clean game state management with visual inspection
  • DmitriySalnikov/godot_debug_draw_3d β€” Draw 3D debug graphics and 2D overlays in Godot β€” visualize physics, paths, and logic at runtime
  • TheDuckCow/godot-road-generator β€” Plugin for creating 3D roads and lane-following traffic in Godot β€” drive simulation basics
  • Quaint-Studios/Reia β€” Action-adventure RPG MMO being built with Godot and Rust β€” an ambitious open-source game project
  • Bonkahe/SunshineClouds2 β€” Procedural volumetric cloud system for Godot 4.4+ β€” dynamic clouds with lighting and atmosphere
  • rsubtil/controller_icons β€” Automatic keyboard, mouse, and controller icon remapper for Godot β€” multi-input UI icons that just work
  • godotengine/godot-cpp-template β€” Quickstart template for GDExtension development β€” the official starting point for Godot C++ plugins
  • gilzoide/godot-dockable-container β€” Dockable and tiling UI panel container addon for Godot β€” IDE-style panel layout in your game
  • PiCode9560/Godot-4-Concave-Mesh-Slicer β€” Mesh slicing addon for Godot 4 β€” cut meshes at runtime for destruction effects
  • ColormaticStudios/quality-godot-first-person-2 β€” A genuinely good first-person controller for Godot β€” more realistic than the default templates
  • Orama-Interactive/Keychain β€” Input action remapping plugin for Godot β€” give players full control over key bindings
  • addmix/godot_aerodynamic_physics β€” Aerodynamic physics simulation for Godot β€” lift, drag, and thrust for flight simulation
  • poohcom1/godot-animation-player-refactor β€” AnimationPlayer refactoring addon for Godot β€” safely rename and reorganize animation tracks
  • RevolNoom/godot_flight_navigation_3d β€” Flight navigation in free 3D space for Godot 4 β€” pathfinding for flying enemies and aircraft
  • neclor/ballistic-solutions β€” Library for calculating interception times, impact positions, and firing vectors β€” ballistics for projectile prediction
  • EIRTeam/shinobu β€” EIRTeam's Godot fork powering their games β€” extended Godot with proprietary performance enhancements
  • wmigor/godot-aircraft-plugin β€” Godot plugin for aerodynamic simulation β€” fixed-wing aircraft physics with configurable surfaces

General Game Dev

  • JosefNemec/Playnite β€” Open-source video game library manager β€” unifies Steam, GOG, Epic, and emulators in one launcher
  • skypjack/entt β€” Fast, reliable entity component system for C++ β€” the ECS used in many serious game projects
  • SanderMertens/flecs β€” High-performance ECS for C and C++ β€” the most feature-complete open-source ECS with a query language
  • stride3d/stride β€” Stride (formerly Xenko) β€” free cross-platform C# game engine with a full editor and rendering pipeline
  • JannisX11/blockbench β€” Low-poly 3D model editor perfect for voxel-style games β€” the definitive Minecraft model creator
  • KaijuEngine/kaiju β€” General-purpose 3D/2D game engine in Go with Vulkan and a built-in editor β€” an interesting tech choice
  • PanosK92/SpartanEngine β€” Fully bindless, GPU-driven game engine with real-time path-traced GI and hardware ray tracing
  • bepu/bepuphysics2 β€” Pure C# 3D real-time physics simulation β€” high performance, no unsafe code, used in .NET game projects
  • MothCocoon/FlowGraph β€” Design-agnostic node system for scripting game flow in Unreal β€” visual narrative and logic scripting

Procedural Generation

  • GraphiteEditor/Graphite β€” Open-source 2D content creation suite with procedural design and interactive real-time motion β€” ambitious and unique
  • PixiEditor/PixiEditor β€” Universal 2D pixel art and image editor β€” fast, free, with animation and layer support
  • Azgaar/Fantasy-Map-Generator β€” Web app generating interactive, highly customizable fantasy maps β€” the definitive browser-based worldbuilding tool
  • PCGEx/PCGExtendedToolkit β€” The missing pieces for Unreal's PCG system β€” graph theory, pathfinding, spatial ops, and asset management

Cloud & Streaming Gaming

  • nestrilabs/nestri β€” Experimental cloud game streaming β€” deploy and stream games and apps with your own or rented GPUs

Developer Tools

Editors & Plugins

  • toeverything/AFFiNE β€” Next-gen knowledge base merging Notion and Miro β€” planning, writing, and diagramming in one tool
  • microsoft/monaco-editor β€” The browser-based code editor powering VS Code β€” bring VS Code quality editing to any web app
  • LazyVim/LazyVim β€” Neovim config for the lazy β€” opinionated, fast, batteries-included Neovim setup with sensible defaults
  • yetone/avante.nvim β€” Use Neovim like Cursor AI IDE β€” AI-assisted code changes with a sidebar diff workflow
  • folke/snacks.nvim β€” QoL plugin collection for Neovim by the author of LazyVim β€” small improvements that add up fast
  • MeanderingProgrammer/render-markdown.nvim β€” Renders Markdown in Neovim with real styling β€” headers, bold, code blocks, tables all look right
  • rmagatti/auto-session β€” Small automated session manager for Neovim β€” restores your workspace exactly as you left it
  • jscutlery/semver β€” Nx plugin for semantic versioning and CHANGELOG generation β€” automated releases in a monorepo
  • mokevnin/dotfiles β€” A developer's public dotfiles with Vim focus β€” good reference for a Vim-centric terminal setup

Python Tools

  • ytdl-org/youtube-dl β€” The original command-line video downloader for YouTube and hundreds of other sites
  • home-assistant/core β€” Open-source home automation that keeps local control β€” the hub for smart home tinkerers who care about privacy
  • commaai/openpilot β€” Operating system for robotics β€” adds advanced driver assistance to 300+ supported car models
  • exo-explore/exo β€” Run frontier AI models across your own cluster of consumer devices β€” distributed inference on everyday hardware
  • tinygrad/tinygrad β€” Tiny deep learning framework in Python β€” educational, fast, and used in real production systems
  • microsoft/VibeVoice β€” Microsoft's open-source frontier voice AI system β€” speech understanding and generation
  • resemble-ai/chatterbox β€” State-of-the-art open-source TTS from Resemble AI β€” ultra-realistic voice synthesis, free to run
  • newren/git-filter-repo β€” Fast git history rewriting β€” the modern replacement for filter-branch that doesn't make you wait forever
  • google-research/timesfm β€” Google's pre-trained time series foundation model β€” zero-shot forecasting on any temporal data
  • kyutai-labs/moshi β€” Full-duplex spoken dialogue model β€” speech-to-speech conversation with no text intermediate step
  • OpenBMB/VoxCPM β€” Tokenizer-free TTS for context-aware speech with voice cloning β€” no tokenizer bottleneck, natural prosody
  • stepfun-ai/Step-Audio β€” Step-Audio: multimodal audio understanding and generation from Stepfun AI
  • SkyworkAI/DeepResearchAgent β€” Hierarchical multi-agent system for deep research and general task solving β€” multi-step planning and execution
  • TheStageAI/TheWhisper β€” Optimized Whisper models for streaming and on-device use β€” faster, smaller, still accurate

CLI & Terminal

  • yt-dlp/yt-dlp β€” The feature-rich yt-dlp fork β€” faster, more formats, more sites, actively maintained successor to youtube-dl
  • zellij-org/zellij β€” Terminal workspace with tabs, panes, and plugins β€” more approachable than tmux, equally powerful
  • sorin-ionescu/prezto β€” The configuration framework for Zsh β€” fast, modular, the alternative to oh-my-zsh

Linting & Formatting

  • stoplightio/spectral β€” Flexible JSON/YAML linter with built-in OpenAPI support β€” enforce API design standards automatically
  • lingui/eslint-plugin β€” ESLint rules for LinguiJS projects β€” catch i18n mistakes and missing translations at lint time
  • prettier/prettier β€” The opinionated code formatter β€” stops all arguments about style by making the decision for you

Build Tools & Bundlers

  • developit/microbundle β€” Zero-config bundler for tiny npm modules β€” the simplest way to publish a library with CJS and ESM outputs

Testing & Debugging

  • lightpanda-io/browser β€” Lightpanda β€” headless browser designed for AI agents and automation, with minimal resource usage
  • lost-pixel/lost-pixel β€” Open-source visual regression testing β€” catch UI regressions without a Percy or Chromatic subscription
  • Kaliiiiiiiiii-Vinyzu/patchright β€” Undetected Playwright fork β€” automation that passes bot detection for research and testing purposes

Desktop App Frameworks

  • tauri-apps/awesome-tauri β€” Curated list of Tauri apps, plugins, and resources β€” the community guide to the Tauri ecosystem
  • MatsDK/TauRPC β€” Typesafe IPC layer for Tauri applications β€” end-to-end type safety between your Rust backend and TS frontend

Document Processing

  • run-llama/liteparse β€” Fast, open-source document parser from LlamaIndex β€” clean text extraction for LLM pipelines

General Dev Tools

  • lerna/lerna β€” Fast, modern build system for managing multi-package JavaScript/TypeScript repositories β€” the monorepo pioneer

Systems & Low-Level

Rust

  • openai/codex β€” OpenAI's lightweight terminal coding agent β€” the Rust-built CLI counterpart to Claude Code
  • cjpais/Handy β€” Free, open-source offline speech-to-text app β€” completely local Whisper-based transcription
  • quickwit-oss/tantivy β€” Full-text search engine library in Rust inspired by Lucene β€” fast, embeddable, no JVM required
  • sinelaw/fresh β€” Terminal-based IDE and text editor β€” Rust-native, easy to use, surprisingly capable
  • afnanenayet/diffsitter β€” Tree-sitter-based AST diff tool β€” semantic diffs that understand code structure instead of just text

C / C++ & Systems

  • LadybirdBrowser/ladybird β€” Truly independent web browser β€” built from scratch, no Chromium or WebKit, a major engineering achievement
  • EpicGames/UnrealEngine β€” Unreal Engine source code β€” the most powerful game engine available with public source access
  • ValdikSS/GoodbyeDPI β€” Deep Packet Inspection circumvention utility for Windows β€” bypass ISP censorship at the network driver level
  • simdjson/simdjson β€” Parses gigabytes of JSON per second using SIMD instructions β€” the fastest JSON parser in existence
  • copy/v86 β€” x86 PC emulator and x86-to-wasm JIT running entirely in the browser β€” run old operating systems in a tab
  • vslavik/poedit β€” Translations editor for Mac, Windows, and Linux β€” the standard GUI tool for working with gettext .po files
  • JSBSim-Team/jsbsim β€” Open-source flight dynamics and control software β€” the simulation engine behind many flight simulators
  • VoxelPlugin/VoxelPluginFreeLegacy β€” Legacy free version of Voxel Plugin for Unreal Engine β€” voxel world generation before the Pro era
  • schismtracker/schismtracker β€” Old-school sample-based music composition tool β€” a Scream Tracker / IT-compatible tracker for modern systems
  • tiny-tpu-v2/tiny-tpu β€” Minimal tensor processing unit inspired by Google's TPU V1 and V2 β€” learn how TPUs work by building one
  • jerryuhoo/Fire β€” Multiband distortion audio plugin β€” JUCE-based distortion with band splitting for character and color
  • archangel4031/Myra β€” GAS Associate plugin source β€” makes Unreal's Gameplay Ability System less painful to set up
  • VoxelPlugin/VoxelPluginLegacy β€” Dev repo for Voxel Plugin Legacy β€” use VoxelPluginProLegacy for production projects

Zig

  • ghostty-org/ghostty β€” Fast, feature-rich, cross-platform terminal emulator with platform-native UI β€” the terminal worth switching to

Data & Analytics

Analytics & Feature Flags

  • apache/superset β€” Apache Superset β€” data visualization and exploration platform that rivals Tableau for BI needs
  • duckdb/duckdb β€” In-process analytical SQL database β€” run complex queries on large datasets without a server
  • rybbit-io/rybbit β€” Open-source, privacy-friendly Google Analytics alternative β€” 10x more intuitive, no cookies, self-hostable
  • growthbook/growthbook β€” Open-source feature flags, A/B testing, and product analytics β€” the self-hosted LaunchDarkly and Amplitude
  • duckdb/duckdb-wasm β€” DuckDB compiled to WebAssembly β€” run full analytical SQL in the browser with no server

Data Science & Visualization

  • facebookresearch/dinov2 β€” Meta's DINOv2 β€” self-supervised vision transformer that produces exceptional general-purpose image features
  • apple/embedding-atlas β€” Interactive visualization tool for large embedding spaces β€” explore and label your vector data visually
  • krumjahn/applehealth β€” Export and analyze Apple Health data with AI β€” turn your health metrics into insights and visualizations

Knowledge Management

Notes & Diagrams

  • markedjs/marked β€” Fast Markdown parser and compiler β€” the standard library for rendering Markdown in JavaScript
  • anthropics/claude-cookbooks β€” Anthropic's official collection of Claude usage examples β€” practical recipes for getting the most out of the API
  • Feel-ix-343/markdown-oxide β€” PKM Markdown Language Server β€” LSP server that brings Obsidian-style linking to any editor

Productivity & Apps

Personal & Business Apps

  • actualbudget/actual β€” Local-first personal finance app β€” your money data stays on your machine, powerful budgeting without subscriptions
  • koodo-reader/koodo-reader β€” Modern ebook manager and reader with cross-platform sync β€” the best open-source reading app

Miscellaneous

Audio & Music

  • ggerganov/ggwave β€” Tiny data-over-sound library β€” transmit data through audio waves, works between any devices with mic and speaker

Media & Streaming

  • Free-TV/IPTV β€” M3U playlist of free, legal TV channels β€” stream television worldwide without a subscription
  • Vanilagy/mediabunny β€” Pure TypeScript media toolkit β€” read, write, and convert video and audio files directly in the browser

Stale

Repos in this section have not stirred in the last 3 months. That does not mean they are dead; only that they have gone quiet in the way old workshops do, with good tools still on the bench and a thin layer of dust on the interesting bits.

LLM Apps & Interfaces

  • Pythagora-io/gpt-pilot β€” ⚠️ STALE β€” AI developer that writes full apps iteratively β€” one of the earlier serious attempts at autonomous coding
  • stanford-oval/storm β€” ⚠️ STALE β€” Researches any topic from scratch and writes a full Wikipedia-style report with citations β€” remarkably good
  • nari-labs/dia β€” ⚠️ STALE β€” TTS model that generates ultra-realistic multi-speaker dialogue in a single pass β€” demos are uncanny
  • deepseek-ai/open-infra-index β€” ⚠️ STALE β€” DeepSeek's production AI infrastructure stack released open-source β€” the real backbone behind their models
  • fchollet/ARC-AGI β€” ⚠️ STALE β€” The benchmark that humbles AI β€” visual pattern puzzles humans solve instantly that still trip up frontier models
  • flydelabs/flyde β€” ⚠️ STALE β€” Visual node-based programming that actually integrates with existing TypeScript codebases β€” not a toy
  • gpt-omni/mini-omni2 β€” ⚠️ STALE β€” Open-source GPT-4o-style model with vision, speech, and duplex capabilities β€” ambitious multimodal experiment
  • mustvlad/ChatGPT-System-Prompts β€” ⚠️ STALE β€” Curated collection of effective system prompts for ChatGPT β€” useful starting points for role/persona design
  • McGill-NLP/nano-aha-moment β€” ⚠️ STALE β€” Minimal single-file RL fine-tuning for LLMs β€” reproduces the "aha moment" effect from DeepSeek-R1
  • jbrukh/gpt4-spanish β€” ⚠️ STALE β€” A GPT-4 prompt system for Spanish language learning β€” simple, effective language practice via AI
  • drskennedy/qa-kgraph β€” ⚠️ STALE β€” Queries private documents using LlamaIndex knowledge graphs and a local LLM β€” local RAG with graph structure

Agents & Orchestration

  • dzhng/deep-research β€” ⚠️ STALE β€” AI research assistant that iterates through search and synthesis to produce deep, sourced reports
  • The-Pocket/PocketFlow-Typescript β€” ⚠️ STALE β€” TypeScript port of PocketFlow β€” minimalist LLM framework that lets agents build agents

RAG & Vector Search

  • humanlayer/12-factor-agents β€” ⚠️ STALE β€” The Twelve-Factor methodology applied to LLM agents β€” principles for building reliable production AI software
  • jenissimo/unfake.js β€” ⚠️ STALE β€” Browser-based tool to fix AI-generated pixel art and vector artifacts β€” handy post-processing for AI visuals
  • datvodinh/rag-chatbot β€” ⚠️ STALE β€” Local RAG chatbot that lets you chat with multiple PDFs β€” simple, runs entirely offline

ML & Training

  • deepseek-ai/DeepSeek-R1 β€” ⚠️ STALE β€” DeepSeek's reasoning model that shocked the AI world β€” open weights, chain-of-thought, competitive with o1
  • sapientinc/HRM β€” ⚠️ STALE β€” Hierarchical Reasoning Model β€” research release exploring structured multi-step reasoning architectures
  • ai-forever/ru-gpts β€” ⚠️ STALE β€” Russian GPT-3-scale models β€” open-source large language models for the Russian language
  • tsurumeso/vocal-remover β€” ⚠️ STALE β€” Removes vocals from music using deep neural networks β€” solid results, runs locally
  • plandes/todo-task β€” ⚠️ STALE β€” Research into supervised interpretation of imperative to-do list items β€” niche but fascinating NLP work

Image Generation

  • AbdBarho/stable-diffusion-webui-docker β€” ⚠️ STALE β€” Docker setup for Stable Diffusion with a user-friendly UI β€” the easiest way to get AUTOMATIC1111 running
  • ai-forever/Kandinsky-2 β€” ⚠️ STALE β€” Multilingual text-to-image latent diffusion model from Sber β€” Russia's answer to Stable Diffusion
  • albertotrunk/UE5-Dream β€” ⚠️ STALE β€” Local Stable Diffusion integration for Unreal Engine 5 β€” AI image generation inside UE5

React & UI Libraries

  • dip/cmdk β€” ⚠️ STALE β€” Fast, unstyled command menu for React β€” the headless core behind most ⌘K palettes you've used
  • uidotdev/usehooks β€” ⚠️ STALE β€” Curated collection of modern, server-safe React hooks β€” from the team behind ui.dev
  • gregberge/twc β€” ⚠️ STALE β€” Create reusable React + Tailwind components in a single line β€” the missing abstraction for Tailwind
  • nxext/nx-extensions β€” ⚠️ STALE β€” Nx extensions for Stencil, Svelte, SolidJS, Preact, Ionic, and Capacitor β€” expands the monorepo toolkit
  • zackify/react-calendar β€” ⚠️ STALE β€” Simple, flexible events calendar component for React β€” clean and straightforward
  • RyoSogawa/react-resizable-layout β€” ⚠️ STALE β€” Headless React component and hook for resizable layouts β€” minimal, composable, no styling opinions
  • alibaba/ChatUI β€” ⚠️ STALE β€” React component library purpose-built for conversational UI β€” clean design language from Alibaba
  • callstack/react-theme-provider β€” ⚠️ STALE β€” Set of utilities for building React theming systems β€” create consistent theming in a few steps
  • dptoot/react-event-calendar β€” ⚠️ STALE β€” React calendar component for displaying events β€” simple, clean, focused on event display

Svelte

  • open-source-labs/Svelvet β€” ⚠️ STALE β€” Svelte library for node-based UIs and flowcharts β€” the React Flow equivalent for the Svelte world
  • rgossiaux/svelte-headlessui β€” ⚠️ STALE β€” Unofficial Svelte port of Headless UI β€” accessible component primitives for Svelte without the React baggage
  • chroxify/haptic β€” ⚠️ STALE β€” Local-first, privacy-focused Markdown notes app β€” clean, self-contained, no sync to the cloud
  • sveltejs/svelte-devtools β€” ⚠️ STALE β€” Browser devtools extension for inspecting Svelte component trees β€” essential when debugging Svelte apps
  • svelteuidev/svelteui β€” ⚠️ STALE β€” Svelte port of Mantine UI β€” comprehensive component library with good TypeScript support
  • deta/tela β€” ⚠️ STALE β€” Declarative infinite canvas library for Svelte using native DOM elements β€” interesting approach, no canvas API

JS Libraries & Utilities

  • moment/moment β€” ⚠️ STALE β€” The original JavaScript date library β€” enormous ecosystem, now in maintenance mode but still everywhere
  • firecrawl/open-lovable β€” ⚠️ STALE β€” Clones and recreates any website as a modern React app β€” AI-powered reverse engineering of UIs
  • HubSpot/youmightnotneedjquery β€” ⚠️ STALE β€” Classic reference showing vanilla JS equivalents for jQuery patterns β€” changed how many people thought about dependencies
  • eduardolundgren/tracking.js β€” ⚠️ STALE β€” Computer vision in the browser β€” color tracking, face detection, and more via JavaScript
  • jquense/react-big-calendar β€” ⚠️ STALE β€” Google Calendar-style event calendar for React β€” flexible, well-maintained, handles complex scheduling UIs
  • seajs/seajs β€” ⚠️ STALE β€” Module loader for the web from the CommonJS era β€” precursor to the modern module system, historically interesting
  • umdjs/umd β€” ⚠️ STALE β€” Universal Module Definition patterns β€” the compatibility wrapper that made JS modules work everywhere before ES modules
  • metricsgraphics/metrics-graphics β€” ⚠️ STALE β€” D3-based library for clean, principled data graphics β€” opinionated simplicity for time-series and scatter plots
  • tj/log.js β€” ⚠️ STALE β€” Super light-weight Node.js logging with streaming log reader β€” TJ minimalism applied to logging
  • cihadturhan/jquery-aim β€” ⚠️ STALE β€” jQuery plugin that predicts which element the user's cursor is heading toward β€” smart hover optimization
  • CrabDude/trycatch β€” ⚠️ STALE β€” Async domain-based exception handler with long stack traces for Node.js β€” caught errors with useful context
  • tj/jog β€” ⚠️ STALE β€” JSON document logging and filtering for Node.js β€” structured logging with querying capabilities
  • RubaXa/Pilot β€” ⚠️ STALE β€” Multifunction JavaScript router β€” a pre-React Router era routing library with interesting design
  • aaronpowell/linq-in-javascript β€” ⚠️ STALE β€” LINQ implementation in JavaScript with ES6 iterators β€” proper lazy evaluation for query-style operations
  • bem/bem-mvc β€” ⚠️ STALE β€” Yet another MVC for i-bem β€” an experiment in applying MVC patterns to BEM methodology
  • maxatwork/jquery.deserialize β€” ⚠️ STALE β€” Max's jQuery plugin for populating form fields from a URL-encoded string β€” the inverse of serialize()
  • verkholantsev/superoverload β€” ⚠️ STALE β€” Function overloading for JavaScript β€” dispatch to different implementations based on argument types
  • anomalyco/openauth β€” ⚠️ STALE β€” Universal, standards-based auth provider β€” self-hostable OAuth/OIDC server for any stack
  • dtao/lazy.js β€” ⚠️ STALE β€” Lazy evaluation for JavaScript sequences β€” like Underscore but deferred, avoids creating intermediate arrays
  • derbyjs/derby β€” ⚠️ STALE β€” Realtime MVC framework that runs in both Node.js and browsers β€” prescient approach, ahead of its time
  • visionmedia/move.js β€” ⚠️ STALE β€” CSS3-backed JavaScript animation framework β€” clean API for physics-free declarative animations
  • mattdiamond/fuckitjs β€” ⚠️ STALE β€” The JavaScript error steamroller β€” swallows all errors and moves on, a joke that's also occasionally useful
  • ericciarla/trendFinder β€” ⚠️ STALE β€” Monitors social media and the web for trending topics with AI-powered synthesis β€” automated trend radar
  • ncsoft/Unreal.js β€” ⚠️ STALE β€” Full JavaScript runtime embedded in Unreal Engine β€” script your game logic in JS
  • jkbrzt/rrule β€” ⚠️ STALE β€” JavaScript iCalendar recurrence rule parser β€” handles all the hairy edge cases of recurring calendar events
  • ccampbell/rainbow β€” ⚠️ STALE β€” Lightweight syntax highlighting library in JavaScript β€” small, language-plugin-based, no dependencies
  • tj/connect-redis β€” ⚠️ STALE β€” Redis session store for Connect/Express β€” the standard way to persist sessions in Node.js apps
  • acdlite/redux-router β€” ⚠️ STALE β€” Redux bindings for React Router β€” an early attempt at keeping router state in Redux, now archived
  • flatiron/cradle β€” ⚠️ STALE β€” High-level CouchDB client for Node.js β€” the old-school way to talk to CouchDB from the server
  • stealjs/steal β€” ⚠️ STALE β€” JavaScript module loader and builder β€” pre-webpack bundling for the browser

Animation & Canvas

  • algorithm-visualizer/algorithm-visualizer β€” ⚠️ STALE β€” Interactive platform that visualizes algorithms running in real time β€” great for learning and teaching
  • niklasvh/html2canvas β€” ⚠️ STALE β€” Takes screenshots of web pages with JavaScript β€” imperfect but impressively capable without a headless browser
  • rough-stuff/rough β€” ⚠️ STALE β€” Draws graphics with a hand-sketched appearance β€” great for diagrams that look human instead of computer-perfect
  • miniMAC/magic β€” ⚠️ STALE β€” CSS3 animations with special effects β€” pure CSS magic tricks for attention-grabbing UI moments
  • flesler/jquery.scrollTo β€” ⚠️ STALE β€” Lightweight cross-browser animated scrolling with jQuery β€” the classic pre-scroll-behavior solution

UI Components & Styling

  • kartograph/kartograph.js β€” ⚠️ STALE β€” JavaScript renderer for SVG maps β€” unmaintained but produced beautiful cartographic outputs
  • nagoshiashumari/Rpg-Awesome β€” ⚠️ STALE β€” Fantasy-themed icon font and CSS toolkit β€” RPG iconography for game UIs and thematic web projects
  • atmajs/MaskJS β€” ⚠️ STALE β€” Markup template and HMVC micro-framework β€” an interesting pre-component-model take on UI architecture

Maps & Geo

  • domlysz/BlenderGIS β€” ⚠️ STALE β€” Blender addon for importing geographic data β€” turns real-world GIS data into 3D scenes
  • delfrrr/delaunator-cpp β€” ⚠️ STALE β€” Very fast C++ Delaunay triangulation of 2D points β€” used in terrain generation and computational geometry

Real-Time & Collaboration

  • automerge/pushpin β€” ⚠️ STALE β€” Collaborative corkboard app β€” a real-world demo of Automerge CRDTs in a visual collaboration tool

DOM & Browser APIs

  • browserstate/history.js β€” ⚠️ STALE β€” Graceful HTML5 History/State API support for all browsers β€” the polyfill that made pushState viable
  • eligrey/Xccessors β€” ⚠️ STALE β€” Cross-browser accessor shim implementing standard and legacy property definition methods β€” browser compatibility JS

General Frontend

  • bradfrost/this-is-responsive β€” ⚠️ STALE β€” Brad Frost's classic responsive web design pattern library β€” a historical landmark for mobile-first thinking
  • dharmatype/Bebas-Neue β€” ⚠️ STALE β€” Bebas Neue font β€” the bold, condensed typeface behind countless impactful web headlines
  • samdark/the-modal β€” ⚠️ STALE β€” Proper modal boxes β€” a focused, correct implementation of accessibility-conscious modal dialogs
  • jslegers/cascadeframework β€” ⚠️ STALE β€” CSS framework experiment from the early responsive era β€” historically interesting design choices
  • Infogosoft/jsdicom β€” ⚠️ STALE β€” DICOM medical image library and viewer in JavaScript β€” view medical imaging data in the browser
  • chitalka/reader β€” ⚠️ STALE β€” Reader UI component β€” minimal, focused reading interface
  • maxatwork/fixer β€” ⚠️ STALE β€” Max's sticky headers library β€” makes table headers and other elements stick while scrolling

React Native & Expo

  • vhpoet/react-native-styling-cheat-sheet β€” ⚠️ STALE β€” All React Native styling properties on one page β€” the reference card you keep in a tab
  • FuYaoDe/react-native-app-intro β€” ⚠️ STALE β€” Parallax-effect welcome/onboarding screens for React Native β€” smooth first-run experience component
  • gorhom/react-native-animated-tabbar β€” ⚠️ STALE β€” 60fps animated tab bar for React Native with multiple animation presets β€” eye-catching navigation
  • enesozturk/react-native-hold-menu β€” ⚠️ STALE β€” Hold-to-open context menu for React Native powered by Reanimated β€” the iOS long-press menu pattern
  • brh55/react-native-masonry β€” ⚠️ STALE β€” Masonry layout for images in React Native β€” Pinterest-style grid with dynamic content support
  • torgeadelin/react-native-animated-nav-tab-bar β€” ⚠️ STALE β€” Animated bottom tab bar with custom animation support β€” smooth, customizable navigation component
  • byCedric/expo-monorepo-example β€” ⚠️ STALE β€” Fast pnpm monorepo template for cross-platform Expo and React Native apps β€” the reference monorepo setup
  • gorhom/react-native-sticky-item β€” ⚠️ STALE β€” Interactive sticky item inspired by Facebook Stories β€” a complex, beautiful scroll interaction
  • n4kz/react-native-material-dropdown β€” ⚠️ STALE β€” Material Design dropdown for React Native β€” consistent behavior across iOS and Android
  • ahmedbna/ui β€” ⚠️ STALE β€” BNA UI component library for Expo and React Native β€” Expo-native components with good defaults
  • expo-starter/expo-local-first-template β€” ⚠️ STALE β€” Opinionated Expo starter with Bun, Tailwind, Drizzle, SQLite, and local-first architecture
  • VincentCATILLON/react-native-confetti-cannon β€” ⚠️ STALE β€” Confetti explosion animation for React Native β€” because sometimes you need to celebrate
  • flyerhq/react-native-chat-ui β€” ⚠️ STALE β€” Community-driven chat UI for React Native β€” actively maintained, customizable, optional Firebase backend
  • jeremybarbet/react-native-portalize β€” ⚠️ STALE β€” Renders anything on top of the rest of your React Native app β€” portals for modals, toasts, and overlays
  • showtime-xyz/showtime-tab-view β€” ⚠️ STALE β€” TabView with collapsible header and custom refresh for React Native β€” Reanimated-powered smooth tabs
  • GetStream/react-native-bidirectional-infinite-scroll β€” ⚠️ STALE β€” Bidirectional infinite scroll for React Native β€” scroll up and down into history from any position
  • web-ridge/react-native-paper-tabs β€” ⚠️ STALE β€” Smooth, cross-platform Material Design tabs for React Native Paper β€” consistent tab navigation
  • ihmpavel/expo-video-player β€” ⚠️ STALE β€” Customizable video player controls for Expo β€” configurable UI on top of Expo AV
  • expo/atlas β€” ⚠️ STALE β€” Visualizes React Native bundles to understand and optimize app size β€” see exactly what's in your JS bundle
  • outsung/expo-dynamic-app-icon β€” ⚠️ STALE β€” Programmatically change the app icon in Expo β€” dynamic alternate icons with a simple API
  • animate-react-native/stagger β€” ⚠️ STALE β€” Cross-platform stagger animation component for React Native β€” staggered entry animations made trivial
  • Syntax00/react-native-just-timeline β€” ⚠️ STALE β€” Customizable RTL-supported timeline component for React Native β€” events, milestones, vertical history
  • ThakurBallary/react-native-btr β€” ⚠️ STALE β€” Collection of React Native UI components β€” assorted widgets and layouts for mobile apps
  • andresribeiro/react-native-reanimated-image-viewer β€” ⚠️ STALE β€” Image viewer for React Native with Reanimated gestures β€” pinch-to-zoom photo gallery viewer
  • react-native-progress-view/progress-bar-android β€” ⚠️ STALE β€” ProgressBar component for React Native Android β€” the native Android progress indicator
  • chrizuuu/react-native-gallery-preview β€” ⚠️ STALE β€” Performant gallery preview with smooth gesture interactions and animations β€” photo gallery with flair
  • react-ui-kit/expo-ui-kit β€” ⚠️ STALE β€” Component-based React Native UI kit for Expo β€” a starter kit of themed UI components
  • Marknjo/create-turbo-with-expo β€” ⚠️ STALE β€” Turborepo monorepo starter with Expo, Next.js, Solito, and NestJS β€” ambitious full-stack mobile template
  • tarasvakulka/react-native-cards-swipe β€” ⚠️ STALE β€” Card stack swiper with Reanimated 2 β€” Tinder-style card swipe interactions for React Native
  • dimaportenko/react-native-liquid-gauge β€” ⚠️ STALE β€” Liquid gauge UI component for React Native β€” animated fluid fill for showing progress in style
  • vokhuyetOz/react-native-draw-overlay β€” ⚠️ STALE β€” Draw over other apps on Android from React Native β€” a rare capability for specialized use cases
  • kihyunwon/react-native-stt β€” ⚠️ STALE β€” Speech-to-text module for React Native β€” native STT on both iOS and Android
  • bamlab/react-native-image-header-scroll-view β€” ⚠️ STALE β€” ScrollView where the image header shrinks into a navigation bar on scroll β€” the hero-image scroll pattern
  • jaysoo/react-native-menu β€” ⚠️ STALE β€” Flexible dropdown menu component for React Native β€” Android Spinner-like menus on both platforms
  • mike-stewart-dev/expo-widgets β€” ⚠️ STALE β€” Widget functionality for Expo apps β€” brings home screen widgets to React Native via Expo
  • vishalpwr/react-native-ui β€” ⚠️ STALE β€” Basic React Native UI components collection β€” a simple component starter
  • brnho/react-native-context-menu β€” ⚠️ STALE β€” Context menu component for React Native β€” long-press activated menu with action items

iOS

  • jcsalterego/pngpaste β€” ⚠️ STALE β€” Paste clipboard images into files from the terminal β€” fills the gap pbpaste leaves with images
  • rnystrom/RNBoilerplate β€” ⚠️ STALE β€” iOS Xcode project boilerplate with curated frameworks and settings β€” an old but historically useful starting point

Databases & ORM

  • symisc/unqlite β€” ⚠️ STALE β€” Embedded NoSQL transactional database engine β€” key-value and document store in a single C library
  • Kineviz/bighorn β€” ⚠️ STALE β€” Embedded property graph database with vector search and Cypher β€” a graph DB that handles similarity search too
  • johnbenac/kuzo_ios β€” ⚠️ STALE β€” Kuzu graph database integration for iOS β€” run an embedded graph database natively on iPhone
  • jamesfer/cypher-query-builder β€” ⚠️ STALE β€” Flexible, intuitive Cypher query builder for Neo4j β€” write graph queries in JS instead of raw strings
  • simplegeo/nodejs-redis β€” ⚠️ STALE β€” Early Redis client for Node.js β€” precursor to the modern ioredis/node-redis era

General Backend

  • lazada/grpc-ui β€” ⚠️ STALE β€” gRPC web interface β€” a Postman-style UI for testing gRPC endpoints
  • tj/express-configuration β€” ⚠️ STALE β€” Adds async configuration support to Express β€” configure your app asynchronously before routes run
  • tj/jog-middleware β€” ⚠️ STALE β€” JSON logger middleware for Connect/Express β€” structured request logging built on jog

APIs & Protocols

  • TooTallNate/node-modbus-stack β€” ⚠️ STALE β€” Modbus protocol StreamStack implementation for Node.js β€” industrial equipment communication in JS
  • swimauger/upnpjs β€” ⚠️ STALE β€” Node.js package for using UPnP β€” discover and communicate with UPnP devices on the local network

Auth & Security

  • jaredhanson/passport β€” ⚠️ STALE β€” Simple, unobtrusive authentication middleware for Node.js β€” 500+ strategies, the authentication standard
  • revington/connect-bruteforce β€” ⚠️ STALE β€” Connect middleware to prevent brute force attacks β€” rate limiting for login endpoints

Godot

  • 2Retr0/GodotOceanWaves β€” ⚠️ STALE β€” FFT-based ocean wave rendering in Godot β€” stunning real-time water simulation with GPU compute
  • protongraph/protongraph β€” ⚠️ STALE β€” Experimental node-based procedural content generation software β€” visual graph-driven world building
  • dreadpon/godot_spatial_gardener β€” ⚠️ STALE β€” Plugin for painting plants and props on 3D surfaces in Godot β€” foliage painting with density control
  • lampe-games/godot-open-rts β€” ⚠️ STALE β€” Open-source RTS game in Godot 4 β€” a playable reference implementation of RTS mechanics
  • MrEliptik/godot_experiments β€” ⚠️ STALE β€” 2D, 3D, and VR experiments and tutorials in Godot 3 & 4 β€” a goldmine of mini-demos and techniques
  • MarcoFazioRandom/Virtual-Joystick-Godot β€” ⚠️ STALE β€” Simple virtual joystick for touchscreens in Godot β€” 2D and 3D games, configurable, mobile-ready
  • mohsenph69/Godot-MTerrain-plugin β€” ⚠️ STALE β€” GDExtension terrain plugin for Godot with highly optimized open-world rendering β€” massive terrain scales
  • ceceppa/anima β€” ⚠️ STALE β€” Sequential and parallel animations with less code in Godot β€” declarative animation chaining
  • godot-extended-libraries/godot-debug-menu β€” ⚠️ STALE β€” In-game FPS, performance, and hardware metrics display for Godot 4 β€” production-grade debug overlay
  • 2Retr0/GodotGrass β€” ⚠️ STALE β€” Per-blade grass rendering in Godot inspired by Ghost of Tsushima β€” beautiful GPU-driven grass
  • tessarakkt/godot4-oceanfft β€” ⚠️ STALE β€” Tessendorf FFT ocean waves with buoyancy in Godot 4 β€” compute shaders for realistic water physics
  • zijcht/godot-game-settings β€” ⚠️ STALE β€” Plugin for creating and managing game settings in Godot β€” proper settings system with persistence
  • tomankirilov/VPainter β€” ⚠️ STALE β€” Vertex painting addon for Godot β€” paint colors and data directly onto 3D mesh vertices
  • cloudofoz/godot-deformablemesh β€” ⚠️ STALE β€” Deform 3D meshes with customizable deformers at runtime in Godot β€” procedural mesh animation
  • Platinguin/Godot-Water-Shader-Prototype β€” ⚠️ STALE β€” Water shader prototype for Godot β€” a starting point for stylized water with refraction and waves
  • fbcosentino/godot-simplified-flightsim β€” ⚠️ STALE β€” Simplified flight simulation library for Godot β€” aerodynamics and control surfaces without the complexity
  • Platinguin/Godot-Cloud-Worlds β€” ⚠️ STALE β€” Cloudy sky and atmospheric world shaders for Godot β€” procedural clouds and sky rendering
  • JeanKouss/godot-third-person-camera β€” ⚠️ STALE β€” Third-person camera for Godot β€” orbit and follow camera with collision avoidance
  • Chevifier/QuestManager β€” ⚠️ STALE β€” Quest manager plugin for Godot 4 β€” create, track, and manage quests with a clean system
  • MASSHUU12/godot-yat β€” ⚠️ STALE β€” Customizable in-game terminal/console for Godot (C#) β€” debug commands and runtime scripting
  • Bonkahe/SunshineClouds β€” ⚠️ STALE β€” Earlier procedural cloud system for Godot 4.1 β€” volumetric clouds with daylight cycling
  • drkitt/godot-input-buffer β€” ⚠️ STALE β€” Input buffering for Godot β€” makes character controls feel more responsive with input queueing
  • krautdev/GodotOceanWaves β€” ⚠️ STALE β€” Alternative FFT ocean wave implementation for Godot β€” different take on the same beautiful water effect
  • johnnyneverwalked/godot-input-buffer β€” ⚠️ STALE β€” Input buffer plugin for Godot β€” another take on buffered input for snappier game feel
  • kb173/godot-volumetric-clouds β€” ⚠️ STALE β€” Volumetric clouds shader for older Godot versions β€” a classic volumetric cloud implementation
  • Nif-ty/godot-flex-container β€” ⚠️ STALE β€” CSS-flexbox-style adjustable container for Godot β€” layout flexibility closer to web standards
  • UtMan88/Godot3DFlightControls β€” ⚠️ STALE β€” Template for creating 3D flight controls in Godot β€” a starting point for arcade flight games
  • hamsterbyte/Godot-4x.NET-Color-Palettes β€” ⚠️ STALE β€” Color palette support added to Godot's built-in color picker β€” palette management for art-heavy projects
  • kvbc/godot-SimpleNet β€” ⚠️ STALE β€” Godot 4 addon making multiplayer networking easier β€” simplified API over Godot's built-in ENet

General Game Dev

  • SebLague/Geographical-Adventures β€” ⚠️ STALE β€” Sebastian Lague's geography game β€” beautifully made, open-source, globe-spanning educational experience
  • alelievr/NodeGraphProcessor β€” ⚠️ STALE β€” Node graph editor framework for Unity UIElements β€” data-processing visual scripting foundation
  • SanderMertens/ecs-faq β€” ⚠️ STALE β€” The authoritative ECS FAQ β€” everything you wanted to know about Entity Component Systems
  • ShadowfallStudios/ALS-Community β€” ⚠️ STALE β€” Community version of Advanced Locomotion System V4 for Unreal Engine 5 β€” replicated, optimized, extended
  • brihernandez/MouseFlight β€” ⚠️ STALE β€” War Thunder-style mouse flight controls for Unity β€” aircraft that follow the cursor naturally
  • gasgiant/Aircraft-Physics β€” ⚠️ STALE β€” Fixed-wing aircraft physics for Unity β€” lift, drag, and engine simulation for flight games
  • ictusbrucks/ImpostorBaker β€” ⚠️ STALE β€” UE4 plugin for generating impostors of static meshes β€” fake LODs that look real at a distance
  • Jay2645/Unreal-Polygonal-Map-Gen β€” ⚠️ STALE β€” Polygonal map generation for Unreal Engine 4 β€” islands and continents from Voronoi diagrams
  • alexismorin/Greebler β€” ⚠️ STALE β€” UE4 and Unity plugin for auto-filling nooks with rubble and detail props β€” greebling made easy
  • Phyronnaz/Voxel β€” ⚠️ STALE β€” Voxel world plugin for UE4 β€” terrain and world generation in the pre-VoxelPlugin era
  • adamskee/space-ship-panel-set β€” ⚠️ STALE β€” Low-poly spaceship panel meshes for UE4 in FBX format β€” ready-to-use sci-fi greeble assets
  • Drakynfly/HeartGraph β€” ⚠️ STALE β€” Generic runtime node graph editor and viewer for Unreal Engine β€” visual scripting infrastructure

Procedural Generation

  • watabou/TownGeneratorOS β€” ⚠️ STALE β€” Source code for the Medieval Fantasy City Generator β€” the web app that created countless game towns
  • rlguy/FantasyMapGenerator β€” ⚠️ STALE β€” Fantasy map generator based on Martin O'Leary's river and coast algorithm β€” realistic-looking fictional worlds
  • baturinsky/worldgen β€” ⚠️ STALE β€” Fast, fairly realistic terrain generator in JavaScript β€” useful for procedural world building in the browser
  • lorenSchmidt/fractal_cell_noise β€” ⚠️ STALE β€” Fractal noise algorithm related to Worley/cellular noise β€” useful for procedural textures and terrain

Graphics & Shaders

  • ashima/webgl-noise β€” ⚠️ STALE β€” Procedural noise shader routines for WebGL β€” Simplex, Perlin, and cellular noise in GLSL
  • Xibanya/ShaderTutorials β€” ⚠️ STALE β€” Shader tutorials for people who don't know how to shader β€” accessible HLSL teaching material for Unity
  • GarrettGunnell/Water β€” ⚠️ STALE β€” Sum-of-sines and FFT fluid simulation with a physically-based water shader for Unity β€” stunning results
  • DarknessFX/DFoundryFX β€” ⚠️ STALE β€” Unreal Engine plugin with Dear ImGUI, performance charts, and shader analytics β€” including Shipping builds

Editors & Plugins

  • johnseth97/codex.nvim β€” ⚠️ STALE β€” OpenAI Codex integration for Neovim β€” AI completion right in your editor without leaving the terminal

Python Tools

  • black-forest-labs/flux β€” ⚠️ STALE β€” Official inference repo for FLUX.1 image generation models β€” the current state-of-the-art in open image gen
  • mindverse/Second-Me β€” ⚠️ STALE β€” Train an AI version of yourself β€” captures your writing and thinking style to act as a personal AI proxy
  • yangchris11/samurai β€” ⚠️ STALE β€” Zero-shot visual object tracking from the SAM2 lineage β€” tracks anything across video frames
  • HKUDS/AI-Researcher β€” ⚠️ STALE β€” Production-ready autonomous scientific research agent β€” generates and validates research hypotheses
  • abhiTronix/vidgear β€” ⚠️ STALE β€” High-performance cross-platform video processing Python framework β€” wraps FFmpeg with a clean API
  • microsoft/CodeBERT β€” ⚠️ STALE β€” Pre-trained bimodal model for code and natural language β€” the foundational code-understanding transformer
  • nari-labs/dia2 β€” ⚠️ STALE β€” Streaming TTS model for real-time conversational audio β€” lower latency successor to Dia
  • disler/always-on-ai-assistant β€” ⚠️ STALE β€” Always-on AI assistant pattern with DeepSeek-V3 and RealtimeSTT β€” voice-first engineering companion
  • ksami/QRemeshify β€” ⚠️ STALE β€” Blender extension for easy quad-topology remeshing β€” good-quality quad output without manual retopology
  • dandrino/terrain-erosion-3-ways β€” ⚠️ STALE β€” Three implementations of terrain generation with erosion β€” hydraulic, thermal, and tectonic approaches
  • eagledot/hachi β€” ⚠️ STALE β€” End-to-end semantic and metadata search for personal data β€” local AI-powered personal search engine
  • R2D2FISH/glados-tts β€” ⚠️ STALE β€” GLaDOS text-to-speech using Forward Tacotron and HiFiGAN β€” runs stably on CPU, sounds like Portal
  • bobuk/minigram-py β€” ⚠️ STALE β€” Ultraminimalistic Python library for building Telegram bots β€” gets out of your way immediately

CLI & Terminal

  • tj/mad β€” ⚠️ STALE β€” Markdown manual page viewer β€” read man pages written in Markdown right in your terminal

Linting & Formatting

  • TaoK/PoorMansTSqlFormatter β€” ⚠️ STALE β€” Free .Net and JS library for formatting T-SQL β€” works as a CLI, SSMS plugin, or Notepad++ plugin
  • mightyaleksey/globals β€” ⚠️ STALE β€” Global identifier definitions from different JavaScript environments β€” for linting and static analysis

Build Tools & Bundlers

  • enb/enb β€” ⚠️ STALE β€” Build tool and BEM bundler for web projects β€” the build system that powered large-scale BEM applications
  • azproduction/lmd β€” ⚠️ STALE β€” JavaScript module assembler for better web apps β€” a pre-webpack module bundler, now deprecated

Testing & Debugging

  • node-inspector/node-inspector β€” ⚠️ STALE β€” Node.js debugger using Blink DevTools β€” the precursor to modern node --inspect, now archived
  • moll/js-must β€” ⚠️ STALE β€” Assertion library for JavaScript with a fluent BDD syntax β€” expressive, comprehensive, and ships many matchers
  • tj/mocha-cloud β€” ⚠️ STALE β€” Mocha test runner in the cloud via SauceLabs β€” cross-browser testing from the command line
  • tj/mocha-cloud-grid-view β€” ⚠️ STALE β€” Terminal browser grid view for mocha cloud cross-browser testing results

Desktop App Frameworks

  • kirill-konshin/next-electron-rsc β€” ⚠️ STALE β€” Next.js running inside Electron with React Server Components β€” desktop apps with the full Next.js stack

Document Processing

  • crosstype/node-html-markdown β€” ⚠️ STALE β€” Fast HTML-to-Markdown converter for Node.js β€” works in the browser too, handles edge cases well

General Dev Tools

  • mbrevoort/docco-husky β€” ⚠️ STALE β€” Fork of docco for generating documentation for whole projects β€” whole-project literate programming docs
  • nxtensions/nxtensions β€” ⚠️ STALE β€” Nx plugins and extensions expanding the monorepo toolkit beyond the official offerings
  • maxatwork/docco-husky β€” ⚠️ STALE β€” Max's fork of docco-husky β€” for generating whole-project documentation in the literate programming style
  • bem-archive/bem-gen-doc β€” ⚠️ STALE β€” Block library documentation generator prototype β€” early BEM tooling experiment, archived

C / C++ & Systems

  • ange-yaghi/engine-sim β€” ⚠️ STALE β€” Combustion engine simulator that generates realistic audio β€” actually sounds like the engine you built
  • tranek/GASDocumentation β€” ⚠️ STALE β€” The authoritative community documentation for Unreal Engine's Gameplay Ability System
  • yarrick/pingfs β€” ⚠️ STALE β€” Stores your data in ICMP ping packets β€” ping packets as a filesystem, brilliantly absurd
  • clab/dynet β€” ⚠️ STALE β€” Dynamic neural network toolkit for C++ and Python β€” builds computation graphs at runtime, not ahead of time
  • GaijinEntertainment/DagorEngine β€” ⚠️ STALE β€” Dagor Engine source from War Thunder's creators β€” a real production game engine made open-source
  • Megafunk/MassSample β€” ⚠️ STALE β€” Community documentation for Unreal Engine 5's experimental Mass ECS plugin with a sample project
  • DaedalicEntertainment/third-person-camera β€” ⚠️ STALE β€” Sample code from the "Six Ingredients for a Dynamic Third-Person Camera" Unreal Fest talk
  • cselab/smarties β€” ⚠️ STALE β€” Lightweight, scalable reinforcement learning framework β€” multi-environment, multi-agent, HPC-ready
  • tj/node-discount β€” ⚠️ STALE β€” Node.js bindings for the C markdown "discount" library β€” compile Markdown to HTML using a C library
  • coderespawn/haste-plugin-ue4 β€” ⚠️ STALE β€” Haste plugin for Unreal Engine 4 β€” a utility plugin from the UE4 era
  • reidtreharne/Navigation3D β€” ⚠️ STALE β€” 3D navigation system component β€” pathfinding in three-dimensional space
  • TheDiG3/TwitchPlay β€” ⚠️ STALE β€” Unreal Engine 4 plugin for Twitch Chat integration β€” let your viewers control your game
  • Animation-Uprising/MotionSymphony-Plugin-Unreal-Engine β€” ⚠️ STALE β€” MotionSymphony plugin for motion matching in UE4 β€” source access for verified users
  • takuseno/cpp-dqn β€” ⚠️ STALE β€” Deep Q-Network implementation in C++ with NNabla β€” blazingly fast DQN for reinforcement learning
  • PD5DJ/OTX-Widget-480x272-Widget-Layouts β€” ⚠️ STALE β€” OpenTX widget layouts for 480x272 displays β€” custom telemetry widgets for RC transmitters

Data Science & Visualization

  • microsoft/OmniParser β€” ⚠️ STALE β€” Screen parsing tool for vision-based GUI agents β€” identifies UI elements from screenshots for AI agents
  • karpathy/nn-zero-to-hero β€” ⚠️ STALE β€” Andrej Karpathy's neural networks course β€” build everything from scratch, one of the best ML learning resources

Personal & Business Apps

  • monicahq/monica β€” ⚠️ STALE β€” Personal CRM β€” remember important details about the people in your life, relationships as data

Curated Lists & Resources

  • CalvinWalzel/awesome-svelte β€” ⚠️ STALE β€” Curated list of awesome Svelte things β€” now deprecated in favor of sveltesociety.dev
  • GorvGoyl/Clone-Wars β€” ⚠️ STALE β€” 100+ open-source clones of Airbnb, Netflix, Spotify, WhatsApp, and others β€” learn by reading real implementations

Audio & Music

  • sgossner/VSCO-2-CE β€” ⚠️ STALE β€” Open-source orchestral sample library β€” free, real recordings of real instruments for music production
  • deskjet/chiptune2.js β€” ⚠️ STALE β€” JavaScript chiptune player using Web Audio API β€” play MOD, XM, S3M files in the browser

Other


Archived

Repos in this section are not merely quiet but officially retired, which is a more ceremonial kind of silence. They are here for historical value, old ideas worth stealing, and the occasional reminder that yesterday's wizardry becomes today's archaeology with indecent speed.

ML & Training

  • mozilla/DeepSpeech β€” πŸͺ¦ ARCHIVED β€” Mozilla's offline speech-to-text engine β€” embedded, on-device, real-time capable; now archived but still referenced

Svelte

  • ryanatkn/awesome-svelte-resources β€” πŸͺ¦ ARCHIVED β€” Curated Svelte resources list β€” deprecated but historically useful, now points to sveltesociety.dev

JS Libraries & Utilities

  • casperjs/casperjs β€” πŸͺ¦ ARCHIVED β€” PhantomJS-based browser automation and testing β€” fully archived, the predecessor to headless Chrome automation
  • angular/batarang β€” πŸͺ¦ ARCHIVED β€” AngularJS Chrome DevTools extension β€” the original AngularJS debugger, now archived and historical
  • apache/nano β€” πŸͺ¦ ARCHIVED β€” Minimal CouchDB client for Node.js β€” the official thin wrapper, now living inside the CouchDB repo

UI Components & Styling

  • ubuwaits/css3-buttons β€” πŸͺ¦ ARCHIVED β€” Collection of CSS3 button styles in Sass β€” an early Sass showcase, archived but charming

React Native & Expo

  • MuhammedKpln/react-native-chatty β€” πŸͺ¦ ARCHIVED β€” Full-featured high-performance chat UI for React Native β€” comprehensive messaging interface, now archived

General Backend

  • expressjs/express-expose β€” πŸͺ¦ ARCHIVED β€” Expose raw JS objects and functions from Express to the client side β€” now archived

APIs & Protocols

  • chrishubert/whatsapp-api β€” πŸͺ¦ ARCHIVED β€” REST API wrapper for whatsapp-web.js β€” turn the unofficial WhatsApp client into a proper REST API

DevOps & Deployment

  • ladjs/express-cdn β€” πŸͺ¦ ARCHIVED β€” Express module for delivering optimized, gzipped assets via Amazon S3/CloudFront CDN

Godot

  • ratmarrow/GoldGdt β€” πŸͺ¦ ARCHIVED β€” GoldSrc-style character controller for Godot β€” Half-Life movement physics recreated in Godot, archived

General Game Dev

  • oivio/Advanced-Camera-Manager β€” πŸͺ¦ ARCHIVED β€” Advanced player camera component for Unreal Engine β€” cinematic control with spring arm intelligence

Editors & Plugins

  • mauricelam/DockToRight β€” πŸͺ¦ ARCHIVED β€” Chrome DevTools theme for dock-to-right usage β€” optimized layout for the panel on the side

Python Tools

  • gvanrossum/patma β€” πŸͺ¦ ARCHIVED β€” Guido van Rossum's pattern matching prototype for Python β€” the research that became Python 3.10 match/case
  • cloudant/bigcouch β€” πŸͺ¦ ARCHIVED β€” Cloudant's distributed CouchDB fork that powered IBM Cloudant β€” archived but historically significant

Build Tools & Bundlers

  • filamentgroup/grunt-criticalcss β€” πŸͺ¦ ARCHIVED β€” Grunt wrapper for extracting critical CSS β€” automated above-the-fold CSS extraction, now archived

Testing & Debugging

  • jgonera/webspecter β€” πŸͺ¦ ARCHIVED β€” BDD-style acceptance test framework for PhantomJS β€” precursor to modern headless browser testing

General Dev Tools

  • bem-archive/bem-tools β€” πŸͺ¦ ARCHIVED β€” BEM methodology toolkit for working with files and structure β€” archived, but foundational to BEM tooling

C / C++ & Systems

  • Omegastick/pytorch-cpp-rl β€” πŸͺ¦ ARCHIVED β€” PyTorch C++ reinforcement learning library β€” RL algorithms implemented in C++ with PyTorch backend

Data Science & Visualization

  • microsoft/MS-LaTTE β€” πŸͺ¦ ARCHIVED β€” Dataset of locations and times for to-do task completion β€” research on contextual task scheduling

About

A loosely organized list of GitHub repos I starred because they looked useful, clever, weird, or likely to become relevant in some unexpected future. Broad interests, light curation, and just enough order to keep the interesting bits from escaping.

Resources

Stars

Watchers

Forks

Contributors