Skip to content

hackclub/breadboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d46feee · · Jul 16, 2026

History

283 Commits
Jul 14, 2026
Jun 19, 2026
Jul 10, 2026
Jul 16, 2026
Jul 13, 2026
Jun 23, 2026
Jul 6, 2026
Jul 16, 2026
Jul 13, 2026
Jul 16, 2026
Jul 10, 2026
Jul 16, 2026
Jul 13, 2026
Jul 4, 2026
Jul 11, 2026
Jun 6, 2026
Jun 6, 2026
Jul 14, 2026
Jun 24, 2026
Jul 6, 2026
Jul 11, 2026
Jul 13, 2026
Jun 7, 2026
Jul 2, 2026
Jun 19, 2026
Jul 15, 2026
Jul 13, 2026
Jun 6, 2026
Jun 7, 2026

Repository files navigation

Breadboard

Design breadboard electronics projects, get a free kit, build it, and earn currency.

Setup

bun install
cp .env.example .env.local

# fill in .env.local with your keys
bun run db:migratee

Dev

bun dev          # Next.js on :3000
bun run editor:backend   # Python editor backend on :8001

Lint

bun run lint

Stack

Next.js, TypeScript, PostgreSQL (Drizzle), Better Auth, Tailwind CSS, S3.