BuddyWriter

March 8, 2026 ยท View on GitHub

BuddyWriter is a two-client writing project:

  • BuddyWriterDesktop: a desktop writing app built with ElectroBun and Bun
  • BuddyWriterMobile: a mobile client built with Expo Router

Desktop

cd BuddyWriterDesktop
bun install
bun run dev
bun run typecheck
bun run build

Mobile

cd BuddyWriterMobile
bun install
bun run start

Notes

  • The local sources/ folder is reference material and is intentionally excluded from version control.
  • The desktop app currently ships with local views:// content and a restricted navigation allowlist.