DEV Community

Cover image for Sync-in Server: Now available on NPM with a CLI 💻
Johan
Johan

Posted on • Edited on

Sync-in Server: Now available on NPM with a CLI 💻

We’re excited to share that starting with version 1.3.0, Sync-in, our open-source collaboration platform, is now simpler than ever to install and run.

Until now, running Sync-in Server often meant using Docker. That’s great for devops setups, but not always user-friendly.

👉 Since v1.3.0, end users can install and launch Sync-in directly via NPM, using a simple CLI.


📦 Easy Install

npm install @sync-in/server
npx sync-in-server init
Enter fullscreen mode Exit fullscreen mode

No Docker, no complex setup. Just Node.js, a couple of lines to configure and go!


📚 Documentation

Check out the full setup guide for NPM deployment:

👉 NPM setup guide

Source on GitHub:

👉 Sync-in Server GitHub

NPM package page:

👉 @sync-in/server on NPM


💡 Why this matters

Sync-in should be as easy as possible to self-host and use for any user who wants control over their data.


🙌 Try it out

We’d love your feedback:

  • Does the CLI make your life easier?
  • Any features you’d like to see in the next releases?

Feel free to comment here or open an issue/PR on GitHub!

Top comments (0)