See how your app actually works
AI can generate code in seconds but it won't show you how everything connects.
Routeflow maps your routes, APIs, SQL, and external services into one clear flow so you can understand your app at a glance.
See your entire flow instantly
From a single page load, understand every backend endpoint and external service involved—with latency and error data.
Flow: /checkout
Showing all dependencies for this route
Impact Analysis
If POST /api/orders changes
Direct dependency
Shares order endpoint
Reads from same table
Built for teams that move fast
Routeflow gives you the visibility you need without slowing you down.
Frontend → Backend Mapping
See exactly which backend routes each frontend page depends on. No guessing, no grep—just instant visibility.
External Dependency Timing
Track which external services your app calls (host-only, no URLs). Understand third-party impact on performance.
Latency & Error Signals
p95 latency and error counts help you spot trouble. Supporting data to guide optimization decisions.
Change with Confidence
Before you ship, see the blast radius. Know which flows will be affected by your endpoint changes.
Minimal Install
5-minute setup. Add one SDK to your backend, one to your browser app. Start seeing flows immediately.
Privacy-First Design
No request bodies, no URL parameters, no query strings. We only collect routes, hosts, and timing data.
Get started in minutes
No complex configuration. No agent deployment. Just two SDKs and you're tracking flows.
Install backend SDK
Add Routeflow to your Flask, FastAPI, or Express app. One initialization call and you're done.
# pip install routeflow
from routeflow import Routeflow
from flask import Flask
app = Flask(__name__)
Routeflow.init(app, api_key="rf_...")Install browser SDK
Add the browser SDK to capture frontend route context. Framework-agnostic—works with React, Vue, Next.js, or vanilla JS.
// npm install @routeflow/browser
import { initRouteflow } from '@routeflow/browser';
initRouteflow({
apiKey: 'rf_...',
trackRouteChanges: true
});See your flow graph
Routeflow automatically builds the dependency graph. View it in the dashboard or query via API.
# Query the graph
curl -H "Authorization: Bearer rf_..." \
https://api.routeflow.dev/flows?route=/checkout
# Returns: all backend + external depsSimple, transparent pricing
Start free, scale as you grow. No hidden fees, no surprises.
Free
Perfect for side projects and small apps
- Up to 10,000 requests/month
- Frontend → backend mapping
- External dependency tracking
- Basic latency metrics
- 7-day data retention
- Community support
Pro
For growing teams shipping daily
- Up to 500K requests/month
- Everything in Free
- Impact analysis
- p95 latency + error tracking
- 90-day data retention
- Slack/email alerts
- Priority support
- Custom integrations
Business
For teams with high-scale needs
- Unlimited requests
- Everything in Pro
- 1-year data retention
- Advanced security controls
- SSO / SAML
- SLA guarantee
- Dedicated support
- Custom contracts available
Need more than 500K requests? Contact us for custom enterprise pricing.
Frequently asked questions
Have a question not covered here? Email us at hello@routeflow.dev
Sentry and Datadog focus on error tracking and infrastructure monitoring. Routeflow focuses on dependency mapping—showing you which frontend routes depend on which backend endpoints and external services. Think of it as a map for understanding change impact, not just catching errors.
Start mapping your dependencies today
Get started with Routeflow and visualize your app flows. No credit card required.