Files
WintermuteandThomas Petersen a737d62e4d explore(desktop): anonymous app-shell home on first open
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>
2026-08-15 16:20:41 -04:00
..
2026-08-03 21:51:17 -04:00

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 frontend
  • pnpm tauri dev - run the desktop app
  • pnpm build - typecheck and build frontend
  • pnpm typecheck - TypeScript checks
  • pnpm lint - Biome lint
  • pnpm 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