Create the project
Start from scratch, pick a template, or connect an existing Git repository.
Your files and Git history stay with you outside Faiber.Workflow
Create the project, build the frontend in the IDE, attach the Backend you need, check quality, then publish to a live sandbox — all in one Workspace.
Five stages in order
Start from scratch, pick a template, or connect an existing Git repository.
Your files and Git history stay with you outside Faiber.Guide the Design and Code agents in the IDE so the UI and React source stay in sync.
Design and code live in the same project — no separate export.Choose only the Backend the product actually needs; those services attach automatically.
Identity, payments, Messenger, and Flow join the same project when you need them.Run Lint, Build, Preview, and Design quality before you publish.
If something fails, you fix it here — not after Deploy.Build with BuildKit and launch the app in an isolated sandbox.
Then inspect routes, logs, and health to confirm the product is live.Repair loop
See the files that changed
Run Lint, Build, and Preview
Fix the failure in the same project
Keep the passing result
Deploy path
The app is built and started in an isolated sandbox. You can see routes, logs, and health — without putting server credentials in application code.
Faiber
Start a new project, or connect an existing Git repository to the same Workspace.