Skip to content

Repository files navigation

JSONLogs Viewer

A lightweight, browser-based viewer for structured .jsonl log files. Built with React, TypeScript, Tailwind CSS, and Vite. Installable as a PWA.

Features

  • Drag & drop or paste .jsonl log files to view them
  • Filter logs by level (error, warn, info, debug, trace)
  • Full-text search across log entries
  • Sortable columns (time, level)
  • Expandable rows with JSON detail view and stack trace rendering
  • Dark / light theme toggle
  • Logs persist in sessionStorage across reloads
  • Installable as a Progressive Web App

Getting Started

# Install dependencies
bun install

# Start dev server
bun dev

# Build for production
bun run bundle

Scripts

Command Description
bun dev Start Vite dev server
bun bundle. Type-check & build for prod
bun preview. Preview production build
bun lint. Lint with oxlint
bun fmt. Format with oxfmt

Tech Stack

About

JSONL logs viewer (PWA)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages