Public status pages and Vercel Analytics
Autopilot 0.7.6 adds polished public error/status pages, wires Vercel Analytics into the app shell, and lets Vercel observability routes bypass app auth.
Changes & improvements
Autopilot 0.7.6 is a small reliability and presentation release for the public edge of the app.
Status pages
Autopilot now has designed public pages for 401, 403, 404, and 500 states, plus shared not-found and app-error handlers.
These pages use the public marketing shell so dead links, missing routes, permission problems, and unexpected load failures feel intentional instead of dropping people into a blank framework fallback.
Vercel Analytics and observability
Vercel Analytics now loads from the root app layout, and the content security policy allows the Vercel analytics script.
Vercel observability routes, including /_vercel and any configured observability base path, now bypass the app proxy so analytics and tooling requests are not mistaken for protected workspace routes.