AI middleware
-
@assistant-ui/react
Open-source TypeScript/React library for building production-grade AI chat experiences
-
@bike4mind/cli
Interactive CLI tool for Bike4Mind with ReAct agents
-
@bike4mind/cli
Interactive CLI tool for Bike4Mind with ReAct agents
-
@botonic/react
Build Chatbots using React
-
@burtson-labs/bandit-engine
<a href="https://burtson.ai"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.burtson.ai/logos/burtson-labs-logo-alt.png" /> <source media="(prefers-color-scheme: light)" srcset="https://cdn.burtson.ai/logos/burtson-la
-
@chat-adapter/web
Web adapter for Chat SDK — browser chat UI via the AI SDK useChat stream protocol
-
@copilotkit/shared
<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />
-
@flowengage/react-chatbot
Embeddable AI chat widget for React — powered by FlowEngage. Drop it in with a single siteId.
-
@json-render/core
JSON becomes real things. Define your catalog, register your components, let AI generate.
-
@kilocode/cli
The AI coding agent built for the terminal. Generate code from natural language, automate tasks, and run terminal commands -- powered by 500+ AI models.
-
@legioncli/cli-linux-x64
Platform binary placeholder for Legion CLI
-
@mendable/search
A React component for integrating Mendable Search into your application.
AI React -
@nlux/core
nlux is JavaScript and React library for building conversational AI interfaces, with support for OpenAI, Hugging Face, and more.
AI React -
@openuidev/react-headless
Headless React primitives for AI chat — state management, streaming adapters for OpenAI and AG-UI, message format converters, and thread management for OpenUI generative UI apps
-
@virtuoso.dev/message-list
Virtualized React component for rendering human/AI chatbot conversations.
AI React -
adhx
Save now. Read never. Find always. Open-source bookmark manager for X, Instagram, TikTok & YouTube — sync, triage mode, public trending feed, LLM-friendly APIs. Self-host or use adhx.com
-
agent-fleet
Self-hosted web console for running AI coding agents (Claude Code, Codex, Copilot, Antigravity, Cursor, Kiro, OpenCode) as a managed fleet: isolated per-user workspaces, git/SVN working copies, scheduling and usage accounting.
-
agent-skills
Provide structured markdown guides to teach AI assistants how to complete complex React Native engineering tasks efficiently.
-
AgentHub
IM-native multi-agent collaboration platform — @mention Claude Code, Codex, OpenCode like teammates
-
agentic-ai
🤖 Explore AI agent architectures with agentic-ai, featuring ReAct agents, reflection-based designs, and modular LLM integrations using LangChain and LangGraph.
-
agentic-mesh
Multi-Agent AI Orchestrator 2026 🚀 | YAML, 6+ LLM Providers, ReAct & Swarm
-
agentx
A meta-intelligence layer for AI agents — Django API, Tauri + React 19 client. Agents that plan, reason, delegate, and remember across a graph + vector memory stack, present rich typed content, and wield MCP tools. Built to think, not to code. Why "AgentX"? It has no name; it is what you make it.
-
ai-code-reviewer
🔍 AI-powered automated code review tool that analyzes syntax, performance bottlenecks, and security flaws in pull requests.
-
ai-harness-doctor
🩺 Doctor for your repo's AI harness — audit, merge & drift-guard scattered agent configs (AGENTS.md / CLAUDE.md / .cursorrules) into one source of truth. Real evals: 6/28 → 28/28 correct, −27% latency. Field-tested on react, vscode, n8n + 11 more. Claude Code · Codex · Cursor · Gemini
-
ai-lead-responder-api-dashboard
AI-powered email lead management dashboard for categorizing incoming emails, generating smart replies, and managing sales pipelines with human approval.
-
AI-LMS-TMS
Self-hosted AI-powered Learning & Training Management System for Singapore's SkillsFuture ecosystem. Features SSG/TPGateway API integration, multi-role access, OTP login, QuickBooks finance workflows, and AI agent automation.
-
ai-programming-teaching-project
【Every star you give feeds a hungry developer's motivation! ⭐️】A modern educational platform built with Docusaurus that teaches AI-assisted programming through comprehensive tutorials, practical exercises, and real-world projects. Features bilingual support, interactive examples, and guides for tools like Cursor, v0, and Vercel.
AI React -
AI-Prompt-Toolkit
🚀 AI Prompt Toolkit — 10+ free in-browser AI prompt engineering tools: Variable Extractor, JSON Schema Generator, Validator, Token Estimator, Prompt Optimizer & more. No sign-up, no servers.
-
ai-website-cloner-template
Convert websites into clean Next.js codebases using AI coding agents. This template automates extraction, component design, and site reconstruction.
-
AITERM
AI 增強的跨平台終端機 | AI-enhanced cross-platform terminal (Tauri 2 + React 19 + Rust) — /ai 指令生成、自主 Agent、多資料庫、Enterprise Fleet Management、Telegram 遠端控制
-
Aivory
Self-hosted AI chat platform with multi-step tool calls, persistent Python sandbox, RAG, and Deep Research. Supports Claude, GPT, Gemini and any OpenAI-compatible provider.
-
ALL-AI-AGENTS-MAPS-ROX-Avenus
Discover AI agents with ALL-AI-AGENTS-MAPS-ROX-Avenus. Explore over 1M AI models and access real-time data through our FastAPI. 🌟🚀
-
app-store-screenshots
Generate production-ready App Store screenshots for iOS apps with automated design, brand integration, and export at all Apple-required resolutions.
-
aries-app
Open-source, self-hostable weekly social content automation. Connect your platforms, generate a week of posts, review & approve, and publish on a schedule — Next.js + React 19, powered by the Hermes execution engine.
-
Artificial Worm Brain AI
Description WormBrain is a Godot plugin that adds a worm to your 2D scene, one whose movement is driven by a simulation of the C. elegans neural connectome. C. elegans is a tiny nematode whose complete neural wiring has been mapped and published: 302 neurons, roughly 4,000 synaptic connections. WormBrain uses that wiring to decide how the worm moves: where it steers, when it speeds up, when it reverses. The result is something that navigates, forages, and reacts, not because it was scripted to, but because the network says so. It is closer to a playground than a simulation. Based on https://github.com/heyseth/worm-sim by Seth Miller. --- Quick Start 1. Copy addons/worm_brain_plugin into your project's addons folder. 2. Enable the plugin under Project → Project Settings → Plugins. 3. Add a WormNode to any 2D scene and run the project. Explore the Inspector to customize the worm's body shape, sensors, speed, and hunger behavior. The node also emits signals you can listen to: food detection, nose touch, hunger state so your own code can react to what the worm experiences. --- Notes / Limitations - Collision is advisory. When the worm touches an Area2D, it receives a neural signal, but there is no hard physics boundary. If the neural output says keep going, it will. To contain the worm inside your level, set limiting_area in the Inspector (default: Rect2(50, 50, 1000, 1000)). - Eating. The worm eats any Area2D belonging to the worm_food group when it overlaps it. Removing the eaten food from the scene is handled by your code. - Not scientifically accurate. The connectome data is real, but the mapping from neural activity to on-screen movement involves significant simplification. This is an interactive experiment, not a research tool.
-
aspicio
DXF and vector-PDF viewer for the web and AI agents — TypeScript parse→tessellate→render engine with a WebGL viewer, React/Vue/Svelte/web-component bindings, HTTP API, MCP server, and an in-chat viewer for ChatGPT & Claude (MCP Apps)
-
atmos
ATMOS - Atmosphere for Agentic Builders
-
baram
A lightweight, beautiful WYSIWYG Markdown editor with bidirectional links and AI-native editing — built with Tauri, React & Rust.
-
basml-cotton-yarn-dashboard
🌾 BASML Cotton & Yarn Dashboard: A real-time cotton and yarn price monitoring dashboard with AI-powered predictive forecasting for global and Indian markets. ⚡ Quick Overview Tech: React 18, Vite, JavaScript (98.2%) Purpose: Real-time price tracking, market analysis, AI forecast
-
beacon
The visual planning surface for the coding agent in your terminal — propose feature plans, DB schemas, and roadmaps on a canvas your terminal agent (Claude Code / Codex) drives.
-
brookmd
Zero-dep streaming markdown for the browser — Rust→WASM, 100% CommonMark 0.31 + GFM. Built to not melt the main thread on concurrent LLM streams.
-
calistenia-app
AI-powered calisthenics & fitness app — track workouts, nutrition, and progress with a personal AI coach. Cross-platform React Native app + web PWA, self-hostable on PocketBase. Free & open source.
-
cc-one
Privacy-first, local-first dashboard for your AI CLI usage. Turns Claude Code, Codex, Gemini CLI, Grok CLI & OpenCode session logs into tokens, cost, trends and sessions — with optional multi-device sync through a GitHub repo you own.
-
chalkpicks-pro
AI sports betting analytics platform — +EV finder, steam moves, Grok-4 strategy builder, Kalshi markets, CLV tracker, arbitrage alerts. React 19 + tRPC + Stripe. Live at chalkpicks.live
-
charon
My take on properly building an AI character chat app — combining features from Chub, SillyTavern, and everything else I always wanted. Self-hosted, branching conversations, character cards V2+V3, lorebooks, personas.
-
Checkbyai.net
AI-powered UK visa fraud protection platform. Instantly verify Certificate of Sponsorship (CoS) documents, monitor employer sponsor licence status, and receive real-time alerts via email, WhatsApp, and SMS when licences are revoked or suspended.
-
claude-coach-kit
Provide coaches and consultants with an open-source, AI-powered marketing automation tool to reduce costs and streamline client engagement.
-
Claude-Code-Agent-Monitor
Monitor and visualize Claude Code agent sessions, tool use, and orchestration in real-time with a Node.js and React dashboard integrated via native hooks.
-
claude-orchestrator
Local web dashboard for orchestrating parallel Claude Code sessions — task dispatch, automated PR review, lifecycle management.
-
claude-react-kit
Enforce clean architecture and prevent technical debt in React projects with a drop-in Claude Code configuration that manages context and imports.
-
clawstash
AI-optimized stash storage — dynamic RAG for agents. Store, search, and retrieve docs, code, and data on demand via MCP or REST API.
-
clidable
CLI coding agents for everyone — checkpoints, preview, plugin/skill/MCP management, AI teams.
-
code-by-wire
The cockpit for local Claude Code.
-
contextual-workspace
🛠️ Build a modern, full-featured workspace with Next.js, offering authentication, payments, and real-time data integration for enhanced productivity.
-
crumbtrail-cli
Crumbtrail SDKs and CLI — bug-context capture for coding agents. Source for the crumbtrail, crumbtrail-core, crumbtrail-node, crumbtrail-react, crumbtrail-react-native and crumbtrail-tauri npm packages.
-
deep-chat
Customizable chat component for AI APIs
-
deepsql
The database agent for Postgres and MySQL - Point it at PostgreSQL or MySQL and ask questions in plain English — schema exploration, query generation, slow query analysis, index recommendations, generated dashboards. Self-hosted and air-gapped.
-
DevCommandCenter
Workspace-first AI coding hub for managing agents, reviews, terminals, and task flows across multiple providers.
-
DocAgent
Local-first AI document agent — generate, read, modify, and convert Word/Excel/PPT/PDF/Markdown through natural language conversations.
-
epicurus
Self-hosted, modular, local-first personal-assistant platform — an AI agent plus pluggable integration modules.
-
eve
Filesystem-first framework for durable backend AI agents that run anywhere.
-
fluorite-mcp
Enterprise-grade MCP server for Claude Code CLI with 6,200+ spike templates, 86 library specs, intelligent memory engine, and continuous learning capabilities.
AI React -
fluxlens-ai
Predictive operational intelligence platform
-
fragment
A local-first writing app that treats essays like puzzles. Snip ideas into cards, rearrange them, and weave them back into the draft.
-
francois
Mission control for your Claude Code fleet — a native desktop app (Tauri 2 · Rust · React) to run and supervise multiple Claude Code sessions: live transcripts, diffs, subagents, MCP servers, and a real shell in one window.
-
FULLSTACK-ECOMMERCE-PLATFORM-WITH-AI-CHAT-SUPPORT
🛒 Build a powerful e-commerce platform with AI chat support using React, Node.js, and PostgreSQL for seamless shopping experiences.
-
genie-react
Live React and TanStack DevTools for AI coding agents. Find performance problems, test app states, and verify fixes end to end.
-
ggltcg
GGLTCG is a web application for playing the Googooland Trading Card Game, either against an AI opponent or with friends online. The rules and cards are fully implemented in the backend game engine, with a React frontend for lobby, gameplay, and stats.
-
ggui
The universal interface layer between AI agents and humans. Generate rich UIs on demand via MCP.
-
github-command-center
Manage GitHub pull requests, issues, notifications, and local git tasks in one self-hosted app built with Go and React.
-
glance
Agents deploy, you comment, agents fix. A self-hosted human-in-the-loop review loop for coding agents — $0 on Cloudflare's free tier.
-
grid
Enterprise-grade autonomous agent runtime stack. Rust core, React frontend. CLI, desktop, multi-tenant platform, eval framework.
-
gridctl
🧪 Local dev stack for MCP and Agent Skills
-
Growlancer
AI-powered freelancing marketplace connecting businesses with skilled freelancers through intelligent matching, secure payments, and seamless project collaboration.
-
healthcare
Self-hosted health dashboard: turns Garmin & Apple Health data into a daily condition score, evidence-based wellbeing alerts, and LLM coaching — private over Tailscale.
-
hearsay
Convert YouTube videos, podcasts, and audio files into clean markdown for LLMs or structured datasets for speech model training.
AI React -
helm-landing
Helm is an AI meeting assistant that respects your data and puts you in control 🐙. Open source, privacy-first, helping professionals own time and attention.
-
herdr-gui
A self-hosted, mobile-first web GUI for Herdr with browser terminals, workspace and worktree management, file and diff viewers, and AI agent session inspection.
-
HyperFocus
🧠 Track your deep work and analyze interruptions to boost productivity with HyperFocus, a full-stack analytics platform for remote workers and students.
-
invoice-mcp
Model Context Protocol server for creating professional PDF invoices using natural language.
-
jarvis-os
Jarvis OS - an autonomous AI personal assistant for productivity, executive function coaching, and multi-channel communication (Telegram, Slack, WhatsApp, Discord)
-
jeliya
A private peer-to-peer workspace where people and AI agents work together — no central server.
AI React -
KANAP
KANAP - AI Native and Open Source IT Governance Platform for SMBs. Budget planning, enterprise architecture, portfolio management, and tasks in one AI-augmented platform. Self-host free or managed.
-
kanbi
AI powered Kanban board that extracts tasks from notes, PDFs & URLs in seconds, built with Next.js, Supabase, Groq & Stripe.
-
keywisp-agent
本地优先的桌面 SSH 管理 + AI Agent 工具 | Local-first desktop SSH manager with AI agent
-
koino-insurance-os
RepFlow — insurance agency OS for life & health distribution. Static React + Supabase. Deploys to repflow.koino.capital.
-
kookr
A smart attention router for developers running multiple AI coding agents.
-
KOVO
Self-hosted AI agent on the Claude Agent SDK — Telegram + Mission Control dashboard, autonomous Routines, owner-approved skill learning, voice conversations, MCP integrations with a built-in Store
-
kuaigeyun-mes
快格轻制造云MES 是一个功能完整的制造执行系统(Manufacturing Execution System),专为制造业数字化转型设计。基于RiverEdge框架,使用现代化的技术栈(FastAPI + React),提供生产计划、工单管理、质量追溯、设备监控等核心功能。
-
Kuberwastaken.github.io
The Best Terminal-Inspired Portfolio Website on The Internet™
-
lantern
Find the conversation you forgot you started — a self-hosted dashboard that groups your Claude Code sessions by topic.
-
lapscore
Monitor laptop health, battery life, AI session drain, CPU throttling, and LAN fleet stats with LapScore, a local open source PC health dashboard
-
laravel-n8n
Complete Laravel client for n8n REST API and webhooks. Seamlessly manage workflows, executions, and more. 🚀🤖
-
LedgerFrame
A private, self-hosted "wealth desk": market monitoring, portfolio & net-worth tracking, benchmarked performance analytics, world-market views, optional local voice, and grounded AI explanations — all on your own hardware. Your data stays on the device by default; nothing leaves it unless you configure it to.
-
licai
本地化个人理财助手 — A股/基金/理财/现金/数字资产/机器人全资产看板 + 市场AI问答 + 个股K线盘口详情 + 板块对比 + 早盘信息简报 + 资讯AI解读。只给客观信息,不荐买卖。
-
little-alphaxiv
Self-hosted alphaxiv-style paper-reading app (FastAPI CORS proxy + Vite/React/TS SPA)
-
lucy-ai-inc
🤖 Unlock advanced AI insights with Lucy AI, your all-in-one assistant featuring reasoning, vision, memory, and creativity for seamless interactions.
-
lumbergh
Self-hosted web dashboard for supervising multiple Claude Code AI sessions in tmux. Live terminals, real-time git diffs, file browser, todo lists, prompt templates, and mobile PWA support. Micromanage your AI interns from any device.
-
marginalia
Kindle Scribe handwritten notebooks -> Obsidian Markdown, with OCR and human review.
-
markmind-editor
Notion-style WYSIWYG editor with AI-powered autocompletion built on Tiptap
AI React -
MergeMark
A local desktop engine that turns question papers into customisable question cards.
-
metapi-go
MetAPI Go rewrite — meta-layer management and unified proxy for AI API aggregation platforms
-
moonsconfig
Open travel OS with Maya AI for calls, support chat, RFQs, vendor outreach, itinerary curation, route maps, packages, hotels, cars, CRM, bookings, and multi-tenant SaaS.
-
my-agent
Personality-first desktop AI companion — character, memory, and a living world (Electron + TypeScript)
-
my-portfolio
Modern & Responsive Full-Stack Developer Portfolio showcasing AI-Enhanced Next.js, React & SaaS solutions by Md. Jahirul Islam.
-
MyFileExplorer
Modern Windows file manager with persistent tabs, rich previews, fast search, fully customizable context menus, local scripting, and optional privacy-first AI.
-
Nebutra-Sailor
Enterprise-grade SaaS monorepo for AI-native, multi-tenant platforms
-
Nexis
Open-source AI-native terminal emulator with integrated editor, file explorer, and multi-provider AI agents. Built on Tauri 2 + Rust + React 19.
-
nextjs16-react19-ai-saas-platform
🤖 Build an enterprise SaaS platform for AI-powered image, video, and chat generation using Next.js 16 and React 19.
-
nova
A universal Super IDE
-
novalaunch
🚀 Next-Gen Open-Source Full-Stack SaaS Starter & Micro-SaaS Accelerator Kit. Built with React 18, Vite, Glassmorphism UI, Auth, Stripe Billing, Real-Time Admin Analytics & AI Copilot.
-
okto-pulse
Local-first, spec-driven SDLC workbench with governance gates, knowledge graphs, and MCP for AI coding agents.
-
OmniTerm
Web UI for Claude Code, Codex CLI, opencode, pi, omp, qoder, Antigravity & more AI agents — powered by tmux. 浏览器端 Web UI,实时监控各类 AI 编码智能体。
-
omperator
OMP-native workspace for orchestrating coding agents across local and remote hosts
-
open-ask-ai
AI-powered Q&A widget for documentation sites
-
OpenClaw-Bot
Open-source 7-Bot Telegram AI operations stack with Python/FastAPI and Tauri/React
-
Opptrix
Opptrix — 大模型驱动的投研助手 | Open-source LLM research assistant for China A-shares. 40+ MCP tools, factor screening, backtest, watchlist & Electron desktop. TypeScript · React · Fastify monorepo.
-
Ops-Center-OSS
Ops-Center — the control plane for a Sovereign Zero-Trust Federated Mesh. Identity, orgs, entitlements, billing, and a local-first inference gateway for the whole Unicorn Commander suite.
-
OrbitBrowser
Local-first browser runtime control plane for isolated Chrome profiles, proxies, automation tasks, run artifacts, and MCP agents. / 本地优先的浏览器运行时控制台,用于管理隔离 Chrome Profile、代理、自动化任 务、运行产物与 MCP Agent。
-
os
Enables organizations to create and deploy customizable AI agents with support for multiple LLM providers, real-time chat, voice, document training, analytics, user management, SSO authentication, and embeddable widgets. Built with React 19, Redux Toolkit, Radix UI, and Tailwind CSS.
-
pagepolis
SaaS para crear páginas web profesionales con IA — Laravel + Inertia + React. Tier gratuito, suscripción con Stripe, control de costes de IA y analítica.
-
PersonalClaw
Your self-hosted personal AI agent — an agentic OS for one person: chat, autonomous goal loops, memory, knowledge base, skills, automation, and a permission-gated app platform. Local-first, provider-agnostic, MIT.
-
phishlens-ai
PhishLens AI is an AI-powered phishing detection platform that analyzes suspicious emails and explains threats in plain language. Users can paste email text or upload .eml files, receive instant risk scores, and securely save analyses to a personal dashboard. Built with React, TypeScript, and Supabase.
-
porcelain
Where agent work becomes trusted work. A review companion agents actually connect to: they publish a feature as a story, you comment, they resolve. Mac or any browser.
-
PortOS
Self-hosted dev machine OS — app management, AI agent orchestration, digital twin, second brain, and creative pipeline from a single dashboard over Tailscale
-
ProferAI
Profer — 基于 Claude Agent SDK 和 Pi runtime 的通用 AI Agent 桌面应用:多模型接入、协作子 Agent、定时任务自动化、平板远程接入与团队工作区。
-
prompt-cabinet
A local-first desktop library for capturing, organizing, analyzing, and reusing AI prompts.
-
proofmark-lp
ProofMark (プルーフマーク) 公式 | AIクリエイターのためのデジタル存在証明・無断転載防止プラットフォーム
-
proxima
Self-hosted, single-user control plane for the AI agents you already own. Work hands-on in Chat or delegate to the Alpha orchestration desk, run reviewable jobs and recipes, and review artifacts natively. Runner-agnostic over ACP: Claude Code, Codex, Grok, Hermes, Pi. No bundled model or credentials.
-
QuickOps
开源 AI 运维助手 · Agno-powered AIOps copilot with persistent terminal, HITL approvals, and offline deployment
-
RADAR
A local-first project radar — every project is a blip on a CRT scope, fed by a plain-text BLIP.md your AI agent keeps current via /blip. Electron desktop app + the radar-blip engine.
-
react-ai-chatkit
A customizable React and TypeScript chat UI component for AI assistants and SaaS applications.
-
react-chatbotify
A modern React library for creating flexible and extensible chatbots.
-
react-simple-chatbot
React Simple Chatbot
-
recall-ai
Build and manage AI-driven workspaces using Next.js, React, and TypeScript with customizable UI and MIT licensing.
-
Reflex
is a next-generation, modern, and lightweight SSH client engineered for absolute efficiency. Beyond standard terminal emulation, it acts as your ultimate developer workbench by integrating AI-assisted debugging, a native Docker manager, hardware monitoring, and seamless SFTP file management into one beautiful, cross-platform application.
-
releash
A desktop workbench for defining, running, reviewing, and steering agentic development workflows.
-
RepoHealth
🔍 Analyze repository health with ReAct AI, offering insights into popularity, maintenance, and contributions for better project decision-making.
-
resumai
AI Resume Analyzer with Gemini 1.5 Pro + Supabase + Razorpay
-
revealui
Agentic business runtime — Users, Content, Products, Payments, Intelligence. Build your business, not your boilerplate.
-
riffpad
The pocket remote for your AI coding agents — watch, approve and steer Claude Code, Codex and Kimi Code from your phone. Local daemon, end-to-end encryption, zero-knowledge relay.
-
RytenBench
Local-first AI desktop workspace built with Electron, React and TypeScript — LangGraph agent assistant with tool calling, 10+ LLM providers incl. local Ollama, embedded PGlite database (all data on your machine), TipTap markdown editor, AI knowledge graph from your docs, Gantt planner, local music player.
-
s-loop
AI Desktop Workbench — chat, agent orchestration, scheduled tasks, desktop pet, all in one Tauri 2 app
-
scala-sites
Open source vertical website templates powered by SCALA AI OS
-
shelbyaideals
Honest AI tool reviews for creators, freelancers, and small teams. 37+ tools tested hands-on
AI React -
shipkit
Build full-stack Next.js and React Native apps with integrated auth, database, AI chat, and testing in a production-ready starter kit.
-
shortlist
Self-hosted, per-user movie & TV recommendations for Plex — a private "Picked for You" row on every user's home screen, built from their own watch history. One Docker container, works with or without AI.
-
sift
Signal Intelligence For Technologists — a local-first AI intelligence workstation. Harvest, score, search and synthesise high-signal AI news from X, 小红书, Hacker News, arXiv and GitHub. Runs entirely on your machine.
-
silent-orbit-skills-library
A local-first bilingual atlas for discovering, navigating, and governing AI skills.
-
skillz
🛠️ Enable skills in any MCP client with Skillz, a server converting Claude-style skills into callable tools for seamless integration.
-
Smart-Ecommerce-AI-Assistant
Enterprise Multi-Tenant SaaS platform with an integrated Smart AI Assistant.
-
Snap2Link
Paste screenshots into Claude Code, Cursor, or any terminal AI. Hotkey → region capture → public link in your clipboard. Cross-platform, open source.
-
sofia-ia-whatsapp
🤖 Automate WhatsApp interactions with Sofia, your intelligent virtual assistant for lead qualification, meeting scheduling, and AI-driven conversations.
-
sora-qq-1093370579
Manage Sora and ChatGPT accounts locally with registration, phone binding, account pools, video generation, and API key pooling
-
Stock-Intelligent-Data-Analytics
Open-source AI investment terminal for China A-shares: main-force intent (tick-level), 4-model prediction with verification loop, event-driven opportunities, WeChat two-way dialog. 开源的A股AI投研终端.
-
sudeshi-ai-chat
Production-ready AI chat platform demonstrating streaming, provider abstraction, conversation memory, and scalable frontend architecture.
-
sur9e
Self-hosted AI job-search toolkit: evaluates job offers, screens postings, tailors CVs, and tracks applications — all locally, inside Claude Code / Codex / OpenCode, with a web UI on top.
-
synapse-browser
AI-first desktop workspace browser with multi-tab browsing, AI assistants, developer tools, Git integration, and autonomous agents
-
TabCraft
AI-powered tab organizer for Chrome — auto-groups by topic, hibernates inactive tabs, removes duplicates. 100% private, on-device AI.
-
Talos
Selfhosted AI-Platform for using Local LLMs with a Multi-User Terminal and advanced RAG Pipeline for the LLM.
-
targate
AI-assisted pre-install security gate for npm packages — analyze, decide, and gate a dependency before it runs.
-
Task-Management-Dashboard
Manage, track, and organize tasks with a React and TypeScript dashboard featuring real-time search, filters, views, and automatic browser saving.
-
taskflow-pro-saas
MERN SaaS project management and client portal with workspaces, clients, projects, tasks, real-time chat, notifications, emails, Docker, and AI guidance.
-
tasty-desktop
Open-source Windows desktop harness for Kimi, OpenAI Codex, Anthropic Claude, and Cursor, built with Tauri and React.
-
tela
Open-source, self-hostable markdown team wiki with a built-in MCP server — so AI agents read, write, and search your docs as first-class teammates. Live multiplayer, semantic + full-text search. Go + PostgreSQL + React/Milkdown.
-
telegram-ai-monitor
Track Telegram messages with AI, classify them in real time, and view alerts and insights in a React dashboard.
-
tellsight
Multi-tenant SaaS analytics that explains your business data in plain English. Connect QuickBooks or upload a CSV, get charts plus a weekly AI interpretation. Only computed stats reach Claude, never your raw rows.
-
The-Senior-Dev-s-LLM-Prompt-Library-100-Production-Ready-System-Prompts
Build production-ready LLM system prompts for senior dev workflows, from React and SQL to refactoring and architecture.
-
thinking-orbs
Dotted thought-orb loading indicators for AI & agent UIs — nine tuned states, two sizes, auto dark/light
-
tunara
轻量好看的 AI 原生侧栏终端,Tauri + React + xterm.js。多会话侧栏,识别 12 种 AI Agent CLI,只读 Git diff review 面板。
-
twin-brain
A second brain that builds itself: Claude Code maintains a persistent, interlinked Markdown wiki you own, with a local web app, Apple Calendar/Reminders integration, and token-budgeted automation. No database, no API keys.
-
ui-prompt-library
Build production-ready UI prompts for landing pages, SaaS dashboards, and components with React, Tailwind CSS, shadcn/ui, and Framer Motion
-
unissh
A cross-platform SSH client with end-to-end-encrypted vaults that sync through a server you host.
-
untangle
Map your Claude workflows — graph how Claude would break down a task, then watch skills, plugins, and MCPs simplify it.
-
ux-ui-agent-skills
Transform Claude into a UX/UI agent for design tokens, accessible components, and production-ready React, Next.js, and SwiftUI output
-
vendo
Embedded agents your customers use to automate work, build views, and connect their tools.
-
veryfront
The simplest way to build AI-powered apps
AI React -
VibeGo
Minimal, local-first agent harness with secure LAN access and a responsive Vibe Coding web console.
-
vonzio
The runtime for production agents — bring your own model. Open-source, self-hostable, isolated Docker workspaces per session.
-
Wardian
Modular, local-first desktop habitat for agents, workflows, and reusable context.
-
website
A website that automatically translates subscription source emails and organizes the output to be saved as a document. The translation is a bit mechanical though. But can save some unnecessary access time
-
whip
Keep whipping AI agents at home painlessly while you are traveling the world
-
workbench-cli
A terminal workbench for running multiple coding agents side by side — tmux-backed, fast, remotely over SSH.
-
Wryko
Wryko — the done-for-you AI growth agency. A black-box platform that runs cold email, SEO, and social media for you end to end: it finds the right people, writes every message, page, and post, answers replies in your voice, and books meetings on your calendar — all from the accounts you already use. Vite + React + Supabase Edge Functions + Stripe.
-
www.gamedev.pl
Point Claude Code, Cursor, or any MCP-capable agent at this server and it builds a real, playable browser game for www.gamedev.pl. The platform itself is built by agents too — open source, shipped in public.
-
yaver-cli
Unified npm bootstrap for the Yaver agent, SDK injection, and local-first developer runtime
-
H
-
KindleVibe