@quantumblueconsulting/tracewrite-server
v0.5.0
Published
tracewrite's backend: session/timeline logic plus Fastify and Express adapters, both host-agnostic (bring your own pg Pool and auth).
Maintainers
Readme
@quantumblueconsulting/tracewrite-server
Backend for tracewrite, a conversational UAT capture overlay: a tester browses your real, authenticated product while narrating, and an AI reviewer replies inline with a clarifying question or a proposed follow-up action.
This package is the session/timeline logic plus two HTTP adapters — a Fastify plugin
(createTestSessionRoutes) and an Express router (createTestSessionExpressRouter, which also
covers Nest apps on @nestjs/platform-express). Both are thin wrappers over the same
host-agnostic core. Bring your own pg Pool and your own authentication.
npm install @quantumblueconsulting/tracewrite-serverRun the migration from @quantumblueconsulting/tracewrite-schema first, then mount the adapter for
your framework. Full wiring instructions, the client half, and the privacy model are in the
repository README.
MIT licensed.
