https://github.com/bluepixeldev/boardify
Boardify is a desktop app for organizing reference material such as images, videos and other media on a infinte board
https://github.com/bluepixeldev/boardify
cross-platform desktop-app linux macos react tauri2 web-frontend webview windows
Last synced: 7 months ago
JSON representation
Boardify is a desktop app for organizing reference material such as images, videos and other media on a infinte board
- Host: GitHub
- URL: https://github.com/bluepixeldev/boardify
- Owner: BluePixelDev
- License: other
- Created: 2024-12-04T17:57:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-11T13:03:54.000Z (8 months ago)
- Last Synced: 2025-06-16T03:35:59.818Z (8 months ago)
- Topics: cross-platform, desktop-app, linux, macos, react, tauri2, web-frontend, webview, windows
- Language: TypeScript
- Homepage: https://bluepixeldev.github.io/boardify/
- Size: 4.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Boardify
**An Extendable React + Tauri Desktop App for Organizing Media on an Infinite Board**





## Overview
**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.
## Use Cases
- Moodboards and inspiration boards
- Visual planning and project scoping
- Academic and research media references
- Design asset organization
- Collecting and curating creative resources
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/BluePixelDev/boardify.git
cd boardify
```
2. Install dependencies:
```bash
npm install -g pnpm
pnpm install
```
3. Run the app:
```bash
npm run tauri dev
```
> **Note**: Make sure you have all [Tauri prerequisites](https://tauri.app/v1/guides/getting-started/prerequisites) installed.
## License
[License](https://github.com/BluePixelDev/boardify/blob/main/LICENSE)