Start building real-time applications with zero-config server-side rendering, built-in authentication, and a modern framework optimized for performance.
npm create post@latest # or
npx post create
Our interactive CLI wizard will guide you through creating a new project with your preferred configuration.
git clone https://github.com/postjs/postjs
Clone the official post.js repository to explore the framework source code and examples.
post.js works with any frontend framework. Use our API-first approach to integrate with React, Vue, Svelte, or vanilla JavaScript.
post.js is different from other frameworks by providing an all-in-one solution with zero boilerplate and modern performance optimizations.
Optimized for performance with WebAssembly pipelines, intelligent caching, and production-grade server-side rendering out of the box.
Built-in WebSocket support for real-time updates with automatic connection management and message validation.
No telemetry by default. You control exactly what data is collected and how it's used.
Create projects instantly with our CLI. No webpack, no build config required.
npm create post@latest
/app/ │── layouts/ │── routes/ │── components/ /posts/ ├── api/ ├── public/ post.config.js
post.js uses an intuitive folder structure with auto-generated routes.
npm run dev
Start the development server in seconds. Hot reloading and live updates included.
Join 200k+ developers using post.js for their next application.
Create New Project