Skip to content

bnidev/logbeam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logbeam

Persistent browser console logs for developers.

Quick Start

pnpm install
pnpm start

Then add the client script to your page:

<script src="http://localhost:3333/logbeam.js"></script>

Open http://localhost:3333 to view logs.

Features

  • Persistent logs that survive page reloads
  • Session-based log grouping
  • Log filtering by level (log/warn/error/debug/info)
  • Global search across sessions and logs (Cmd+K)
  • Session comparison/diff view
  • Dark theme

Tech Stack

  • Backend: Node.js + Express
  • Frontend: Preact + Vite + DaisyUI
  • Data: JSON file storage

Development

pnpm dev      # Start dev server
pnpm build    # Build for production

License

MIT

About

Persistent browser console logs for developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors