mage-ai/mage-ai — reverse-engineered prompt
Reverse engineered prompt
Build me a self hosted data pipeline workspace like Mage OSS. I want people to run it locally, create data pipelines in a visual notebook style editor, and build each pipeline out of separate blocks using Python, SQL, or R.
The app should let users connect to common databases, APIs, and cloud storage, then move and transform data in a clear way. They should be able to run a pipeline manually, schedule it with cron, and see logs, previews, errors, and step by step results so debugging feels easy.
Please include a simple local setup path with Docker and pip, plus a starter project so someone can try an example pipeline right away. It should feel fast, clean, and useful for local ETL and ELT work, with room to support dbt models inside the same workspace.
Keep the first version practical and focused. Look up current docs online if you need to.
Want more depth? Deep Reverse