Edge-First Runtime and Single-Route Verification Loop
vinext-starter targets Cloudflare Workers, replacing the traditional Node server assumption with an edge-first constraint set. That choice reshapes the project: dependencies must be edge-compatible, and routing plus data fetching should respect serialization and caching boundaries to run reliably across distributed edge nodes. It uses a single route as the smallest verifiable surface so you can close the loop from local dev to edge deploy before expanding routing and business complexity. The rationale is simple: edge migrations fail on runtime differences, so proving the loop on a minimal surface reduces uncertainty early.
