avansaber/erpclaw ? reverse-engineered prompt
Reverse engineered prompt
Build me a self hosted AI native ERP that lets me run a small business in plain English.
I want to be able to say things like “create a customer, invoice them for 10 widgets at $100, and record the payment,” and have the system do the accounting behind the scenes with proper double entry bookkeeping, invoices, journal entries, inventory updates, and reporting. It should cover the basics for accounting, sales, buying, inventory, billing, tax, payroll, and common reports like profit and loss, balance sheet, cash flow, and aging. Make it work locally with SQLite by default, and PostgreSQL if I want to scale later.
The app should feel simple for a normal user, with the assistant as the main way to interact, plus a clean dashboard for viewing data and actions. Keep it open source and free to self host, and make sure the money handling is audit friendly, with safe transactions and no sketchy shortcuts. If you need to check current docs or libraries, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit