About
- Web Annotator is a personal research library. Paste any URL or upload a PDF; the article + Library Reader is a personal research library. Paste any URL or upload a PDF; the article body gets cleaned, indexed, and made annotatable. A Chrome extension does the same with one click from any page.
diff --git a/src/pages/PrivacyPage.tsx b/src/pages/PrivacyPage.tsx index 5be75e2..6447061 100644 --- a/src/pages/PrivacyPage.tsx +++ b/src/pages/PrivacyPage.tsx @@ -4,7 +4,7 @@ export default function PrivacyPage() { return (Privacy
Last updated: 2026-05-15.
@@ -24,8 +24,8 @@ export default function PrivacyPage() {Read, annotate, and chat with everything you save. @@ -60,11 +60,17 @@ export default function WelcomePage() { > Open your library + + Try a sample doc + - Get the Chrome extension + Chrome extension setup
From fb322111745bb075bd4c491bc50d1d968a0654ea Mon Sep 17 00:00:00 2001 From: Sarthak Agrawal <43884471+sarthakagrawal927@users.noreply.github.com> Date: Sun, 12 Jul 2026 19:52:08 +0530 Subject: [PATCH 2/2] config: route reader custom domain --- wrangler.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wrangler.toml b/wrangler.toml index 1b75e19..be7fef3 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -8,6 +8,10 @@ assets = { directory = "dist", binding = "ASSETS", run_worker_first = ["/api/*", [placement] mode = "smart" +routes = [ + { pattern = "reader.sassmaker.com/*", zone_name = "sassmaker.com" } +] + [observability] enabled = true head_sampling_rate = 0.1