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

# Quickstart

> Get your first product live and ready for customers in minutes

Get your software products live and ready for customers in under 10 minutes. CNAP handles the infrastructure complexity so you can focus on what matters — building and selling great software.

<Card title="Start Interactive Quickstart" cta="Follow Along Now" icon="arrow-right" href="https://cnap.tech/quickstart">
  The interactive onboarding is the fastest path towards your first sale.
</Card>

<Frame>
  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/mZ0sJh3R6cY?rel=0" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## What You'll Do

<Steps>
  <Step title="Create your first product" icon="box">
    Pick a Helm chart and CNAP packages it into a deployable product.
  </Step>

  <Step title="Configure pricing" icon="money-bill">
    Connect Stripe and set up pricing plans for your marketplace.
  </Step>

  <Step title="Deploy to a cluster" icon="server">
    Deploy your product to a managed or imported Kubernetes cluster.
  </Step>

  <Step title="Go live" icon="store">
    Your product appears in the marketplace, ready for customers to purchase.
  </Step>
</Steps>

## Prerequisites

* A CNAP account ([sign up at cnap.tech](https://cnap.tech))
* A Stripe account (optional, for accepting payments)

<Info>
  No Kubernetes or DevOps expertise required — CNAP handles the infrastructure for you.
</Info>

## What Happens Next

After completing the quickstart, your product is live on the [Marketplace](https://cnap.tech/marketplace). Here's how to start making money:

<Card title="Simple Math to Your First Million" icon="money-bill-trend-up">
  <p>
    <strong>10 paying customers</strong> × $100/month = $1,000 MRR → \$12K ARR →{' '}
    <strong>YOUR FIRST MICRO-SAAS</strong>
  </p>

  <p>
    Then scale to <strong>100 customers</strong> = $10K MRR → $120K ARR →{' '}
    <strong>LIFE-CHANGING INCOME</strong>
  </p>
</Card>

### Next Steps

<CardGroup cols={2}>
  <Card title="Customize Your Marketplace" icon="store" href="/marketplace">
    Brand your storefront and optimize for customer conversion
  </Card>

  <Card title="Learn Proven Success Strategies" icon="money-bill-trend-up" href="/success/build-million-dollar-products">
    Study how to turn software into million-dollar businesses
  </Card>

  <Card title="Add More Products" icon="plus" href="/products">
    Expand your catalog with additional software offerings
  </Card>

  <Card title="AI & Agents" icon="robot" href="/ai/index">
    Connect AI tools to manage CNAP programmatically
  </Card>
</CardGroup>

## Good to Know

<AccordionGroup>
  <Accordion title="Basic Cloud Concepts" icon="cloud">
    Understanding the basics of cloud infrastructure will help you get started quickly:

    * **Server:** A physical or virtual machine that runs your applications.
    * **<Tooltip headline="Cluster" tip="A cluster is a group of servers (worker nodes) working together to run your applications. In Kubernetes, clusters provide reliability, scalability, and resource management.">Cluster</Tooltip>:** A group of servers working together for reliability and scalability.
    * **Cloud Instance:** A virtual server provided by a cloud provider.

    For more information:

    * [Kubernetes: What is a Cluster? →](https://kubernetes.io/docs/concepts/overview/components/)
  </Accordion>

  <Accordion title="Cloud Regions" icon="earth-europe">
    **Cloud regions** let you organize your infrastructure by geographical location. Choosing the right region can improve performance for and help meet data residency requirements of your customers.

    * Regions are typically named by location (e.g., `fsn1` for Falkenstein, Germany in Hetzner Cloud).
    * Deploying in multiple regions can provide redundancy and lower latency for global customers.
  </Accordion>

  <Accordion title="Helm Charts" icon="life-ring">
    **Helm charts** are packages that simplify deploying and managing software on Kubernetes. When you create a product with Helm sources, CNAP automatically generates a versioned, self-contained package that combines all your sources into a single package.

    * Many popular applications already have Helm charts available.
    * CNAP automatically generates packages from your sources
    * Packages are versioned and self-contained (all dependencies bundled)

    Explore:

    * [Using Helm →](https://helm.sh/docs/intro/using_helm/)
    * [Package Generation →](/charts/chart-generation)
  </Accordion>

  <Accordion title="Stripe Payment Provider" icon="money-bill">
    **<Tooltip headline="Stripe" tip="Stripe is a payment processing platform that CNAP integrates with to handle customer payments. You connect your Stripe account to enable payments for your products.">Stripe</Tooltip>** is a widely used solution for accepting payments online.

    * You do not need to create a Stripe account before using CNAP.
    * Connect your Stripe account using the integrated button in the CNAP dashboard.
  </Accordion>
</AccordionGroup>

## Need Help?

<AccordionGroup>
  <Accordion title="Server not connecting to CNAP">
    * Check that the machine has internet connectivity
    * Verify the setup command was copied correctly
    * Ensure you're running the command as root (with `sudo`)
    * Wait 2-3 minutes for the connection to establish
  </Accordion>

  <Accordion title="Want automated server management?">
    CNAP is planning automatic server provisioning and management using cloud provider APIs. See our
    [KaaS docs →](/clusters) for details.
  </Accordion>

  <Accordion title="Have existing infrastructure?">
    You can connect existing Kubernetes clusters to CNAP instead of creating new
    ones. [Import guide →](/clusters/import)
  </Accordion>
</AccordionGroup>

<Tip>
  Start with one server and add more as your customer base grows. CNAP makes it easy to scale your infrastructure without any downtime.
</Tip>
