Closo isn't one piece of software. There's the extension that runs in your browser, and there's the Closo server (running in our data center) that you reach when you load app.closo.co. They split the work in a specific way, and knowing where the line is helps when something isn't working.
Extension's job
The extension is the part that touches marketplaces. Specifically:
Listing, editing, delisting
Catching cookies and tokens
Background session refresh
Watching for status updates
Importing inventory
Server's job
The Closo server is the part that thinks and stores. Specifically:
Storing your products and inventory
Orchestrating the queue
Running the AI features
Showing dashboards and reports
Talking to eBay and Shopify
Why split this way?
Anything that needs to look like normal seller behavior (listing, browsing, refreshing) goes through your browser via the extension, because that's the only way marketplaces accept it. Anything that needs durable storage, big compute, or AI runs server-side because browsers can't do that well. The split happens at the boundary of 'does this need to be you?'
If you want the deeper rationale, see /help/a/why-closo-needs-an-extension.
What this means for reliability
Both pieces need to be working for Closo to feel snappy. If the extension is uninstalled, queued listings sit waiting until you reinstall. If Closo's server is down (rare), your inventory dashboards stop refreshing but already-queued items can still finish through the extension.
When something doesn't seem right, knowing which side is responsible saves you a lot of time. A yellow marketplace badge is usually the extension. An empty dashboard is usually the server. We have a status page for our server-side at status.closo.co — bookmark it.
Open dashboard