This repository contains the documentation for Gainable, the AI-powered no-code app builder.
docs/
├── introduction.mdx # Platform overview
├── quickstart.mdx # First app in 5 minutes
│
├── concepts/
│ ├── how-it-works.mdx # How Gainable builds apps
│ ├── agents.mdx # The build agent system
│ └── skills.mdx # Built-in capabilities
│
├── prompting/
│ ├── overview.mdx # Prompt strategy fundamentals
│ ├── best-practices.mdx # Writing effective prompts
│ ├── examples.mdx # Real prompt examples
│ └── common-patterns.mdx # Templates for common apps
│
├── building/
│ ├── data-connectors.mdx # Datasets and external sources
│ ├── data-models.mdx # Data and schemas
│ ├── views.mdx # UI and pages
│ ├── real-time.mdx # Live updates
│ └── collaboration.mdx # Chat, files, comments
│
├── copilots/ # Gaia Copilot: conversational AI in apps
│ ├── overview.mdx
│ ├── configuring.mdx
│ ├── data-access.mdx
│ ├── knowledge.mdx
│ └── embedding.mdx
│
├── autopilot/ # Gaia Autopilot: autonomous, draft-and-approve
│ ├── overview.mdx
│ ├── objectives.mdx
│ ├── playbooks.mdx
│ ├── triggers.mdx
│ ├── tools.mdx
│ ├── risk-tiers.mdx
│ ├── inbox.mdx
│ ├── scopes.mdx
│ ├── agent-action-log.mdx
│ ├── connect-outbound.mdx
│ └── recipes.mdx
│
├── skills/
│ ├── chartjs.mdx # Data visualization
│ ├── kanban.mdx # Drag-drop boards
│ ├── weavy.mdx # Collaboration features
│ └── design.mdx # Themes and styling
│
├── compare/ # vs Retool, Appsmith, Lovable, Replit, Structify
│
└── reference/
├── api.mdx # Generated app APIs
└── troubleshooting.mdx # Common issues
-
Install the Mintlify CLI:
npm i -g mintlify
-
Run the local development server:
mintlify dev
-
Open
http://localhost:3000to preview the docs.
Documentation is automatically deployed when changes are pushed to the main branch.
- Make changes to the relevant
.mdxfiles - Preview locally with
mintlify dev - Create a pull request