v0.0.4
every-app/open-seov0.0.4Mar 30, 2026by bensenescu
AI Summary
This release prepares the platform for a managed version and optimizes infrastructure costs by switching storage backends and authentication modes.
Key Highlights
- Added new HOSTED auth mode for the managed version
- Lighthouse audits moved to DataForSEO (no PSI key required)
- DataForSEO response cache moved to R2 for 100x cost savings on Cloudflare
- Refactored to use Tanstack Router & Tanstack Start
- Added ALLOWED_HOST support for reverse proxy hosting
New Features
- ALLOWED_HOST configuration support
- HOSTED authentication mode
- DataForSEO integration for Lighthouse audits
- R2 storage integration
Full Release Notes
## Improved - Support `ALLOWED_HOST` for hosting docker behind reverse proxies - Moved Lighthouse audits to DataForSEO - Users no longer need to enter a PSI api key - Moved the DataForSEO response cache from KV to R2 - R2 storage is 100x cheaper if self hosting on Cloudflare. - Refactored to better use Tanstack Router & Tanstack Start ## Fixed - Normalized trailing slashes for page backlinks. ## Prepared for Managed Version Preparing for managed version - Added new auth mode: HOSTED - Added better auth - Added autumn pricing for metering - Added posthog for error tracking Sign up for the mailing list here if you're interested in getting early access to this: https://openseo.so/ Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.3...v0.0.4