Remiton · live workflow animations
Three workflow animations. All wired front→backend on the live portal.
Each tile opens a real route in this portal. The animation inside is driven by the live server response · no fake progress, no detached pages, no mock data. Trace-id round-trip is visible in every footer.
// fx-corridor · live
Three rails race. Cheapest wins.
Each refetch hits GET /api/quote, generates fresh sandbox call_id tokens for all three providers, and re-renders the rail animation with the new numbers.
api · GET /api/quote
anchor · courier-pigeon journey-map
▸ open route
// family-goal · live
Walk the bar together.
Initial render creates a shared budget via POST /api/family/budget. Each Contribute click fires POST /api/family/budget/move, the server returns the new balance, and the family-of-four animation walks forward.
api · POST /api/family/budget · POST /api/family/budget/move
anchor · gamification-as-warmth
▸ open route
// verified-id · live
Server stamps. Not the page.
Each file input fires multipart POST /api/kyc/document. Upload-sniff rejects text-as-pdf with HTTP 415 · no stamp appears unless the server returned a real document_id.
api · POST /api/kyc/document
anchor · pen-on-paper · paper-stamp
▸ open route