
Loading secure workspace

Loading secure workspace

Secure filing, audit review, and demo remittance for New Jersey motor vehicle sales tax.

Loading secure workspace
This proof of concept uses an official NJ visual language, transaction-safe tax logic, and modular feature folders so the prototype can graduate into a production-integrated portal.
Upload a bill of sale, run a structured demo decode, and review low-confidence fields before submission.
Payment previews separate the NJ tax remittance from the fixed $20.00 platform fee.
Strict Zod validation, audit trail hooks, and server-side tax recalculation guard against bad input.
Use the seeded demo routes to validate the end-to-end filing journey.
Auth.js, AWS Textract, and live Stripe Connect are scaffolded as the next integration points.
All demo tax calculations are performed server-side again before the mock payment intent is created.
Prisma models define the production record shape for dealerships, filings, users, and transactions.
/dashboard Previous filings, metrics, and exception queue
/filing/new Multi-step OCR review and demo payment authorization
/payments Demo remittance history and split-routing explanation
/login Placeholder access form for future Auth.js integration