An Extendable React + Tauri Desktop App for Organizing Media on an Infinite Board
Boardify is a cross-platform desktop application that lets you sort, arrange, and manage reference material such as images, videos, and other media files on a limitless, zoomable canvas. Built with React and powered by Tauri, it offers a lightweight yet powerful interface for creative professionals, researchers, and digital collectors.
Whether you're designing a moodboard, organizing research, or managing project assets—Boardify turns your screen into an intuitive infinite whiteboard.
- Moodboards and inspiration boards
- Visual planning and project scoping
- Academic and research media references
- Design asset organization
- Collecting and curating creative resources
- Clone the repository:
git clone https://github.com/BluePixelDev/boardify.git
cd boardify
- Install dependencies:
npm install -g pnpm
pnpm install
- Run the app:
npm run tauri dev
Note: Make sure you have all Tauri prerequisites installed.