Skip to content

gainable-inc/docs

Repository files navigation

Gainable Documentation

This repository contains the documentation for Gainable, the AI-powered no-code app builder.

Documentation Structure

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

Local Development

  1. Install the Mintlify CLI:

    npm i -g mintlify
  2. Run the local development server:

    mintlify dev
  3. Open http://localhost:3000 to preview the docs.

Deployment

Documentation is automatically deployed when changes are pushed to the main branch.

Contributing

  1. Make changes to the relevant .mdx files
  2. Preview locally with mintlify dev
  3. Create a pull request

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from mintlify/starter