Document Classification UI

Dynamic document viewer powered by n8n workflows

PDF Viewer
View PDF documents directly in your browser with metadata
Classification
Organize documents with categories and tags
Dynamic URLs
Access documents via unique URLs from n8n workflows
No Backend
Pure frontend solution with localStorage persistence
How to Use
Access documents using the URL format below

URL Format

Parameters

dataBase64-encoded JSON metadata
pdfBase64-encoded PDF content
srcURL to fetch document data remotely

Example URLs

Inline data (small payloads):

/doc-123?data=eyJ0aXRsZSI6...&pdf=JVBERi0xLjUK...

Remote data (large payloads):

/doc-123?src=https://n8n.2bv.io/webhook/serve-doc/doc-123
Built With
Next.js 15React 19TypeScriptTailwind CSSshadcn/uin8n Integration