JUI is a lightweight Java framework for building interactive web apps with minimal code. Implement JuiApp, receive a UIContext, and describe UI with compact calls like title, textInput, button, table and map; JUI handles HTTP, rendering and session state.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONMonkshu is a complete JavaScript-based enterprise application server built on Node.js. It provides a unified platform with a Web Components frontend, REST API backend, mobile app frameworks for iOS and Android, Electron desktop support, and PWA capabilities—all with minimal external dependencies.
Django is a high-level Python web framework for rapid development and clean, pragmatic design. Includes installation docs, tutorials, deployment guides, community links, contribution info, and test suite instructions.
Elysia is an ergonomic TypeScript web framework powered by Bun, focusing on end-to-end type safety and developer experience.
Appwrite is an open-source, all-in-one development platform that provides backend infrastructure and web hosting for web, mobile, and AI applications.
Auth.js (formerly NextAuth.js) is an open-source, full-stack authentication library for modern web applications. It supports OAuth, OIDC, passwordless, and Passkeys, works with or without a database, and runs on any JS runtime.
Actix Web is a powerful, pragmatic, and fast Rust web framework supporting HTTP/1.x and HTTP/2, WebSockets, streaming, middleware, and content compression.
GORM is a full-featured ORM library for Go, offering associations, hooks, eager loading, transactions, auto migrations, and an extensible plugin API for developer-friendly database access.
Amplication is an open-source platform for building, maintaining, and scaling backend services. It uses AI-powered automation to generate microservices with APIs, data models, and DTOs, while embedding organizational best practices into live templates.
grpc-web is a JavaScript/TypeScript implementation of gRPC for browser clients, letting web apps call gRPC services through a proxy such as Envoy, with code generation, unary and server-streaming support, and interceptors.
FastAPI is a modern Python web framework for building APIs with standard type hints, featuring automatic OpenAPI documentation, data validation via Pydantic, high performance via Starlette, and interactive Swagger UI and ReDoc interfaces.
Falcon is a minimalist Python web framework for building fast, reliable REST APIs and microservices. It supports both WSGI and ASGI, with a focus on performance and simplicity.
PySmartHome-PC is a resilient smart home system where ESP32 sensor nodes send temperature and humidity data to a Python server on a Windows PC. It features local and GitHub Pages dashboards with interactive charts, power outage scheduling, and multilingual support.
Apache Dubbo is a Java-based RPC and microservice framework supporting multiple protocols like Triple (gRPC-compatible), Dubbo2 TCP, and REST, with service discovery, traffic management, observability, and Spring Boot integration.
Fiber is an Express-inspired Go web framework built on Fasthttp, offering routing, middleware, static file serving, WebSocket and SSE support with a focus on performance and low memory use.
Echo is a high-performance, extensible and minimalist Go web framework built on Go's standard net/http, offering a radix-tree router, request binding, grouping, a middleware ecosystem, centralized error handling, HTTP/2 and automatic TLS.
RunAnywhere is a cross-platform SDK suite for running AI models fully on-device across phones, browsers, desktops, and servers. It supports LLMs, vision, speech, voice agents, RAG, embeddings, and image generation with a single semantic API.
Rocket is an async web framework for Rust focused on usability, security, extensibility, and speed, with type-safe routing and extensive documentation.
Sanic is a Python 3.10+ async web server and framework designed for fast HTTP performance, supporting ASGI deployment and async/await syntax.