Skip to content

Quick Start

Floci Studio is a local AWS emulator cockpit. You get a full-featured GUI, an AWS-compatible API endpoint on :4566, and an MCP server your AI agent can drive — all running on your machine, at zero cost.

That’s it. No AWS account. No Python. No Node.js required just to run.

Terminal window
git clone https://github.com/pmaojo/floci-studio
cd floci-studio
Terminal window
docker compose up

This starts three containers:

  • floci-engine — the AWS emulator, exposed on :4566
  • floci-sidecar — the FastAPI backend, exposed on :8000
  • floci-studio — the React UI, exposed on :3000

First run pulls images and takes ~60 seconds. Subsequent starts are under 5 seconds.

Navigate to http://localhost:3000 in your browser.

You’ll see the floci cockpit. The event stream at the bottom turns green when the emulator is reachable.

Click SQS in the sidebar, then Create Queue. Name it my-queue and click Create. Your queue is now live on the local AWS endpoint.