Replies: 10 comments 16 replies
|
Interested in this! the plan would be a self-hosted version you deploy on your own vps, keeping it on the roadmap. |
|
@gajendraxdev yes im intereested but i dont know rust, what i build is https://terminus.enjoys.in in react_ts |
|
@Mullayam I just checked out your project and it looks solid. The way you've handled multi-session SSH and the LSP proxying is exactly the kind of self-hosted architecture I'm looking for. |
|
Hey @gajendraxdev , thanks! But honestly, I’d suggest building on top of what I’ve already implemented + your own ideas, and push this to be even better than Terminus. We can let users create a secure vault, sync hosts when they switch machines, and store data in the cloud. If you need a database or hosting infrastructure, you can use mine (Free of Cost). SSH Features
SFTP Features
I'm using this since i discovered it + if you need and kind of help Please Feel Free to contact me |
|
@Mullayam, thank you so much for the kind words and the generous offer to help, really appreciate it! 🙌 A few things to note on what's already in Zync:
On LSP i thought about that but decided to skip it for now, the main reason is memory. running a full Language Server for each connected session can easily eat 200 - 1GB + of Memory. my plan is keeping it lightweight, On Cloud Sync me and @DanishSiraj thinking it differently then a central server, The plan is Zero trust serverless vault connections and ssh key encrypted locally and sync directly to their own Google Drive/One Drive via OAuth, And for team Who want more power they can host the backend to their own server and utilize sync on their one server, terminal sharing so on (Obviously it's not implemented yet 😅) but i will try to build it on top of what you alreaddy implemented why this approach ?? Because A SSH Client manages sensitive production SSH keys and PEM files, I want to ensure users own their data, rather than requiring them to trust a third-party database, I'd love your help on the AI side! Your multi-provider setup (Groq, Mistral, OpenRouter, Gemini) looks solid. Would you be interested in contributing to improving Zync's AI command bar or the auto-error detection pipeline? Also That genuinely means a lot, thank you! 😊The fact that you're already using it is the best kind of feedback 🙌🏻. |
|
Also, one more thing when you integrate new features, I’d like you to consider adding these:
|
|
That VS Code-style setup looks very slick it definitely has that Pro feel! In Zync, I’m currently opening the AI as a draggable modal (to keep it flexible across different views), but seeing your sidebar implementation makes me want to explore a 'Docked Mode' for terminal workflows. It looks much cleaner for long running sessions. Also, Since we don't have a login/profile system yet, I'll probably focus the custom header on Settings and Connection Management to free up space |
|
Just check this out, im looking this one in Zync,, https://editor.enjoys.in, Deployed on Vercel |
|
Demo: https://monaco-lsp-hub.onrender.com (WIP) |
|
@Mullayam recording-2026-04-05-170315_lSk6xIff.mp4 |






Uh oh!
There was an error while loading. Please reload this page.
Also Please Release Api Based or Websocket based things so user can dpeloy on vps not only Install for host machine
All reactions