Product Thumbnail

ADE

All your coding agents, synced everywhere, free forever

Productivity
Developer Tools
Artificial Intelligence
GitHub
Visit WebsiteSee on Product Hunt

Hunted byArul SharmaArul Sharma

Use any coding subscription you already pay for, in one synced app that runs on web, desktop, terminal, and mobile. All your chats stay synced between all ade surfaces. Run agents from your laptop, continue the conversation from your phone at dinner, then later finish it off from another computer by simply using the web client. All subs, all in one place. Fully free and open source!

Top comment

I pay for multiple AI coding subscriptions, and I wanted one surface to use all of them. Solutions already exist for this, but if I started fixing something on my laptop, I couldn't pick it up from my phone. If I want to quickly make worktrees, have different agents from different providers work on each, then pick it up from another computer as soon as I leave my desktop at home, I couldn't do that. If I wanted to view and manage PRs from the same app, and also manually edit files like a caveman, there was no one app to do all that. ADE is that app, and it solves all my issues and allows me to work from anywhere. ADE started small, just keeping my own chats synced across machines. Once that worked I kept folding in more of my actual workflow: git worktrees so agents run the same repo in parallel without stepping on each other, a PR tab so I could review and merge without leaving the app, and eventually a native iOS app so I could approve a diff from my phone instead of waiting until I got back to my desk. It's open source under AGPL and free to run yourself. I use it to build itself, so bugs tend to get found fast. Happy to answer anything about the architecture, the mobile sync, or what's next.

Comment highlights

The syncing part is what caught my attention. Most of the agent tooling I've tried assumes one machine, so moving between a laptop and a desktop means rebuilding context from scratch every time.

What actually travels in the sync — just config and sessions, or the accumulated context the agent has built up about a codebase? The second one seems much harder to keep consistent if I have uncommitted local changes on one machine and not the other, so I'm wondering how you draw that boundary.

Congrats on the launch! Picking the same session back up on a different device is the part I did not know I wanted. When you come back to it on your phone, does it show you what the agent got up to while you were away, or do you scroll back and piece it together yourself?

syncing every coding subscription and chat history through one middle layer is convenient but it's also now holding the keys to all of them at once. if your sync service gets compromised, is the exposure limited to session tokens for each connected tool, or could someone pull full account credentials for the underlying subscriptions?

Git worktrees so agents run the same repo in parallel is the part I'd want to dig into, since worktrees share the same underlying git objects and refs. If two different agents from two different providers are working in separate worktrees off the same repo but one pushes or rebases in a way that changes shared history, does ADE handle that collision gracefully, or is it on the person to notice a worktree has drifted out of sync with what another agent already assumed about the branch state. Also, approving a diff from your phone is a genuinely useful feature, but reviewing code meaningfully on a small screen is a real constraint, not just a UI inconvenience. Is there anything built into the mobile app that helps you review a large or complex diff properly, like collapsing unrelated files or highlighting the riskiest changes, or is it mostly suited to quick, low stakes approvals where you already trust the agent's judgment going in.

The multi-device sync model is what caught my attention — having one session carry across web, desktop, and mobile is the hard part of any self-hosted tool, especially when agents are mid-task. Curious about the auth layer: since you can deploy it yourself and chat history syncs across devices, does the self-hosted version keep everything on your infra with no external calls, or is there a relay or cloud component for the mobile sync? Also wondering how the iOS client handles auth token storage given how aggressive iOS background app management is.

the "worktrees so agents run in parallel without stepping on each other" part is the piece I'd want to stress test. isolated worktrees solve the during-execution conflict, but eventually those branches have to merge back into the same main. does ADE do anything to flag when two agents touched overlapping files/dependencies across worktrees before you go to merge, or is that still on you to catch in review like any normal set of parallel branches would be?

About ADE on Product Hunt

All your coding agents, synced everywhere, free forever

ADE launched on Product Hunt on July 25th, 2026 and earned 97 upvotes and 7 comments, placing #14 on the daily leaderboard. Use any coding subscription you already pay for, in one synced app that runs on web, desktop, terminal, and mobile. All your chats stay synced between all ade surfaces. Run agents from your laptop, continue the conversation from your phone at dinner, then later finish it off from another computer by simply using the web client. All subs, all in one place. Fully free and open source!

ADE was featured in Productivity (658.2k followers), Developer Tools (517.5k followers), Artificial Intelligence (475.9k followers) and GitHub (41.4k followers) on Product Hunt. Together, these topics include over 372k products, making this a competitive space to launch in.

Who hunted ADE?

ADE was hunted by Arul Sharma. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

Want to see how ADE stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.