A handpicked collection of open-source repositories and tools to supercharge your AI local coding, LLM orchestration, and developer workflows.
ALL REPOSITORIES
A handpicked collection of open-source repositories and tools to supercharge your AI local coding, LLM orchestration, and developer workflows.
NO MATCHING TOOLS FOUND
Try searching for another term like 'Ollama', 'scraping', or 'Shadcn', or reset your category filter.
01 // LOCAL AI & INFERENCE
Run, query, and chat with AI models locally on your own hardware.
Ollama
Lightweight, extensible framework to build and run large language models locally. Ollama runs as a background service, exposing a simple local API.
Open WebUI
A user-friendly ChatGPT-style web interface that runs entirely locally, supporting Ollama, OpenAI-compatible APIs, and advanced RAG integration.
llama.cpp
The engine behind local CPU/GPU inference. A port of LLaMA in C/C++ that provides ultra-efficient model loading and processing across various platforms.
LLM CLI
A lightweight command-line tool to pipeline text through LLMs, perfect for shell scripts, logs parsing, and quick local AI prompts.
02 // AI AGENTS & CODING
Autonomous agents and modular skills to write and refactor code from the terminal.
Aider
An autonomous terminal assistant that chats with you, edits your local files directly, handles git commits automatically, and debugs runtime errors.
Mentat
A command-line coding tool that coordinates complex changes across multiple files concurrently, understanding the dependency graph of your project.
Awesome Claude Skills
A curated directory of modular instruction packages (SKILL.md) to teach AI coding assistants and agents how to execute specific APIs and tools.
03 // SMART CONTEXT & AST INDEXING
Index, bundle, and optimize massive repositories to feed LLMs without wasting tokens.
Repomix
Lightweight tool to pack your entire repository into a single formatted Markdown file, automatically stripping out lockfiles and unnecessary assets to optimize token usage with LLMs.
Gitingest
Analyze any GitHub or local repository and extract a clean structure and code summary ready to copy and paste directly into LLM prompts.
Graphify
Index source code, PDFs, and schemas into a local knowledge graph, reducing token costs drastically (up to 70x) for coding agents and LLM tools.
04 // WEB SCRAPING & ANTI-BLOCK CRAWLING
Bypass bot protections, scrape dynamically, and crawl data structured for LLMs.
Crawl4AI
An open-source web crawler optimized for LLMs. Crawl any web page (including heavy JS sites), bypass anti-bot measures, clean up clutter, and extract structured Markdown perfect for RAG systems.
DrissionPage
A Python framework that bypasses bot detection by avoiding WebDriver entirely. Seamlessly switches between fast HTTP requests and real Chromium browser control.
Crawlee
Apify's modern web scraping framework built to prevent bans. Automatically handles proxy rotation, persistent request queues, and browser fingerprint spoofing.
Scrapy
Python's industry standard for large-scale web scraping. Asynchronous processing handles hundreds of pages in parallel with robust data pipeline exports.
Playwright
Microsoft's cross-browser automation library. Ideal for JS-heavy dynamic websites (React, Vue, Next.js) requiring simulated scrolling, clicks, and state transitions.
FlareSolverr
An auxiliary proxy server to bypass Cloudflare and DDoS-GUARD protections. Runs a headless browser in the background to solve challenges and return clean HTML.
05 // APIS, WORKFLOWS & ORCHESTRATION
Connect services, build visual chains, standardize LLM APIs, and orchestrate logic.
n8n
The ultimate workflow automation platform for technical teams. Connect over 400 applications and APIs visually, with the flexibility to insert custom JavaScript/Python code and native AI agents into any node.
Langflow
A drag-and-drop visual editor to build advanced AI pipelines, prompt chains, and RAG systems. Connect agents, vector databases, and models like building blocks and export them as APIs.
LiteLLM
Universal proxy to translate inputs for any LLM API (Ollama, Claude, Cohere) into the standard OpenAI format, making model switching seamless.
06 // UI, DESIGN & EMAILS
Modern components, infinite canvases, and responsive React email development.
Shadcn UI
The modern standard for web UI. Instead of importing heavy packages, copy-paste clean, accessible, and themeable components built with Tailwind and Radix UI directly into your codebase.
TLDraw
An open-source interactive infinite canvas. Its powerful API and AI integrations allow you to 'sketch' user interfaces and automatically turn them into functional code components in seconds.
React Email
Take the headache out of styling emails. Program clean, responsive email templates using reusable React components and TypeScript that compile perfectly across all major clients.
07 // BACKEND, BILLING & NOTIFICATIONS
PostgreSQL instances, omnichannel notification hubs, CRMs, and complex pricing models.
Supabase
The open-source Firebase alternative. Spins up a full PostgreSQL database in seconds, complete with user authentication, file storage, realtime subscriptions, and native AI vector search via pgvector.
Lago
A powerful open-source alternative to Stripe Billing. Designed to handle complex metered usage, custom subscriptions, hybrid billing plans, and global payment gateways.
Refine
A React meta-framework for building admin panels, CRMs, and internal developer tools. Connects to any backend and auto-generates CRUD screens (create, read, update, delete) instantly.
Novu
Unified notification infrastructure. Centralize SMS, email, push notifications, Slack, and WhatsApp alerts into a single API instead of stitching together Twilio, Resend, and Firebase manually.
08 // VOICE & TTS GENERATION
Hyperrealistic speech synthesis and real-time open-source voice cloning.
Bark (Suno AI)
Transformer-based audio generation model. Unlike robotic text-to-speech, it produces hyperrealistic human voices, complete with emotion, laughter, sighs, and ambient background music.
Retrieval-based Voice Conversion (RVC)
An open-source WebUI for Retrieval-based Voice Conversion. Train a custom voice model with just a few minutes of audio to clone, modulate, and convert speech or vocals in real time.
09 // PROMPT TESTING & EVALUATION
Automate prompt testing, detect regressions, and evaluate agent capabilities.
Promptfoo
A CLI tool to run automated test suites and benchmarks on your prompts, ensuring code-generation and LLM outputs are high-quality and regression-free.
SWE-bench
A software engineering benchmark to evaluate LLMs on resolving real-world, complex software bugs and issues across actual open-source projects.