Fast, clean web infrastructure with a socket-powered spine.
Redweb is a lightweight foundation for building web apps and real-time services without drowning in setup code. It helps you stand up servers, wire your app, and keep shipping before the boilerplate monster eats the afternoon.
A cleaner starting point for web and realtime apps.
Redweb is for developers who want the useful parts of web infrastructure without writing the same setup code over and over. It is well-suited for custom platforms, prototypes, internal tools, real-time products, and the sort of experiments that quietly become businesses.
HTTP + WebSocket, fast
Redweb gives you a clean starting point for shipping networked apps without wrestling boilerplate into submission.
Minimal mental overhead
Less framework ceremony, more actual building. Good for side projects, tools, prototypes, and serious services alike.
Built for real apps
Serve pages, wire routes, stand up sockets, and move on with your life like the civilized mammal you were meant to be.
This site was made with Redweb.
That little badge is a quiet flex. It means the site or service you just visited was built on top of a framework designed for speed, simplicity, and real-time capability. Not a lumbering cathedral of abstractions. A sharp tool.
Spend less time arranging scaffolding and more time building the weird and useful thing.
Good fit for chat, game systems, live dashboards, collaboration, and network-heavy tools.
Tiny setup. Big potential.
const { HttpServer, SocketServer } = require('redweb');
const app = new HttpServer();
const socket = new SocketServer();
app.listen(8080);You can expand this into full apps, docs platforms, hosted services, WebSocket products, and whatever other elegant nonsense your architecture grows into.
A clean base for things that need to move.
This landing is the quick pitch. A dedicated docs page now covers installs, exports, lifecycle defaults, HTTP/HTTPS setup, WebSocket routes, and testing notes. Start simple, keep shipping, and skip boilerplate.