diff --git a/public/changelog.html b/public/changelog.html
new file mode 100644
index 0000000..fd7018f
--- /dev/null
+++ b/public/changelog.html
@@ -0,0 +1,237 @@
+
+
+
+
+
+API Changelog β SnapAPI Updates & Release History
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Changelog
+
Every update, feature, and improvement to SnapAPI. Follow our progress as we build the best EU-hosted screenshot API.
+
+
+
+
+
+
+
+
+
+
+ - GET endpoint for direct image embedding in
<img> tags
+ - Response caching with X-Cache headers and 5-minute TTL
+ - Usage dashboard for tracking API consumption
+ - Customer portal for managing subscriptions
+ - API key recovery flow
+ - SEO pages: comparison page, quick-start guide
+ - 157 tests covering all functionality
+
+
+
+
+
+
+
+
+ - Stripe billing integration
+ - 3 paid plans: Starter (β¬9/mo), Pro (β¬29/mo), Business (β¬79/mo)
+ - Checkout flow with automatic API key provisioning
+ - Stripe webhook handling for subscription lifecycle
+
+
+
+
+
+
+
+
+ - Playground endpoint β try the API without authentication
+ - Watermarked output for playground screenshots
+ - IP-based rate limiting (5 requests/hour)
+ - Official Node.js SDK
+ - Official Python SDK
+
+
+
+
+
+
+
+
+ - Redesigned landing page with dark theme
+ - Removed free tier β playground replaces it
+ - Interactive Swagger documentation at /docs
+
+
+
+
+
+
+
+
+ - SSRF protection β blocks private/internal IP ranges
+ - Browser pool with automatic recycling
+ - PostgreSQL integration for persistent data
+
+
+
+
+
+
+
+
+ - Initial release
+ - POST /v1/screenshot endpoint
+ - Health check endpoint
+ - Basic API key authentication
+
+
+
+
+
+
+
+
Start building with SnapAPI
+
Get your API key in 60 seconds and start capturing screenshots.
+
View Pricing β
+
+
+
+
+
+
diff --git a/public/index.html b/public/index.html
index 065cb5f..a5a1c4f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -240,7 +240,7 @@ footer{border-top:1px solid var(--border);padding:48px 24px 32px;background:var(