Open source
What we open-sourced, and whyWe open-sourced our CRM: built for small teams, where AI drafts but never writes
Daedalus CRM is the application layer of our three product lines. Why it went from SaaS to open source, why none of the five AI features write to the database, what “less is more” actually looks like in the code, and how two commands get it running.
Read the post →
daedalus-crm · AGPL-3.0
git clone https://github.com/BeckY824/daedalus-crm.git && cd daedalus-crm && docker compose up -d
Open localhost:3000 with admin / admin123. Source, docs and Docker images are all on GitHub ↗
Workflow
Chengguan: auditable, reproducible orchestrationWhy we insist on modelling human expertise instead of letting the model decide
Getting a restocking recommendation wrong costs nothing like getting a chatbot answer wrong.
Data engineering
Turning real data into a foundation you can useAligning spreadsheets across departments: how a data foundation gets built
Sales, warehouse and finance each have their own definitions. Write the definitions down first, then talk about automation.