wozie
v4.0.0
Published
The easiest web framework ever — 100+ components, CommonUI library, multi-page, dark mode
Maintainers
Readme
Woozie 2.0
The easiest web framework ever - now powered by Node.js.
Installation
From NPM
npm install -g woozieFrom URL (Simulated)
./scripts/install.shUsage
Create a Project
woozie init my-app
cd my-appRun Dev Server
woozie runStarts server at http://localhost:3000.
Build for Production
woozie buildCreates dist/index.html.
New Features
- No Python: Pure Node.js.
- Modern UI: Glassmorphism, gradients, and sleek typography out of the box.
- TailwindCSS: Use
tailwindcss:tag to enable. - Workers: Use
worker "script.js"to spawn Web Workers. - URL Plugins: Import plugins from URLs in
woozie.imports.
Example main.woozie
app "My Modern App":
tailwindcss:
column:
card:
text "Hello Woozie 2.0"
button "Click Me"