Skip to content
← ALL RECEIPTS

Handwrite / Q3 2025

A Multi-Platform Monorepo for Handwriting.

Turborepo architecture: shared database, API layer, and multiple client targets from one codebase.

// The Build

A Turborepo monorepo with four workspaces: @bizurk/api (FastAPI backend with Prisma ORM), @bizurk/web (React/Next.js frontend), @bizurk/mobile (mobile app target), and @bizurk/shared (TypeScript types and utilities shared across all packages). Single database schema, single API layer, multiple deployment targets from one codebase. Demonstrates the kind of architecture that scales a product from web to mobile without duplicating business logic.

// outcome

Four workspaces sharing a single database schema and API layer.

4

Workspaces

1

Shared database

1

API layer

47

Source files

Got a similar problem? Let’s talk.