Velto โ€“ A Minimal, Modular Web Framework for Rust

โš“ Rust    ๐Ÿ“… 2025-08-17    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 7      

surdeus

:megaphone: Velto โ€“ A Minimal, Modular Web Framework for Rust

Hi everyone! Iโ€™ve been working on a small web framework called Velto, inspired by the simplicity of Flask and the modularity of Rust.

Velto is designed to be:

  • :compass: Minimal: no magic, no clutter
  • :puzzle_piece: Modular: clean separation of routing, templating, and server logic
  • :brain: Ergonomic: macros like render! and route! make it easy to build apps quickly

Itโ€™s still early (v0.1.0), but itโ€™s usable and growing. You can check it out here:

:link: GitHub repo
:package: Crates.io
:books: Docs.rs

Iโ€™d love feedback, suggestions, or just thoughts on the direction. Thanks for checking it out!

1 post - 1 participant

Read full topic

๐Ÿท๏ธ Rust_feed