Show HN: Titan – JavaScript-first framework that compiles into a Rust server
soham_byte Thursday, December 11, 2025Hi HN,
I built Titan, a backend framework where you write routes and logic in JavaScript, and the CLI compiles everything into a single Rust + Axum binary using the Boa JS engine. No Node.js is required in production.
The idea is to keep JS developer experience while getting Rust performance and a self-contained deployable server.
Current features:
JS route DSL
Action system mapped to Rust
esbuild bundling
Generated Rust server with Axum
Hot-reload dev server
Single-binary output
Repo: https://github.com/ezet-galaxy/-ezetgalaxy-titan
Would love feedback on the architecture, DX, and whether this hybrid JS→Rust approach is useful.
Thanks for reading!
Summary
The article discusses the Titan package, a powerful and versatile Node.js framework that provides a comprehensive set of tools and features for building enterprise-grade applications. It highlights Titan's modular design, extensive documentation, and support for various database systems, making it a suitable choice for complex project development.
1
0
Summary
npmjs.com