Vaden is a backend web framework for Dart inspired by Spring Boot. Built on Shelf, it provides higher-level abstractions for developing structured web applications and APIs while retaining compatibility with the wider Shelf ecosystem.
The framework uses annotations to define controllers, routes, services, repositories, middleware, guards, configuration and data transfer objects. Its class scanner generates a central application configuration without creating numerous .g.dart files.
This is free and open source software.
Key Features
- Builds on the Shelf web server ecosystem.
- Defines controllers and HTTP routes using annotations.
- Provides constructor-based dependency injection.
- Supports services, repositories, components, configurations and beans.
- Offers middleware and guards for processing and protecting routes.
- Maps path parameters, query parameters and request bodies to controller methods.
- Includes DSON for automatic DTO serialization and deserialization.
- Generates OpenAPI documentation and data schemas.
- Uses a class scanner to reduce code-generation boilerplate.
- Supports synchronous and asynchronous dependency registrations.
Website: github.com/Flutterando/vaden
Support:
Developer: Flutterando community
License: MIT License
Vaden is written in Dart. Learn Dart with our recommended free books and free tutorials.
Related Software
| Dart Web Frameworks | |
|---|---|
| Flutter | UI toolkit for building natively compiled applications |
| Jaspr | Modern web framework for building websites in Dart |
| Angel3 | Full-stack web framework that is build to streamline development |
| Shelf | Web server middleware |
| Jaguar | Full-stack production ready HTTP server framework built to be fast and simple |
| Angular | Fast and productive web framework |
| Alfred | Performant expressjs like web server / rest api framework |
| Start | Sinatra inspired web development framework |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Please read our Comment Policy before commenting.