Docs
Pricing

Pricing

A beautiful pricing form for your website

Pricing Plan

Here you can choose your preferred payment plan.

What's included in the SaaS

  • SaaS Ownership
  • Stripe、PayPal
  • Prisma ORM
  • NextAuth
  • Tailwind CSS
  • PlanetScale
  • Editorjs
  • Postmark
  • Premium Support
Loading...

Starter

$29/month

  • Basic Features
  • 5 Projects
  • Team Chat
Popular

Pro

$59/month

  • Advanced Features
  • 15 Projects
  • Priority Support

Enterprise

$99/month

  • Custom Features
  • Unlimited Projects
  • 24/7 Support
Loading...

Basic

$19

Standard

$39

Premium

$79

Ultimate

$129

Loading...

Team

$49/month

  • Up to 10 team members
  • Advanced analytics
  • Custom branding
  • API access
  • 24/7 support

Business

$99/month

  • Unlimited team members
  • Enterprise analytics
  • White-label solution
  • Priority API access
  • Dedicated support
Loading...
Lite

$9

per month

Pro

$19

per month

Elite

$29

per month

Loading...

Basic

$29

Pro

$59

Business

$99

Core Features
Advanced Analytics
Priority Support
Custom Domain
API Access
Loading...

Personal

$15/mo

Startup

$35/mo

Organization

$75/mo

Loading...

Free

$0

Plus

$25

Pro

$45

Loading...

Basic

$19

Pro

$39

Enterprise

$79

Loading...

Mini

$9

Starter

$19

Pro

$39

Enterprise

$79

Loading...

Installation

Install the following dependencies:

npm install framer-motion

Copy and paste the cn util code into your project.

import { ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
 
 
export function cn(...inputs: ClassValue[]) {
  return twMerge(clsx(inputs))
}
 

Copy and paste the pricing code into your project.