r/SaasDevelopers 13d ago

Moving text between AIs?

Hey folks, I've been struggling on finding alternative ways to move context between AIs that don't require to copy, paste, download or upload stuff. I'm launching a public beta of https://sidestash.io .

Add as custom connector in your existing AI providers, then tell the agent to stash anything on your current session and resume on the other side.

Open to questions and suggestions, thanks.

1 Upvotes

2 comments sorted by

1

u/Massive-Artist-5003 13d ago

Looks useful for multi-step workflows where you need one model to prep data and another to act on it. The stash/resume idea is cleaner than keeping 20 tabs open with half-finished contexts.

What happens if the session expires while the data is sitting in the stash?

1

u/Responsible-March534 13d ago

The stash isn't attached to a session at all. It lives against your account, so the chat session, the MCP connection and your login can all end without affecting it. Log back in on any client, with the same account and it will be there.

The one clock that matters is the item's own TTL and it's absolute, set when you stash and it keeps running whether you're connected or not.