Get started

Last updated: July 3, 2026

WEEGLOO is a platform that turns the screens you have built into a real, working service. Without having to learn how the content studio works or what format data is exchanged in, you tell the AI agent you already use in plain words, and it sets up everything needed behind the screen: members, data, publishing, and deployment. Two steps give you the feel of it.

1. Connect your AI agent

Select the coding agent you use and follow the guide below.

Agent

Don't see your agent? Install directly, interactively

1

Install MCP · Skills

Copy the install command and run it in your terminal.

Terminal
$ npx weegloo@latest -y \ --agent claude \ --token wgl_••••••••••••
2

Authenticate MCP

Copy the auth command and run it in your terminal.

This step needs the Claude Code CLI (claude). If it is not installed, install Claude Code first.
Terminal
$ claude mcp login weegloo

Run it, then enter the token below in the auth window that appears. After authenticating, restart the agent if it was already running.

2. One line is all it takes

You do not even have to describe what you are building. This one line is enough.

Integrate this with WEEGLOO.

The agent looks at the screens you built and works out for itself what kind of service it is. Then it completes the features you need, such as members, permissions, and search. If it is a web service, it even handles deployment for you.

What comes next