Early research preview — this project is an experiment and may change significantly.
Bloktastic

Preset

SaaS Growth Starter

Preset focused on SaaS conversion pages with features, pricing tiers, testimonials, lead capture, and contact forms.

#saas#growth#conversion#starter

README

md

# @bloktastic/saas-growth-starter

Preset focused on SaaS conversion pages with features, pricing tiers, testimonials, lead capture, and contact forms.

## Includes
- `@bloktastic/navbar`
- `@bloktastic/hero`
- `@bloktastic/feature-grid`
- `@bloktastic/cta-banner`
- `@bloktastic/pricing-section`
- `@bloktastic/testimonial-grid`
- `@bloktastic/newsletter-section`
- `@bloktastic/contact-section`
- `@bloktastic/footer`

## Installation

```bash
bloktastic add @bloktastic/saas-growth-starter
```

Manifest

json

{
  "$schema": "https://bloktastic.com/schema/bloktastic.schema.json",
  "name": "@bloktastic/saas-growth-starter",
  "type": "preset",
  "version": "1.0.0",
  "title": "SaaS Growth Starter",
  "description": "Preset focused on SaaS conversion pages with features, pricing tiers, testimonials, lead capture, and contact forms.",
  "author": {
    "name": "Bloktastic",
    "github": "bloktastic"
  },
  "tags": [
    "saas",
    "growth",
    "conversion",
    "starter"
  ],
  "files": {
    "readme": "README.md"
  },
  "includes": [
    "@bloktastic/navbar",
    "@bloktastic/hero",
    "@bloktastic/feature-grid",
    "@bloktastic/cta-banner",
    "@bloktastic/pricing-section",
    "@bloktastic/testimonial-grid",
    "@bloktastic/newsletter-section",
    "@bloktastic/contact-section",
    "@bloktastic/footer"
  ],
  "metadata": {
    "created": "2026-02-07",
    "updated": "2026-02-07",
    "status": "stable"
  }
}