> For the complete documentation index, see [llms.txt](https://docs.taskade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taskade.com/run-your-business-on-genesis/run-your-business/from-idea-to-live-business.md).

# From Idea to Live Business

You have a business problem and an idea for an app that fixes it. This guide is the spine: five steps that take you from a plain-English idea to a real, branded app your customers can sign in to and use. Each step links to a full guide when you want the detail.

The five steps form one path from idea to a live, branded app.

```mermaid
graph LR
  A["Step 1<br/>Describe your app<br/>to Taskade Genesis"] --> B["Step 2<br/>Shape data into a<br/>system of record"]
  B --> C["Step 3<br/>Add login and roles"]
  C --> D["Step 4<br/>Put it on your<br/>own domain"]
  D --> E["Step 5<br/>Right-size your plan<br/>and go live"]
```

***

## Step 1 — Describe your app to Genesis

Start with the problem, not the software. Tell Taskade Genesis what you do, who will use the app, and what should happen when they use it. EVE turns that description into a working app — the screens, the data behind them, and the logic that connects them. This is where your idea becomes something you can click. You build by describing changes in plain English, so refining is just another sentence.

→ Full guide: [Getting Started with Taskade Genesis](/taskade-genesis/genesis/getting-started.md)

## Step 2 — Shape your data into a system of record

Every real business app remembers things — customers, bookings, orders, requests. Taskade Genesis creates the databases your app needs automatically, and this is where you shape them: name your fields clearly, link related records, and choose the view (table, board, calendar, and more) that matches how you actually work. Get this right and your app stops being a form and becomes a single source of truth your whole business runs on.

→ Full guide: [Projects & Databases](/workspaces/workspaces/projects-databases.md)

## Step 3 — Add login and roles

The moment real people use your app, you need accounts. GenesisAuth gives every app secure sign-in with no setup — you describe that users should log in, and the sign-in screen is built for you. From the App Users tab you invite people, suspend access, and decide who sees what. This is what turns a shared link into a real multi-user product.

→ Full guide: [GenesisAuth](/community-and-sharing/community-and-sharing/genesis-auth.md)

## Step 4 — Put it on your own domain

A branded web address makes your app look like software you commissioned, not a tool you borrowed. Connect a domain like `app.yourcompany.com`, point one DNS record at Taskade, and your app goes live with automatic HTTPS — your customers see your brand, never a random link. This is the difference between a prototype and a product people trust with their data.

→ Full guide: [Custom Domains & Branding](/taskade-genesis/space-apps-guide/custom-domains.md)

## Step 5 — Right-size your plan and go live

Your app runs on AI, and AI runs on credits. Before launch, match your plan and credit balance to how much you expect to use — turn on Auto Top-Up so a busy day never stops your workflows mid-task. Confirm billing is in order, then publish. You are live.

→ Full guide: [Credits & Billing](/help/account-management/credits-and-billing.md)

***

{% hint style="success" %}
**Before you announce it, run the checklist.** Walk the [Go-Live Checklist](/run-your-business-on-genesis/run-your-business/go-live-checklist.md) to confirm sign-in, data, domain, and billing are all ready for real customers.
{% endhint %}

## Next steps

* [Go-Live Checklist](/run-your-business-on-genesis/run-your-business/go-live-checklist.md) — final pre-launch pass before you share the link
* [Add Login & Roles](/run-your-business-on-genesis/run-your-business/add-login-and-roles.md) — go deeper on accounts and access control
* [Getting Started with Taskade Genesis](/taskade-genesis/genesis/getting-started.md) — revisit Step 1 to refine your app
* [Custom Domains & Branding](/taskade-genesis/space-apps-guide/custom-domains.md) — polish your branded launch
* [Run your live app by talking to Claude](/developers/workspace-mcp/run-your-app-with-ai.md) — once you're live, read and update your app's data in plain English


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.taskade.com/run-your-business-on-genesis/run-your-business/from-idea-to-live-business.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
