Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell-chat

Terminal chat app scaffolded as a Bun monorepo with separate web and server workspaces.

Screenshots

Home

Shell Chat home screen

Private Chat

Shell Chat private chat screen

Project Layout

web/
  src/         # terminal UI app and TanStack file-based routes
server/
  server.ts    # backend HTTP API entry

Run

bun install

Client only:

bun run dev:web

Server only:

bun run dev:server

Run both in one terminal:

bun run dev:all

Route Generation

Routes are generated from web/src/routes/:

bun --cwd web run generate-routes

About

Terminal chat app built with Bun, OpenTUI, TanStack Router, and Socket.IO.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages