> ## Documentation Index
> Fetch the complete documentation index at: https://runlet.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform Overview

> Learn about Runlet's core features and how they work together

## What Makes Runlet Different?

Runlet bridges the gap between **natural language** and **technical automation**. Instead of manually building n8n workflows node by node, you simply describe what you want to accomplish, and our AI agent handles the technical implementation.

<CardGroup cols={2}>
  <Card title="Traditional Approach" icon="wrench">
    * Manual node configuration - Technical n8n knowledge required -
      Time-intensive setup - Trial and error debugging
  </Card>

  <Card title="Runlet Approach" icon="magic">
    * Natural language descriptions - AI-powered workflow generation - Instant
      deployment and testing - Intelligent error resolution
  </Card>
</CardGroup>

## Core Platform Benefits

Runlet provides a comprehensive automation solution with these key advantages:

<AccordionGroup>
  <Accordion title="AI-Powered Automation">
    Our intelligent AI agent handles the technical complexity of workflow creation, allowing you to focus on your business needs rather than technical implementation.
  </Accordion>

  <Accordion title="Extensive Template Library">
    Access thousands of pre-built workflow templates covering common business
    scenarios, all contributed and tested by our community.
  </Accordion>

  <Accordion title="Smart Discovery">
    Find the right workflows quickly with our intelligent search system that
    understands your requirements and suggests relevant solutions.
  </Accordion>

  <Accordion title="Seamless Integration">
    Connect directly with your n8n instance for immediate deployment and management of your automation workflows.
  </Accordion>
</AccordionGroup>

## Simple Workflow Creation

Creating automation with Runlet is straightforward:

<Steps>
  <Step title="Describe Your Needs">
    Tell our AI agent what you want to automate in plain English. **Example**:
    "Send a Slack notification when a new customer signs up in Stripe"
  </Step>

  <Step title="AI Processing">
    Our AI agent analyzes your requirements and finds the best approach to build
    your automation.
  </Step>

  <Step title="Workflow Generation">
    A complete, production-ready n8n workflow is generated with all necessary
    configurations and error handling.
  </Step>

  <Step title="Testing & Deployment">
    The workflow is automatically tested and deployed to your n8n instance,
    ready to run immediately.
  </Step>
</Steps>

## Key Features

### 🎯 Smart Workflow Discovery

Runlet provides intelligent workflow discovery with:

* **Extensive template library** covering common automation scenarios
* **Smart search** that understands your intent and requirements
* **Category-based filtering** by business function and complexity
* **Integration-specific templates** for popular services

### 🔧 Production-Ready Workflows

Our AI generates professional-quality workflows with:

* **Built-in error handling** and reliability features
* **Security best practices** for credential management
* **Optimized performance** for efficient execution
* **Clear documentation** with setup instructions

### 🚀 One-Click Deployment

From concept to running automation in minutes:

* **Automatic credential detection** and setup guidance
* **Real-time testing** before deployment
* **Instant activation** in your n8n instance
* **Execution monitoring** and error reporting

### 🤝 Community Ecosystem

Learn from and contribute to a growing community:

* **Share your workflows** with others
* **Browse community templates** for inspiration
* **Rate and review** workflows
* **Collaborate** on complex automation projects

## Supported Integrations

Runlet works with all n8n-supported services, including:

<Tabs>
  <Tab title="Communication">
    * Slack - Discord - Microsoft Teams - Telegram - Email (SMTP/IMAP) -
      WhatsApp Business
  </Tab>

  <Tab title="CRM & Sales">
    * HubSpot - Salesforce - Pipedrive - Airtable - Notion - Monday.com
  </Tab>

  <Tab title="E-commerce">
    * Shopify - WooCommerce - Stripe - PayPal - Magento - BigCommerce
  </Tab>

  <Tab title="Cloud & Storage">
    * Google Drive - Dropbox - AWS S3 - OneDrive - Box - FTP/SFTP
  </Tab>

  <Tab title="Development">
    * GitHub - GitLab - Jira - Jenkins - Docker - Kubernetes
  </Tab>

  <Tab title="Marketing">
    * Mailchimp - SendGrid - Twilio - Facebook Ads - Google Ads - LinkedIn
  </Tab>
</Tabs>

## Getting Started

Ready to build your first workflow? Here are your next steps:

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="rocket" href="/getting-started/quickstart">
    Follow our step-by-step guide to create your first workflow
  </Card>

  <Card title="Connect n8n" icon="link" href="/integrations/n8n-setup">
    Learn how to connect your n8n instance to Runlet
  </Card>

  <Card title="Setup Supabase" icon="database" href="/integrations/supabase-setup">
    Configure Supabase for intelligent workflow search
  </Card>

  <Card title="Browse Templates" icon="template" href="/getting-started/community-workflows">
    Explore pre-built workflows from the community
  </Card>
</CardGroup>
