
https://github.com/nimmer-jp/crown
- Next.js-like Developer Experience (DX): Ditch manual route definitions. Crown uses a File-System Routing architecture where your src/app/ directory perfectly mirrors your app's URLs.
- Zero JS (State Management Free): Crown treats HTML as the engine of application state. By leveraging HTMX automatically under the hood, you get SPA-like partial page updates and rich UX without writing a single line of client-side JavaScript.
- Solid Bedrock: We didn't reinvent the wheel. Crown is built upon Basolato, leveraging its battle-tested HTTP server, security, and session management capabilities—completely abstracted away for your convenience.
- Component Co-location: No templating black magic. Write your views and your backend logic cleanly together in the same .nim file using native procs and the html""" """ macro.
Tailwind CSS Ready: Crown automatically injects Tailwind CSS by default, enabling you to style your application instantly without complex build pipelines.
And I've created a VS Code extension for syntax highlighting of HTML within triple quotes, powered by OpenVSX.
https://open-vsx.org/extension/nimmer-jp/crown-vsx https://github.com/nimmer-jp/crown-vsx
