Why Eurorix exists
E-invoicing mandates are rolling out across Europe, and every country speaks a slightly different dialect: Factur-X in France, XRechnung and ZUGFeRD in Germany, Peppol across borders. Most small businesses face this with a PDF generator and hope.
Eurorix handles the whole chain in one workflow: generate a structured invoice, validate it against EN 16931 and the national rules, and archive it as a PDF/A-3 with the XML embedded.
What it does
- Generates hybrid invoices: a human-readable PDF with machine-readable XML inside.
- Validates against EN 16931, Factur-X, XRechnung, ZUGFeRD, and Peppol BIS 3.0 schemas.
- Archives invoices in PDF/A-3 format, ready for audit.
- EU-hosted and GDPR-safe, with no card required to start.
Technical foundation
Eurorix runs on a type-safe TypeScript stack: React on the frontend, a Hono server, and tRPC for end-to-end typed APIs. Format validation happens against the real schemas, not string templates, so a green check means the invoice will actually pass the receiving system.
