Skip to main content
ROUTED ECOSYSTEM

The Dart toolkit for shipping backend systems.

Build the request path you mean. Routed gives you the engine; its friends give you the reach, feedback, and confidence to take it further.

Dart-first Modular by default MIT licensed
REQUEST TRACELIVE
01incomingGET /orders/42
02middlewareauth · logging
03handlerOrderController.show
response 2004.2ms
ROUTEYOUR
OWN
WAY
01 / ORIENTFRAMEWORK · INTERACTION · CONFIDENCE↓ SCROLL TO EXPLORE
CHOOSE YOUR NEXT MOVE

Start where the work is.

Routed is designed as a path, not a pile. Pick the job in front of you and find the smallest useful next step.

FIRST CONTACT

A small start
goes a long way.

Install the core, add capability as your app earns it, and keep the same mental model from local server to production.

Read the quick start
terminal / routed_app⌘ K
dart pub add routed\n dart pub add --dev routed_cli\n dart run routed_cli create --name my_app\n cd my_app\n dart run bin/server.dart
listening on http://localhost:8080ready