React 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
-
@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;" />
-
@dg-ui-react/react
Damn Good UI — production-ready React component library
-
@floating-ui/react
Floating UI for React
UI React -
@floating-ui/react-dom
Floating UI for React DOM
UI React -
@flowengage/react-chatbot
Embeddable AI chat widget for React — powered by FlowEngage. Drop it in with a single siteId.
-
@formkit/auto-animate
Add motion to your apps with a single line of code.
-
@gfazioli/mantine-json-tree
A Mantine extension component that renders interactive JSON trees with syntax highlighting, collapsible nodes, copy-to-clipboard, and configurable expansion depth.
UI React -
@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.
-
@libxai/board
Professional Gantt Chart + Kanban Board + ListView + CalendarBoard for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config
UI React -
@material-tailwind/react
@material-tailwind/react is an easy-to-use components library for ReactJS & Tailwind CSS inspired by Material Design.
Build Systems React -
@mcp-use/cli
The mcp-use CLI is a tool for building and deploying MCP servers with support for ChatGPT Apps, Code Mode, OAuth, Notifications, Sampling, Observability and more.
-
@mendable/search
A React component for integrating Mendable Search into your application.
AI React -
@mui/material
Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.
UI 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
-
@payloadcms/plugin-form-builder
Form builder plugin for Payload CMS
Payments React -
@playcanvas/react
A React renderer for PlayCanvas – build interactive 3D applications using React's declarative paradigm.
Rendering React -
@pmmmwh/react-refresh-webpack-plugin
An **EXPERIMENTAL** Webpack plugin to enable "Fast Refresh" (also previously known as _Hot Reloading_) for React components.
Build Systems React -
@react-native-firebase/app
A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Sto
-
@storybook/addon-vitest
Storybook Vitest addon: Blazing fast component testing using stories
-
@storybook/react-vite
Storybook for React and Vite: Develop, document, and test UI components in isolation
Build Systems React -
@svgr/core
Transform SVG into React Components.
API React -
@testing-library/react
Simple and complete React DOM testing utilities that encourage good testing practices.
-
@testing-library/react-hooks
Simple and complete React hooks testing utilities that encourage good testing practices.
Testing React -
@testing-library/user-event
Fire events the same way the user does
Testing React -
@virtuoso.dev/message-list
Virtualized React component for rendering human/AI chatbot conversations.
AI React -
@vitejs/plugin-react
The default Vite plugin for React projects
Build Systems React -
@vitejs/plugin-react-swc
Speed up your Vite dev server with SWC
Build Systems React -
agent-skills
Provide structured markdown guides to teach AI assistants how to complete complex React Native engineering tasks efficiently.
-
agentic-ai
🤖 Explore AI agent architectures with agentic-ai, featuring ReAct agents, reflection-based designs, and modular LLM integrations using LangChain and LangGraph.
-
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-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-website-cloner-template
Convert websites into clean Next.js codebases using AI coding agents. This template automates extraction, component design, and site reconstruction.
-
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.
-
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.
-
Auth0
Identity platform: authentication, SSO, and authorization as a service via SDKs and APIs.
-
awsbuildidreg
Automate bulk registration of AWS Builder ID accounts using a Tauri and Rust system with React-based interface and SQLite database.
-
cacic-fct.github.io
Homepage do CACiC
-
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.
-
canvas-sync
Real-Time Collaborative Diagram Tool 2026 🚀 | Miro & Figma Alternative
-
channel-vault-nas
Back up YouTube channels to your NAS. Reuse archive.txt and existing media, download only what is missing, and recover the index from disk.
-
chronos_track
🕰️ Measure clock skew in real-time to identify devices with Chronos-Track's advanced fingerprinting engine, ensuring accurate device recognition and security.
-
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.
-
claudial
⚽ Live FIFA World Cup 2026 scores in your terminal and Claude Code's status bar — goal & red-card takeovers included. Pure Node TUI, no API key.
-
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.
-
convex
Client for the Convex Cloud
-
convex-helpers
A collection of useful code to complement the official convex package.
Database React -
daisyui
daisyUI 5 - The Tailwind CSS Component Library
-
deep-chat
Customizable chat component for AI APIs
-
devbar
🚀 Manage your scripts effortlessly with DevBar, a macOS Menu Bar app that helps developers execute tasks and monitor processes with a single click.
-
DevPulse-Dashboard
📈 Track real-time data with DevPulse-Dashboard for efficient monitoring and low-latency charting using WebSockets.
-
DocAgent
Local-first AI document agent — generate, read, modify, and convert Word/Excel/PPT/PDF/Markdown through natural language conversations.
-
dom-helpers
tiny modular DOM lib for ie9+
-
enzyme-shallow-equal
Adaptation of react-addons-shallow-compare, for independent usage
-
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.
-
ExecOps
Manage and run Ansible playbooks from the browser with a web app built for fast, direct ops control
-
extract-llms-docs
📄 Extract documentation for AI agents and LLMs from any website, simplifying automation workflows with easy access to llms.txt and install.md files.
-
Eye detection
Eye Detection is a real-time eye blink detection plugin for Godot 4 powered by MediaPipe and a standard webcam. The plugin provides an easy-to-use signal-based API that allows developers to create gameplay mechanics based on player blinks and eye states. Features: * Real-time blink detection. * Blink duration measurement. * Signals for eyes closed, eyes opened, and face detection state. * Multiple visualization modes (Standard Stream, Lined Eyes, Circle Eyes, and Dotted Eyes). * Customizable visualization colors. * Works in both the editor and exported projects. * Example scene included. Possible use cases: * Horror games that react when the player blinks. * Accessibility systems. * Experimental gameplay mechanics. * Research and educational projects. Requirements: * Windows operating system. * Godot 4.x. * A webcam. * Good lighting is recommended for best accuracy. Important: For exported projects, you must copy the folder "addons\Eye Detection\Python_files\dist\EyeDetectionHelper" and place its contents alongside your exported game's .exe, .pck, and .dll files. The plugin will not function in exported projects if this step is skipped. An example scene is included to help you get started quickly.
-
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 -
framer-motion
A simple and powerful JavaScript animation library
Animation React -
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.
-
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.
-
gh-manager-cli
TUI terminal app to manage GitHub repos. Clean up your account in 5 minutes. Archive, delete, rename repos with keyboard shortcuts. Alternative to clicking through github.com
Developer Tools React -
gitgraph
⚓ SaaS platform for advanced GitHub repository analytics and insights. Analyze project health, commit activity, language distribution, and development patterns through interactive dashboards, powered by GitHub OAuth authentication.
-
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.
-
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.
-
HyperFocus
🧠 Track your deep work and analyze interruptions to boost productivity with HyperFocus, a full-stack analytics platform for remote workers and students.
-
i18next
Internationalization framework for JavaScript — translation, formatting, and pluralization.
-
internal
Self-hosted internal accounting & client-finance management for small companies. Multi-tenant, Next.js 16 + Drizzle + Postgres.
-
jarvis-os
Jarvis OS - an autonomous AI personal assistant for productivity, executive function coaching, and multi-channel communication (Telegram, Slack, WhatsApp, Discord)
-
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.
-
koino-insurance-os
RepFlow — insurance agency OS for life & health distribution. Static React + Supabase. Deploys to repflow.koino.capital.
-
Kuberwastaken.github.io
The Best Terminal-Inspired Portfolio Website on The Internet™
-
lala
Self-hosted voice & video chat built on LiveKit. E2EE rooms, screen sharing, no database, no accounts.
-
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-flow-builder
Build automated business workflows in Laravel using a visual node-based editor with support for model events, webhooks, and scheduled tasks.
Automation React -
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解读。只给客观信息,不荐买卖。
-
linkdeck
LinkDeck.in is a full-stack Linktree-style SaaS built with Next.js, Prisma, PostgreSQL, and Redis. It allows users to create a customizable profile page with links, collections, social icons, and real-time preview, along with drag-and-drop management, theme system, and analytics-ready architecture.
-
linkifyjs
Find URLs, email addresses, #hashtags and @mentions in plain-text strings, then convert them into HTML <a> links.
Email React -
lucy-ai-inc
🤖 Unlock advanced AI insights with Lucy AI, your all-in-one assistant featuring reasoning, vision, memory, and creativity for seamless interactions.
-
mail
MailKite Email Client for web, desktop and mobile
-
mantine-contextmenu
Craft your applications for productivity and meet your users’ expectations by enhancing your Mantine-based UIs with a desktop-grade, lightweight yet fully-featured, dark-theme aware context-menu component, built by the creator of Mantine DataTable
UI React -
marginalia
Kindle Scribe handwritten notebooks -> Obsidian Markdown, with OCR and human review.
-
markdown-to-jsx
A very fast and versatile markdown toolchain. AST, React, React Native, SolidJS, Vue, Markdown, and HTML output available with full customization.
-
markmind-editor
Notion-style WYSIWYG editor with AI-powered autocompletion built on Tiptap
AI React -
md-to-react-email
A simple Markdown to jsx parser for email templates written in typescript.
Email React -
mern-enterprise-lab
🚀 Build scalable enterprise applications using the MERN stack, focusing on system design, security, and multi-tenancy solutions.
-
Munjiz-
🚀 Munjiz (مُنجز) - A high-end, modern government & legal services platform built with React, TypeScript, and Tailwind CSS. Features 3-tier user roles (Client, Lawyer, Employee) and a seamless RTL user experience.
-
Nebutra-Sailor
Enterprise-grade SaaS monorepo for AI-native, multi-tenant platforms
-
next
The React Framework
Developer Tools React -
next-platform-starter
🌐 Build powerful apps with Next.js 16 and Netlify Core Primitives for seamless deployments and optimal performance.
-
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.
-
notion-design-system
A comprehensive Notion-inspired design system built with React, TypeScript, and Tailwind CSS
UI React -
nova
A universal Super IDE
-
Novu
Open-source notification infrastructure — email, SMS, push, and in-app in one API.
-
nzila-gym-manager
Production-grade, multi-tenant Gym Management SaaS built with React, TypeScript, and Node.js — secure, scalable and GDPR-aware.
-
obsidian-plugins
🧠 Enhance your note-taking with AI plugins for title generation, grammar correction, and project organization in Obsidian.
-
open-ask-ai
AI-powered Q&A widget for documentation sites
-
openapi-fetch
Fast, type-safe fetch client for your OpenAPI schema. Only 6 kb (min). Works with React, Vue, Svelte, or vanilla JS.
-
openpartner
Open-source affiliate + creator partnership platform. Stripe Connect payouts, full attribution chain, MIT licensed.
-
Opptrix
Opptrix — 大模型驱动的投研助手 | Open-source LLM research assistant for China A-shares. 40+ MCP tools, factor screening, backtest, watchlist & Electron desktop. TypeScript · React · Fastify monorepo.
-
orval
A swagger client generator for typescript
-
payload
Node, React, Headless CMS and Application Framework built on Next.js
API React -
personal-developer-analytics
Self-hosted developer analytics platform tracking DORA/SPACE metrics (PR lead time, churn, focus ratio, etc.) from Git, GitHub, and Jira. Privacy-first Spring Boot + React app with team dashboards and RBAC.
-
planmaxx
Local browser review app for Codex plans
-
preact
Fast 3kb React-compatible Virtual DOM library.
UI React -
React Native Debugger
Standalone app for debugging React Native apps
Developer Tools React -
react-chatbotify
A modern React library for creating flexible and extensible chatbots.
-
react-i18next
Internationalization for react done right. Using the i18next i18n ecosystem.
Localization React -
react-native-auditor
A local-first React Native & Expo project auditor for release readiness, dependency health, and risk reports.
-
react-simple-chatbot
React Simple Chatbot
-
react-smooth
react animation library
Animation React -
react-transition-group
A react component toolset for managing animations
Animation React -
recall-ai
Build and manage AI-driven workspaces using Next.js, React, and TypeScript with customizable UI and MIT licensing.
-
RepoHealth
🔍 Analyze repository health with ReAct AI, offering insights into popularity, maintenance, and contributions for better project decision-making.
-
retail-smart-erp
Manage sales and operations for retail, restaurant, supermarket, auto service, and dealership businesses with a multi-tenant ERP and POS system.
-
revealui
Agentic business runtime — Users, Content, Products, Payments, Intelligence. Build your business, not your boilerplate.
-
sabat-mern-firebase-ecommerce
E-Commerce Website Using React JS, Node JS, Express JS, MongoDB, Firebase, and Aamar Pay Payment Gateway
-
schemantic
🔧 Generate TypeScript types and API clients for OpenAPI schemas with ease using this extensible and fully typed TypeScript type generator.
-
shipkit
Build full-stack Next.js and React Native apps with integrated auth, database, AI chat, and testing in a production-ready starter kit.
-
silvery
React for modern terminal apps — powerful apps, polished UIs, proudly terminal
-
Smart-Ecommerce-AI-Assistant
Enterprise Multi-Tenant SaaS platform with an integrated Smart AI Assistant.
-
sofia-ia-whatsapp
🤖 Automate WhatsApp interactions with Sofia, your intelligent virtual assistant for lead qualification, meeting scheduling, and AI-driven conversations.
-
sonner
An opinionated toast component for React.
Notifications React -
sora-qq-1093370579
Manage Sora and ChatGPT accounts locally with registration, phone binding, account pools, video generation, and API key pooling
-
SpotHopper
Deliver an enterprise-grade dark mode design concept that enhances multi-location restaurant growth with clear data visuals and focused messaging.
-
stack
Streamline your flexbox layout with the type-safe `<Stack />` component for React and React Native. Enjoy minimal API and consistent spacing! 🚀💻
-
storybook
Storybook: Develop, document, and test UI components in isolation
-
tailwind-styled-components
Create tailwind css react components like styled components with classes name on multiple lines
UI React -
Talos
Selfhosted AI-Platform for using Local LLMs with a Multi-User Terminal and advanced RAG Pipeline for the LLM.
-
Task-Management-Dashboard
Manage, track, and organize tasks with a React and TypeScript dashboard featuring real-time search, filters, views, and automatic browser saving.
-
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.
-
tinylocal-tools
Local-first browser tools for cleaning, protecting, and formatting text without uploads, accounts, analytics, or external APIs.
-
todo-clean-architecture
📝 Build a Todo app with Clean Architecture using React, Express, and MongoDB, focusing on modularity and separation of concerns for maintainable code.
-
trusca
Self-hosted, open-source SCA portal — vulnerability (CVE), license compliance, and SBOM management in one UI. Black Duck/Snyk-class capabilities, Apache-2.0.
-
ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Testing React -
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
-
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
-
vaul
Drawer component for React.
Dialogue React -
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 -
vite-plugin-pwa
Zero-config PWA for Vite
-
vonzio
The runtime for production agents — bring your own model. Open-source, self-hostable, isolated Docker workspaces per session.
-
vscode-project-launcher
🚀 Launch and manage your VS Code workspaces effortlessly with a centralized interface for quick access and easy organization.
-
Wardian
Modular, local-first desktop habitat for agents, workflows, and reusable context.
-
web
Flori AI — all-in-one admin for independent flower shops. Next.js 16 PWA on multi-tenant Supabase (RLS), Cloudflare R2 image storage, and Web Push reminders — sales, expenses, customers, reservations, gallery & insights in one installable app.
-
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
-
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.
-
KindleVibe