FlowMock demo apps

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.

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