all things une
une.haus is a platform for unicyclists to share tricks, compete in games, organize tournaments, and connect with each other.
core features
- tricks — browse a comprehensive trick encyclopedia with detail pages showing full trick info, videos, and prerequisites
- games — three collaborative games: rack it up (post creative sets weekly and reply to others), back it up (match the last trick then set a new one, building evolving chains), and stack it up (nail every trick in the stack then add your own to the end)
- vault — explore unicycle.tv videos with community metadata curation, rider attribution, and filtering by discipline
- posts — share stories in posts with tags (freestyle, street, trials, etc.), leave comments, and like content
- tourneys — create and manage bracket-style tournaments with live tournament features
- social — find riders around the world on the map, follow other players, and stay connected
- tanstack start — react 19 ssr framework
- drizzle — typescript orm for postgresql
- tailwind css v4
- tanstack router + tanstack query
- mux — video processing
- maplibre — maps
- bun — package manager + runtime
bun install
cp .env.example .env
bun dev| command | description |
|---|---|
bun dev |
start dev server |
bun run build |
build for production |
bun start |
run production server |
bun run lint |
lint |
bun run format |
format with oxfmt |
bun run check |
lint with auto-fix and format |
bun run typecheck |
type check |
bun preflight |
lint, format, typecheck, and test |
bun run test:unit |
run unit tests |
bun run test:integration |
run integration tests |
bun run db:migrate |
push database migrations |
bun run db:seed |
wipe, migrate, and seed database |
bun run clean |
find and fix unused code with knip |
- fork the repo
- create a branch (
git checkout -b feature/my-feature) - make your changes
- run checks before committing
bun run preflight- commit and push
- open a pull request