PandhuWibowo/anveesa-nias — reverse-engineered prompt
Reverse engineered prompt
Build me an open source web app like Anveesa Nias, a database studio that teams can use from the browser to connect to their databases, explore tables, write and save SQL queries, see query history, and build simple analytics dashboards.
I want a clean admin style interface with login, users, roles, permissions, two factor auth, notifications, and audit logs. It should support PostgreSQL, MySQL, SQLite, and SQL Server style workflows. Dashboards should have KPI cards, tables, and common charts like bar, line, area, scatter, pie, and donut, with sharing links and iframe embeds. Users should be able to export dashboards or data as PDF, PNG, Excel, CSV, SQL, and JSON.
Please build it with a Go backend API and a Vue 3 frontend. Include local setup, environment config, default admin setup, tests or basic verification, and Docker friendly deployment files. Use SQLite or PostgreSQL for the app’s own storage, and Redis only as optional caching or rate limiting. Look up current docs online if needed.
Want more depth? Deep Reverse