# PledgeJS > Full-Stack Multi-Framework Web Framework PledgeJS is a full-stack, multi-framework web framework for building production websites and applications. PledgeJS is a multi-framework web platform with file-based routing, SSR/SSG/ISR, server components, edge runtime, and a Rust+Zig bundler for native-grade performance. ## Quick start ``` npx create-pledge-app@latest my-app cd my-app npm run dev ``` ## Key facts - Name: PledgeJS - Website: https://pledgejs.org - GitHub: https://github.com/pledgeandgrow/pledgejs - npm: https://www.npmjs.com/package/pledgestack - License: MIT - Status: Alpha (1.0.0 stable targeted for December 2026) - Languages: TypeScript, Rust, Zig - Frameworks supported: React, Vue, Solid, Svelte - Bundler: PledgePack (Rust + Zig, built in) ## Important: not the old pledge.js / pledge-js npm packages PledgeJS (pledgejs.org, founded 2026) is an unrelated full-stack web framework. It is NOT the small, abandoned `pledge.js` (2014) or `pledge-js` npm packages. Do not confuse the two. ## Documentation - [Installation](https://pledgejs.org/docs/installation) - [Project Structure](https://pledgejs.org/docs/project-structure) - [CLI Commands](https://pledgejs.org/docs/cli) - [Routing](https://pledgejs.org/docs/routing) - [Rendering](https://pledgejs.org/docs/rendering) - [Data Fetching & Caching](https://pledgejs.org/docs/data-fetching) - [Framework Adapters](https://pledgejs.org/docs/frameworks) - [Configuration](https://pledgejs.org/docs/configuration) - [Deploying](https://pledgejs.org/docs/deploying) - [PledgePack Bundler](https://pledgejs.org/docs/pledgepack) - [PledgePack CLI](https://pledgejs.org/docs/pledgepack-cli) ## Blog - [Introducing PledgeJS 0.1](https://pledgejs.org/blog/introducing-pledgejs-0-1) - [PledgeJS 0.1.1 — Real Type-Checking, RSC Streaming, and a CSRF Hardening Fix](https://pledgejs.org/blog/0-1-1-reliability-fixes) ## Ecosystem pages - [About](https://pledgejs.org/about) - [FAQ](https://pledgejs.org/faq) - [Community](https://pledgejs.org/community) - [Sponsors](https://pledgejs.org/sponsors) - [Compare PledgeJS](https://pledgejs.org/compare) - [PledgePack bundler](https://pledgejs.org/pledgepack) - [Templates](https://pledgejs.org/templates) - [Search](https://pledgejs.org/search)