Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head><meta charset="UTF-8"><title>Pricing</title></head> | |
| <body> | |
| <h1>Simple, transparent pricing</h1> | |
| <p>Start free. Scale as you grow.</p> | |
| <div> | |
| <div> | |
| <h2>Hobby</h2> | |
| <p>For personal projects</p> | |
| <p>$0<span>/mo</span></p> | |
| <ul> | |
| <li>β 3 projects</li><li>β 1 GB storage</li><li>β Community support</li> | |
| </ul> | |
| <button>Get started</button> | |
| </div> | |
| <div> | |
| <span>MOST POPULAR</span> | |
| <h2>Pro</h2> | |
| <p>For growing teams</p> | |
| <p>$29<span>/mo</span></p> | |
| <ul> | |
| <li>β Unlimited projects</li><li>β 50 GB storage</li><li>β Priority support</li><li>β Team collaboration</li> | |
| </ul> | |
| <button>Start free trial</button> | |
| </div> | |
| <div> | |
| <h2>Enterprise</h2> | |
| <p>For large organisations</p> | |
| <p>Custom</p> | |
| <ul> | |
| <li>β Unlimited everything</li><li>β SSO & SAML</li><li>β SLA guarantee</li><li>β Dedicated support</li> | |
| </ul> | |
| <button>Contact sales</button> | |
| </div> | |
| </div> | |
| </body> | |
| </html> | |