swipjy
v1.0.28
Published
A lightweight Node.js backend framework with JSX SSR and CLI project generator.
Maintainers
Readme
⚡️ Swipjy
A minimal, lightning-fast backend framework built with pure Node.js — no bloat, no nonsense, just clean control.
Swipjy is a raw yet powerful backend framework crafted for developers who love simplicity, speed, and structure. No dependencies, no abstraction hell — just pure Node.js, your rules.
Think of it as:
⚡ Fast like Express, but sharper
🧩 Modular like Lego for servers
🧼 Clean enough to inspect every byte
✨ Features
- ⚙️ Middleware-based HTTP routing
- 🔥 React + JSX server-side rendering (SSR)
- 🔁 Hydration-ready via
esbuild - ⚡️ Static file serving
- 🛠 CLI project scaffolding (
npx swipjy create my-app) - 🌍 Built-in support for MySQL, PostgreSQL, MongoDB
- 📦 Minimal, dependency-conscious design
🧠 Why Swipjy? Because you want full backend control without reinventing Node’s core. It’s made for learners, hackers, builders — and for those who think Express is too easy and Nest is too much.
🧪 Ideal For Backend tinkerers & educators
Framework authors in training
Ultra-minimal MVPs or prototyping
Developers tired of bloated setups
🛠️ Still Building... Swipjy is under active development. Features like database integration (MySQL, PostgreSQL, MongoDB), middleware, and static hydration are in the works.
Join the journey. Contribute. Break things. Make it better.
🚀 Quick Start
npx swipjy create my-app
cd my-app
npm install
npm start
