skills/monetize.fluxapay.xyz/xmedo-app-builder

xmedo-app-builder

Installation
SKILL.md

xmedo App Builder

xmedo is a chat-driven full-stack application builder. You describe what you want in natural language and xmedo generates and deploys a production-ready web product (frontend + backend + database + hosting), powered by the Medo platform.

Typical outputs: websites, web apps, dashboards, SaaS products, admin panels, internal tools, landing pages, interactive pages, and browser/mini games.

TL;DR: build and ship an app

One-time setup (wallet + python3) is in the Setup section below. Once that is done, the whole happy path is four commands:

# 1. create from a prompt (returns app_id). Prompts can be in any language.
APP=$(python3 scripts/xmedo_api.py create --text "a todo list app" --json | python3 -c "import sys,json;print(json.load(sys.stdin)['app_id'])")
Installs
9
First Seen
Jul 1, 2026
xmedo-app-builder from monetize.fluxapay.xyz