6 projects
Gatsby is a React-based static site and web application framework that pulls data from many sources (CMSs, APIs, Markdown) through a GraphQL data layer and pre-renders pages for fast, SEO-friendly delivery. It pioneered the "build-time data sourcing + hydration" model for content-heavy sites.
Payload is an open-source, TypeScript-native headless CMS and application framework that installs directly into a Next.js `/app` folder. It generates a customizable React admin UI, auto-types your data, and lets you query the database directly from React Server Components alongside REST and GraphQL APIs.
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.
Relay is Facebook's GraphQL client framework for React that lets components declare their own data requirements via colocated GraphQL fragments, then compiles and batches them into efficient network requests with built-in caching, mutations, optimistic updates, and pagination.
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.
Data Client is a TypeScript data-fetching and normalized caching library for React (and Vue, React Native, Next.js, Expo) that uses declarative, schema-driven resource definitions to bind dynamic data—REST, GraphQL, WebSockets/SSE—to components with one-line hooks and zero manual cache updater functions.