6 projects
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.
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.
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.
Fiber is a fast, Express-inspired web framework for Go built on top of the high-performance fasthttp engine. It offers a familiar routing API, middleware, and zero memory allocation in the hot path, targeting developers who want rapid web/API development with low overhead.
react-admin is a React/TypeScript framework for building data-driven admin panels and B2B single-page apps on top of any REST or GraphQL API. It ships ready-made hooks and Material UI components for CRUD pages, forms, datagrids, auth, i18n, and more, all wired through a pluggable "Data Provider" adapter layer.
Aimeos is a full-featured, API-first e-commerce platform built for Laravel, offering REST/GraphQL APIs, a complete admin backend, and support for multi-vendor, multi-channel, and multi-warehouse storefronts that scale from a handful to billions of items. It can be installed standalone, added to an existing Laravel app, or run headless for SPA/PWA frontends.