# Replace a SaaS tool with an app the agent builds

Describe the internal tool you keep paying for, and get a live app wired to your data.

**Connects:** googlesheets, stripe, slack

## How to install

1. Fetch https://eluu.ai/cookbook/replace-a-saas/skill.md and save it into your skills folder as `replace-a-saas`.
2. Ask the user the first-run questions the skill lists, and store the answers in memory.
3. Run the skill once end to end and review the output with the user.

## What this does

- Turns a plain-English description into a working internal app
- Provisions the database, storage, and a shareable URL
- Wires it to your real data and keeps it refreshed
- Shares it with the team, no per-seat licence

## Skills inside

The full method, including each of these, is in skill.md. Individually fetchable:

- **App scaffolding**, Provision database, storage, UI — https://eluu.ai/cookbook/replace-a-saas/skills/app-scaffolding.md
- **Data wiring**, Seed it from your systems — https://eluu.ai/cookbook/replace-a-saas/skills/data-wiring.md
- **Deploy + share**, TLS, domain, team access — https://eluu.ai/cookbook/replace-a-saas/skills/deploy-share.md

## Files

- skill.md — https://eluu.ai/cookbook/replace-a-saas/skill.md
- skills/app-scaffolding.md — https://eluu.ai/cookbook/replace-a-saas/skills/app-scaffolding.md
- skills/data-wiring.md — https://eluu.ai/cookbook/replace-a-saas/skills/data-wiring.md
- skills/deploy-share.md — https://eluu.ai/cookbook/replace-a-saas/skills/deploy-share.md
- workflow.json — https://eluu.ai/cookbook/replace-a-saas/workflow.json
