448 libraries
CodeSandbox-client is the open-source web application powering CodeSandbox, a browser-based online IDE for building, prototyping, and sharing web projects. It bundles, runs, and previews JavaScript/web apps entirely in the browser, with sharing and collaboration baked in.
openreplay is an open-source TypeScript project in the frameworks space with 12.1k GitHub stars. The repository is actively maintained, with recent commits.
Harper is a fast, privacy-first English grammar and style checker written in Rust. It runs entirely locally (including in the browser via WebAssembly), linting documents in milliseconds with a tiny memory footprint, and integrates with editors through a language server (harper-ls) and a JavaScript library (harper.js).
Chat UI is Hugging Face's open-source SvelteKit web app that provides a polished chat interface for any OpenAI-compatible LLM endpoint. It powers HuggingChat and supports MongoDB-backed history, MCP tool calling, and local heuristic model routing.
NeoHtop is a cross-platform desktop system monitor — a modern, themeable alternative to htop — built with a SvelteKit/TypeScript frontend and a Rust/Tauri backend. It offers real-time process monitoring with advanced search (including regex), filtering, sorting, and process management.
tsParticles is a dependency-free TypeScript library for rendering animated particle effects (confetti, snow, fireworks, interactive link networks, and more) on a canvas. It ships a modular engine with optional feature bundles and official wrapper components for nearly every major frontend framework.
Bootstrap is a CSS-first front-end framework that bundles a responsive grid, prebuilt UI components, and utility classes, plus a small set of JavaScript widgets (built on Popper), letting developers assemble styled, mobile-friendly interfaces without writing CSS from scratch.
FastAPI is a high-performance Python web framework for building APIs that leverages standard type hints, Starlette for the web layer, and Pydantic for data validation. It automatically generates OpenAPI-based interactive docs and provides editor autocompletion and request/response validation from type annotations.
Playwright is a cross-browser automation and end-to-end testing framework that drives Chromium, Firefox, and WebKit through a single API. It pairs a full-featured test runner (auto-waiting, resilient locators, tracing, parallel isolated contexts) with a browser-automation library, plus CLI and MCP integrations for AI agents.
Gin is a high-performance HTTP web framework for Go built on a zero-allocation, httprouter-derived radix-tree router. It offers Express-style routing, middleware chains, JSON binding/validation, and built-in rendering for building REST APIs and microservices.
django is an open-source Python project in the databases & orm space with 87.8k GitHub stars. The repository is actively maintained, with recent commits.
Laravel is a full-stack PHP web application framework offering expressive syntax and batteries-included tooling for routing, an Eloquent ORM, migrations, queues, caching, and real-time broadcasting. It emphasizes developer ergonomics and convention to streamline building robust web apps.
Flask is a lightweight Python WSGI web framework built on Werkzeug and Jinja that provides a minimal core with routing, templating, and request handling, leaving architectural decisions and extra functionality to the developer and a large extension ecosystem.
express is an open-source JavaScript project in the frameworks space with 69.1k GitHub stars. The repository is actively maintained, with recent commits.
A massive, community-curated awesome-list of free and freemium design assets and tools for developers — covering UI graphics, fonts, color tools, icons, stock media, CSS/JS libraries, design systems, and AI design tools. It's a categorized link directory rather than a software library.
Scrapling is a Python web scraping framework whose parser can "adaptively" relocate elements when a site's HTML changes, paired with stealth fetchers that bypass anti-bot systems like Cloudflare Turnstile and a Scrapy-style spider engine for concurrent, resumable, proxy-rotating crawls.
Scrapy is a mature Python framework for building web crawlers and scrapers, offering an asynchronous engine, built-in support for following links, extracting structured data via selectors, and exporting results through configurable pipelines.
Textual is a Python framework for building interactive applications with a CSS-styled, widget-based, reactive API that run in the terminal and can also be served to a web browser. It brings web-style layout and theming to TUIs while staying async-optional.
Astro is a web framework for building content-driven websites, using a server-first architecture that ships zero JavaScript by default and hydrates interactive components on-demand via its "islands" model. It is UI-agnostic, letting you mix React, Vue, Svelte, Solid, Preact, or plain HTML in the same project.
dubbo is an open-source Java project in the testing space with 41.5k GitHub stars. The repository is actively maintained, with recent commits.