@rikology/adonisjs-periscope
v0.4.0
Published
A Laravel-Telescope-style debug assistant for AdonisJS v7
Maintainers
Readme
Periscope
Periscope is a Laravel Telescope-style runtime recorder and local dashboard for AdonisJS v7. It correlates HTTP requests, database queries, exceptions, logs, events, jobs, mail, cache operations, and other application work without sending telemetry to an external service.
Periscope is intended for development and staging diagnostics, not as an APM or production tracing backend. Recorded values remain in the configured local store.
Documentation
Read the complete documentation at adonisjs-periscope.pages.dev.
- Get started
- Dashboard and security
- Watcher reference
- Operations
- Testing
- Architecture
- HTTP API
- Adapter authoring
Quickstart
npm install @rikology/adonisjs-periscope
node ace add @rikology/adonisjs-periscope
node ace serve --hmrOpen /periscope, generate application traffic, and run the installation doctor after configuration or wiring changes:
node ace periscope:doctorPeriscope requires Node.js 24 or newer and AdonisJS 7.
Contributing
This repository is an npm workspace monorepo. See the contribution guide for architecture invariants, focused verification commands, security review requirements, and benchmark gates.
npm ci
npm run typecheck
npm run lint
npm test
npm run buildLicense
MIT
