Command-Line First
Everything in the product is exposed by a CLI before UI polish. No hidden-only workflows.
CLIAAS.COM
Hackathon skeleton ready: landing, auth, dashboard, settings, health API, and interoperability API stubs for import/export flows.
Everything in the product is exposed by a CLI before UI polish. No hidden-only workflows.
Import from existing SaaS, normalize to a schema, and export back to compatible formats.
Use repeatable commands so users can script moves between vendors without manual copy/paste.
Example CLI Flow
$ cliaas auth login $ cliaas import --from notion --workspace acme --out ./exports/notion.json $ cliaas sync --target cliaas --input ./exports/notion.json $ cliaas export --to csv --workspace acme --out ./exports/acme.csv