Cree8 Internal Apps

Internal tools built by the team. Authenticated via Cree8.

File Browser

Browse files in any org/project. Demo of the SDK and cree8-ui components.

Add your own app

Copy the template, build a Preact + Tailwind SPA using cree8-ui components. Merge to main and it deploys automatically.

cp -r apps/_template apps/my-cool-tool
cd apps/my-cool-tool
npm install
npm run dev