Everything you need to set up and use Save Point — the workspace, the desktop extension, and what to do on a phone.
A save point is a snapshot of where your head is — your goal, what you'd already decided, and what's next — not your files. Your browser already keeps those. What it usually doesn't keep is the reasoning that connected them: why you were reading this, which idea you'd ruled out, what you were about to write next.
When you restore a save point, an AI model reconstructs that reasoning from whatever you gave it (a note, your document, a selection, the page you were on, your other open tabs) and hands you back one concrete next action, plus the context behind it. It marks anything it isn't sure about instead of guessing silently — see the FAQ below on what happens when it's unsure.
The extension lets you create a save point from any web page — not just the workspace — so it works where your reading actually happens, across dozens of open tabs. It is desktop Chrome only; Manifest V3 extensions don't run on mobile browsers at all.
chrome://extensions.extension/ folder (see the note below if you don't have this project's files).The popup shows exactly which username will own the save. Its Save where my brain is action captures the active tab, any selected text, a short page snippet, and your other open tab titles — plus an optional note — into the same account as your workspace saves. After saving, Open workspace opens that exact point at /workspace. The website and extension keep separate sessions, so their shown usernames must match. If the extension session expires, the popup returns to its login form.
Only the active page is captured by default. Include other open tabs is optional and off for every save; those pages are retained only as links and are not used to invent the current task.
Production defaults to https://savepoint-seven.vercel.app; local development uses http://localhost:4477. If you need to switch, right-click the extension icon → Options and change the Workspace address to match — for example https://savepoint-seven.vercel.app to save into the live deployment instead of a local dev server.
Don't have this project's files? “Load unpacked” needs an actual folder on your computer — Chrome can't install an extension from a link unless it's published on the Chrome Web Store. Ask whoever is running this build for a copy of the extension/ folder, or check whether it's been published to the Web Store yet — if so, install it from there instead and skip the steps above.
Being honest about this matters more than most feature lists, because this build is not on the Chrome Web Store yet — every limitation below is a direct consequence of that, not a design choice:
chrome://), the Chrome Web Store, or a handful of sites with unusually strict content-security policies. On those pages, the popup still opens and still saves — it just captures an empty selection and snippet instead of erroring. If a save from one of these pages looks unusually empty, that's why.Browser extensions don't run on any mobile browser — not Android Chrome, not iOS Safari. That's an Apple/Google platform restriction, not something any web app can work around. The same is true on a school Chromebook with Developer Mode disabled (see above). Two real fallbacks exist for both cases:
The workspace is a normal responsive website — open it in your phone's browser, sign in, and it works the same as on a laptop, just stacked into one column. What you lose without the extension is automatic page capture: you can't grab the current tab's title, selection, or a snippet with one tap. What you keep is everything else — write a quick note about what you were reading (typed or dictated, using your phone's own voice-to-text keyboard), tap Save where my brain is, and the AI reconstructs from that note the same way it would from anything else.
A bookmarklet is a bookmark whose address is a small piece of JavaScript instead of a URL — tapping it runs on whatever page you're currently looking at. It needs no app store, no browser extension store, no Developer Mode, and works identically on iOS Safari, Android Chrome, and a locked-down school Chromebook. It captures the same scope as the desktop extension (page title, address, your selection, a short snippet) and hands it to your already-signed-in workspace to confirm and save — it can't save directly, because a bookmarklet runs on someone else's page and has no way to prove who you are on this one.
On a phone (iOS Safari or Android Chrome)
The bookmarklet reads only the current page's title, address, any text you had selected, and a short snippet — the same scope as the desktop extension. It never runs in the background and does nothing until you tap it.
Save Point only reads what's in front of you at the exact moment you choose to save — the active tab's title and URL, any text you had selected, a short snippet of the page, your other open tab titles, and whatever note you leave. Nothing more. The mobile bookmarklet follows the identical rule.
There is no background monitoring, no continuous screen capture, no browser-history reading, and no keystroke logging. Both the extension and the bookmarklet are save triggers, not a surveillance layer — neither does anything until you tap them.
The one deliberate exception is the workspace document itself: while you're typing there, a plain local draft is kept in your browser's own storage — never sent to the server or the AI — purely so a forgotten save never means losing what you wrote. That same local activity (typing, then going quiet) is also what triggers the occasional “want me to save your place?” offer. It reads only this one document, on this one tab. Not your other tabs, not your browsing history, and nothing runs in the background once you close it.
A snapshot of where your head is — your goal, what you'd decided, and what's next. Not your files (your browser already keeps those), but the reasoning that connected them. You make one in a tap when you have to step away.
No. There's no background monitoring, no history scraping, no keylogging. Save Point only reads what's in front of you at the exact moment you choose to save — and nothing otherwise. That restraint is deliberate.
Saving is one deliberate tap, because a save made at a meaningful moment is worth far more than an automatic one made at random. When you reopen the workspace, it quietly offers to restore your last point — it never forces a wall of information on you.
The workspace itself does — it's a normal responsive site, sign in and use it like any other page. The browser extension doesn't; Chrome extensions don't run on any mobile browser, that's an Apple/Google restriction, not a choice this build made. There's a bookmarklet fallback that captures the same way the extension does (title, selection, a short snippet) from your phone's browser — see the Docs page for it.
Managed school devices often disable Developer Mode entirely, which blocks unpacked extensions like this one (it isn't on the Chrome Web Store yet). The bookmarklet works around this the same way it works around no mobile extensions — it needs no Developer Mode and no store, just a bookmark. See the Docs page's mobile section.
It's built to hedge, not bluff. Each part of a restore is marked by how sure the AI is: certain things it states, unsure things it phrases as a question you answer with one tap. When it barely has anything to go on, it says so and asks — instead of writing a confident wrong story about your own mind.
Yes. Save Point runs on a free AI model and free-tier hosting. No card, no subscription.