Skip to content

syncwavedev/syncwave

Repository files navigation

Syncwave

Syncwave is a real-time kanban board that's simple and beautiful.

Syncwave Screenshot

We built Syncwave because we were tired of kanban boards that do too much.

Most boards bury you in features. Settings, integrations, workflows, automations. You spend more time configuring than working.

Syncwave does less on purpose.

Open it, create cards, drag them between columns, and watch your teammates' changes appear instantly—that's it.

That's the whole product.

Table of Contents
  1. Quick start
  2. Self-Hosted
  3. Help
  4. License
  5. Contact
  6. Acknowledgments

Live Demo

Try it at app.syncwave.dev/demo. No signup required.

Quick start

Use our hosted version at app.syncwave.dev or self-host it.

Self-Hosted

Pull the Docker image and run it:

docker run --name syncwave -d -p 8080:8080 -v syncwave-data:/data syncwave/syncwave

Then open http://localhost:8080/.

Docker Compose:

services:
  syncwave:
    image: syncwave/syncwave
    container_name: syncwave
    restart: unless-stopped
    ports:
      - '8080:8080'
    volumes:
      - syncwave-data:/data

volumes:
  syncwave-data:

Help

License

MIT. See LICENSE.

Contact

Dmitry Tilyupo - [email protected]

Project: https://github.com/syncwavedev/syncwave

Acknowledgments

Built with:

About

Kanban board that helps you build software people love.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors