Start Interactive Quickstart
The interactive onboarding is the fastest path towards your first sale.
What You’ll Do
Prerequisites
- A CNAP account (sign up at cnap.tech)
- A Stripe account (optional, for accepting payments)
No Kubernetes or DevOps expertise required — CNAP handles the infrastructure for you.
What Happens Next
After completing the quickstart, your product is live on the Marketplace. Here’s how to start making money:Simple Math to Your First Million
10 paying customers × 1,000 MRR → $12K ARR → YOUR FIRST MICRO-SAAS
Then scale to 100 customers = 120K ARR → LIFE-CHANGING INCOME
Next Steps
Customize Your Marketplace
Brand your storefront and optimize for customer conversion
Learn Proven Success Strategies
Study how to turn software into million-dollar businesses
Add More Products
Expand your catalog with additional software offerings
AI & Agents
Connect AI tools to manage CNAP programmatically
Good to Know
Basic Cloud Concepts
Basic Cloud Concepts
Understanding the basics of cloud infrastructure will help you get started quickly:
- Server: A physical or virtual machine that runs your applications.
- : A group of servers working together for reliability and scalability.
- Cloud Instance: A virtual server provided by a cloud provider.
Cloud Regions
Cloud Regions
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.,
fsn1for Falkenstein, Germany in Hetzner Cloud). - Deploying in multiple regions can provide redundancy and lower latency for global customers.
Helm Charts
Helm Charts
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)
Stripe Payment Provider
Stripe Payment Provider
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.
Need Help?
Server not connecting to CNAP
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
Want automated server management?
Want automated server management?
CNAP is planning automatic server provisioning and management using cloud provider APIs. See our
roadmap → for timeline and KaaS docs → for details.
Have existing infrastructure?
Have existing infrastructure?
You can connect existing Kubernetes clusters to CNAP instead of creating new
ones. Import guide →