What problem does it solve? Building India-compliant invoicing requires correct GST tax computation (CGST/SGST vs IGST), GSTIN format and checksum validation, and integration with the government IRP e-Invoice API, all of which are error-prone to implement from scratch. ## Core Features & Use Cases - GST Calculation Engine: Computes intra-state (CGST+SGST 50/50 split) and inter-state (IGST) tax breakdowns in integer paise, with export/LUT zero-rating and HSN-code-based rate lookup. - GSTIN Validation: Validates the 15-character GSTIN format, state codes (01-37), and the mod-36 checksum before storing taxpayer IDs. - e-Invoice IRP Integration: Authenticates against the NIC IRP REST API and generates IRNs with signed invoices and QR codes, with sandbox and production endpoints. - Use Case: When a customer places an order on DropFlow, calculate the exact GST breakdown from the HSN code and buyer/seller state codes, validate the buyer's GSTIN, and submit the invoice to the IRP to obtain an IRN. ## Quick Start Ask the AI to calculate the GST breakdown for an order with a given subtotal, HSN code, and seller and buyer state codes using the packages/gst module.