Skip to main content

Installation

Choose the installation method that best fits your needs.

Installation Options​

There are three ways to get started with Boards:

⚡ Quickest Start: Install Baseboards​

Best for: Using Boards immediately without development setup

Deploy a production-ready Boards instance with one command:

npx @weirdfingers/baseboards up my-boards-app

🛠️ Contribute to Boards​

Best for: Contributing to the project or deep customization

Clone the repository to access the full source code:

git clone https://github.com/weirdfingers/boards.git
cd boards
make install
  • Time to start: ~10 minutes
  • Prerequisites: Docker, Node.js 18+, Python 3.12+, pnpm
  • Learn more: Repository Cloning Guide

🚧 Build a Custom Application​

Best for: Building your own application with Boards packages

Create a custom app using the Boards backend and frontend packages.

Comparison​

MethodSetup TimePrerequisitesCustomizationUpdates
Baseboards~5 minDocker, Node.js 20+Configuration filesbaseboards update
Clone Repo~10 minDocker, Node.js 18+, Python 3.12+, pnpmFull source accessgit pull + rebuild
Custom AppComing soonDocker, Node.js 18+, Python 3.12+Maximum flexibilityPackage updates

Next Steps​

Choose your path above to get started, or: