demoapps.fyi

Try FlowMock on a real app

Each app below is a working product backed by a real API. Point its traffic at your FlowMock proxy endpoint, then mock responses, inject errors, and build scenarios while clicking around a live UI.

Double Dice
3D jackpot dice roller

A polished arcade table with two animated 3D dice. The roll button calls an API for the result, then celebrates jackpots, bad beats and near misses with different reward states.

POST /api/dice-roll/rollGET /api/dice-roll/usersPOST /api/dice-roll/auth/login
Goblin Gold & Trust
Corporate banking for unconventional assets

A grave, regulated financial institution for teeth, shiny rocks and cursed custody. Exercises JSON, XML, form-encoded, multipart and PDF traffic.

GET /api/goblin-bank/accountsGET /api/goblin-bank/transactions?page=1POST /api/goblin-bank/transfers (XML)GET /api/goblin-bank/statements/:id/downloadPOST /api/goblin-bank/deposit-slips (multipart)
Crystal Ball
Animated destiny oracle game

A full-screen mystical toy where a giant animated crystal ball reveals randomized RPG-style destiny cards with stat boosts, omens, artifacts and tiny quests.

POST /api/crystal-ball/destinyGET /api/crystal-ball/usersPOST /api/crystal-ball/auth/login
Pocket Shelter
Pet adoption browsing & applications

A gentle adoption flow with pet listings, filters, detail pages and application states: empty lists, pending reviews, accepted/rejected decisions, already-adopted pets and landlord-approval validation.

GET /api/pet-adoption/pets?species=catGET /api/pet-adoption/pets/:idGET /api/pet-adoption/applicationsPOST /api/pet-adoption/applicationsPATCH /api/pet-adoption/applications/:id
Taskboard
Project & task management

A kanban-style task manager with projects, assignees, priorities and JWT auth. Great for mocking list endpoints, mutations, 401s and slow responses.

GET /api/taskboard/projectsGET /api/taskboard/tasks?projectId=…POST /api/taskboard/tasksPATCH /api/taskboard/tasks/:idDELETE /api/taskboard/tasks/:id