7 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.
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.
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.
Meteor is a full-stack JavaScript platform for building reactive web and mobile applications, bundling a build system, an isomorphic client/server data layer with real-time syncing, and integration with frontend libraries like React, Vue, Blaze, and Svelte.
Laravel is a full-stack PHP web application framework that bundles routing, an IoC container, an Eloquent ORM, queues, broadcasting, caching, and migrations behind an expressive, developer-friendly API. This repository holds the framework's core packages (as opposed to the application skeleton).
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.
Wasp is a Rails-like, declarative full-stack web framework that uses a high-level spec file to generate a React + TanStack Query frontend, Node.js/Express backend, and Prisma database layer — handling auth, RPC, jobs, and deployment with minimal boilerplate.