The web UI for Estuary.
The UI runs against a local Estuary stack, including its local Supabase instance. Make sure that stack is running first.
Then:
npm install
npm start
The app is served at http://localhost:3000.
- On the login page, enter any email address and click Sign in with Magic Link.
- Open the local email UI at http://localhost:5434/ (Mailpit).
- Copy the OTP code from the email, click Already have an OTP code? on the login page, and paste it in.
- On first login you will be prompted to accept the terms of service and create an organization.
Both are vendored tarballs in __inline-deps__/. Please see __inline-deps__/README.md for instructions.
Architecture, conventions, and gotchas live in docs/.