Domain migrations
Cut over domains without losing traffic
Coordinate redirect rules, DNS validation, and worker assignments before you flip traffic from legacy domains to the new destination.
Rediray redirect management software
Manage redirects, attach domains to worker infrastructure, validate DNS, publish exact and prefix rules, and inspect redirect hits from a single control plane built for operations teams.
Workspace scoped
multi-tenant ownership
Zone attached
DNS points to workers
Exact + prefix
deterministic matching
Hit visibility
dashboard and API analytics
Control plane preview
Ownership
Tenant-aware
Ingress
Zone-backed
Runtime
Rule-driven
Activation flow
Create your first domain
Every domain starts inside a workspace project before runtime routing is enabled.
Select deployment zones
Rediray maps those zones to active workers and generates the DNS records each hostname must use.
Validate DNS, then publish rules
Runtime resolution stays gated until the hostname resolves to Rediray worker infrastructure.
Activation states
Start with tenant ownership
Workspaces and projects organize every domain and redirect rule.
Attach domains to workers
Assign zones and generate the worker IPs a domain must resolve to.
Publish redirect rules
Configure exact or prefix behavior, status codes, and priorities.
Inspect runtime traffic
Use hit analytics to see which domains and rules carry the load.
Use cases
Rediray is optimized for the operational jobs teams actually search for: redirect management software, domain migration redirects, and DNS-attached routing across worker regions.
Domain migrations
Coordinate redirect rules, DNS validation, and worker assignments before you flip traffic from legacy domains to the new destination.
Domain forwarding
Move domain forwarding out of registrar panels and scattered server configs into a product with auditability and analytics.
Routing operations
Control exact and prefix redirects, attach domains to regions, and inspect runtime behavior without dropping to manual edge config.
Platform
The product is built around the operational model that matters for SEO migrations and redirect programs: ownership, domain onboarding, rule resolution, and analytics.
Workspaces
Membership-based scoping keeps products, environments, and clients separated without splitting the product into disconnected tools.
Domains
Domains are assigned to active zones and worker nodes before runtime resolution is even considered.
Rules
Exact and prefix rules support 301, 302, 307, and 308 responses, optional query preservation, and priority-based tie breaking.
Analytics
Matched traffic captures rule, domain, path, query string, referer, user agent, and IP details for reporting and debugging.
Built for operations
The product is not just a rule table. It coordinates tenant ownership, DNS validation, runtime matching, cache invalidation, and hit tracking in one system.
DNS lifecycle built in
Domains move through draft, pending DNS, validating, active, and failed states based on resolver results.
Runtime changes reflect immediately
Domain and rule updates clear cache so published redirect behavior is visible without manual cleanup.
Traffic becomes reportable
Matched requests create hit records that feed analytics, recent activity, top domains, and top rules.
Domain lifecycle
Resolution guarantees
Runtime
The runtime can answer directly through an API or through the public redirect route.
POST /api/runtime/resolve
{
"hostname": "docs.example.com",
"path": "/blog/legacy-post",
"query_string": "utm_source=launch"
}
{
"matched": true,
"target_url": "https://www.example.com/journal/legacy-post?utm_source=launch",
"status_code": 301,
"rule_id": 3
}
How it works
Create a workspace and project
This defines the ownership boundary for every domain, rule, and hit query in the app.
Attach a domain to zones
The backend selects active workers in each zone and generates the DNS values the hostname must use.
Validate DNS
Resolver checks determine whether the domain is pending, active, validating, or failed.
Publish redirect rules
Rules define exact or prefix behavior, target URLs, status codes, and optional query preservation.
Resolve traffic and record hits
Matched requests produce analytics records that surface recent activity and top-performing routes.
API
The app already exposes the core surfaces needed to manage tenants, domains, rules, and runtime insight programmatically.
/api/workspaces/
Create and list the tenant roots of the system.
/api/projects/
Organize redirect programs under each workspace.
/api/domains/
Create domains, inspect assignments, and read expected DNS records.
/api/domains/<id>/validate-dns/
Re-run DNS checks and update domain plus assignment states.
/api/rules/
Manage redirect targets, priorities, match types, and activity state.
/api/stats/overview
Return scoped counts, top rules, and recent hits for signed-in users.
Next step
We will announce pricing when Rediray reaches v1. A generous free plan will remain part of the product long term.
Pricing
Alpha release
Free
Full product access while we refine the platform and learn from real traffic workflows.
v1 Pricing
Later
We will communicate paid plans when Rediray reaches v1 and the packaging is stable enough to publish.
Always free
Guaranteed
A generous free plan will remain part of the product even after paid plans are introduced.