mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
A fresh install now opens straight into a full-bleed mock of the app frame — ghost community rail and sidebar skeleton on the left, a Discord-style community-discovery home in the main pane — instead of a centered onboarding card stack. The user is presented with options (join a featured community, set up identity & agents, import a key) rather than being put in front of an agent as the first thing. Joining stays one click: identity is persisted silently and a first-community onboarding transaction connects to the chosen relay. The classic corridor and key import remain reachable below the fold. Replaces the centered DiscoveryLanding from the previous exploration with AnonymousShellLanding; the discover page escapes the onboarding shell (no chartreuse welcome chrome) and renders the app frame. Exploration for the community-first onboarding flip (Track 2), built on top of explore/discord-style-landing. Co-authored-by: Thomas Petersen <thomasp@squareup.com> Signed-off-by: Thomas Petersen <thomasp@squareup.com>
Buzz
Desktop chat shell with:
- Tauri + React + TypeScript + Vite
- Tailwind CSS
- shadcn/ui-ready shared components
- Biome (lint/format/check)
- Feature-driven frontend structure
Scripts
pnpm dev- run the web frontendpnpm tauri dev- run the desktop apppnpm build- typecheck and build frontendpnpm typecheck- TypeScript checkspnpm lint- Biome lintpnpm format- Biome format (write)pnpm check- Biome check
Structure
src/shared- reusable app-wide code (ui,lib,styles)src/features- feature modules (vertical slices)src/app- top-level app composition