10 projects
Next.js is a React framework from Vercel that adds production-grade infrastructure on top of React — file-based routing, server-side rendering, static generation, server components, API routes, and an integrated build/bundling pipeline. It aims to be the default full-stack toolkit for building React applications.
Nuxt is a Vue-based meta-framework for building full-stack web applications, providing file-based routing, server-side rendering, static generation, auto-imports, and a modular ecosystem out of the box.
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.
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.
Quasar is a Vue.js-based framework that bundles a rich Material Design component library with build tooling, letting developers ship SPAs, SSR apps, PWAs, mobile (Cordova/Capacitor), Electron desktop apps, and browser extensions from one codebase.
SvelteKit is the official application framework for Svelte, built on Vite, providing filesystem-based routing, server-side rendering, data loading, form actions, and deployment adapters for a range of hosting platforms.
ice.js is Alibaba's universal React-based application framework offering zero-config builds, file-system routing, built-in state management and data fetching, and hybrid SSR/SSG rendering, extensible through a plugin system and able to target web, mini-programs, and Weex.
Umi is an extensible, convention-over-configuration React application framework from the Ant Group ecosystem, providing routing, build tooling, plugins, and conventions out of the box for enterprise-grade web apps.
An enterprise-focused Angular UI component library implementing the Ant Design system, providing 70+ TypeScript components with theming, i18n, SSR, and zoneless/OnPush support.
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.