Skip to content

Y0ngg4n/fluffy_board

Repository files navigation

Logo

Fluffyboard

Fluffyboard is a open source, free and self-hostable Whiteboard Application

Get it on Google Play Get it on F-Droid

Docker Cloud Automated build Docker Cloud Build Status GitHub tag (latest SemVer) GitHub language count GitHub Push to Dockerhub

Table of Contents

  1. Features
  2. Installation
  3. Roadmap
  4. Contributing
  5. License

Features

  • Online Whiteboards
  • Offline Whiteboards
  • Downloading and Uploading Whiteboards
  • Import and Export Whiteboards
  • Organizing Whiteboards in Folders
  • Sharing online Whiteboards with readonly and write Permissions
  • Drawing lines
  • Highlighting
  • Drawing Straight Lines and Arrows
  • Drawing Rects, Triangles and Circles
  • Adding Text
  • Uploading Images
  • Importing PDF
  • Changing Background
  • Settings sync
  • Adding bookmarks
  • Changing Toolbar location

Installation

Web instance

For the Docker image see more on DockerHub.

To set up your own web instance visit the Fluffy REST API Repository.

Windows

Download the Fluffyboard-windows.zip from the latest Release.

Extract the zip archive and place it's contents in the folder of your choice.

Linux

Download the Fluffyboard-linux.zip from the latest Release.

Extract the zip archive and and place it's contents in the folder of your choice.

Give the executable the required permissions.

chmod +x fluffy_board

Create a symbolic link to the executable in /usr/local/bin/.

sudo ln -s /home/USERNAME/PATH/TO/EXECUTABLE /usr/local/bin/fluffyboard

macOS

Download the Fluffyboard-mac.zip from the latest Release.

Extract the zip archive and and place it's contents in the folder of your choice.

Give the executable the required permissions.

chmod +x fluffy_board.app

You can now find Fluffyboard in Finder.

Roadmap

You can find the current roadmap in Projects.

Coming Soon

  • [] Performance improvements
  • [] Heavy refactoring

Contributing

Contributions are always welcome!

License

Fluffyboard is licensed under the GNU General Public License v3.0.