Stability patch
v1.0.1May 11, 2026
- FixPricing page (/pricing) returned a 404 after eligibility checks — now resolves to a real page with Free and Guided Plan tiers.
- FixEU/EEA nationals were shown a red Ineligible badge — now correctly displays a Not Required status, since a Digital Nomad Visa does not apply to EU/EEA nationals.
- FixSpain DNV eligibility: freelancers with Spanish clients now see a Needs Review warning instead of a false pass.
- FixA missing SUPABASE_SERVICE_ROLE_KEY caused silent 500 errors. Persistence failures are now caught gracefully — the eligibility result is always returned regardless.
- FixA development-only type import in next-env.d.ts broke typecheck on clean CI checkouts. Removed.