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

# Reviews

> Read customer feedback on our apps and share your experience by leaving a HubSpot Marketplace review.

export const CollectReviews = () => {
  return <div style={{
    width: '100%'
  }}>
      <section aria-labelledby="marketplace-ratings-heading">
        <h2 id="marketplace-ratings-heading" style={{
    marginBottom: '12px'
  }}>
          HubSpot Marketplace Ratings
        </h2>
        <div style={{
    display: 'grid',
    gridTemplateColumns: 'repeat(auto-fit, minmax(min(100%, 280px), 1fr))',
    gap: '12px'
  }}>
          <a href="https://ecosystem.hubspot.com/marketplace/listing/hubclock-by-thread-integrations-552213" target="_blank" rel="noopener noreferrer" style={{
    border: '1px solid rgba(127, 127, 127, 0.25)',
    borderRadius: '12px',
    color: 'inherit',
    padding: '16px',
    textDecoration: 'none'
  }}>
            <div style={{
    fontWeight: 600,
    marginBottom: '8px'
  }}>StopWatch</div>
            <div style={{
    alignItems: 'baseline',
    display: 'flex',
    gap: '24px'
  }}>
              <span aria-label="3.8 out of 5 stars" style={{
    color: '#F5A623',
    fontSize: '24px',
    fontWeight: 700
  }}>
                ★ 3.8 / 5
              </span>
              <span style={{
    opacity: 0.7
  }}>14 reviews</span>
            </div>
            <div style={{
    fontSize: '14px',
    marginTop: '12px'
  }}>
              Read individual reviews on HubSpot →
            </div>
          </a>
          <a href="https://ecosystem.hubspot.com/marketplace/listing/utilities-by-thread-integrations-2016879" target="_blank" rel="noopener noreferrer" style={{
    border: '1px solid rgba(127, 127, 127, 0.25)',
    borderRadius: '12px',
    color: 'inherit',
    padding: '16px',
    textDecoration: 'none'
  }}>
            <div style={{
    fontWeight: 600,
    marginBottom: '8px'
  }}>Utilities</div>
            <div style={{
    alignItems: 'baseline',
    display: 'flex',
    gap: '24px'
  }}>
              <span aria-label="1 out of 5 stars" style={{
    color: '#F5A623',
    fontSize: '24px',
    fontWeight: 700
  }}>
                ★ 1 / 5
              </span>
              <span style={{
    opacity: 0.7
  }}>1 review</span>
            </div>
            <div style={{
    fontSize: '14px',
    marginTop: '12px'
  }}>
              Read individual reviews on HubSpot →
            </div>
          </a>
        </div>
        <p style={{
    fontSize: '13px',
    marginBottom: '24px',
    opacity: 0.7
  }}>
          Ratings sourced from HubSpot Marketplace. Last updated 2 September
          2026.
        </p>
      </section>

      <h2 style={{
    marginBottom: '4px',
    marginTop: '56px'
  }}>
        Submit a Review
      </h2>
      <p style={{
    marginBottom: '8px'
  }}>
        Sign in to HubSpot below to share your experience with our apps on the
        HubSpot Marketplace.
      </p>
      <div style={{
    display: 'grid',
    gridTemplateColumns: 'repeat(auto-fit, minmax(min(100%, 360px), 1fr))',
    gap: '12px',
    width: '100%'
  }}>
        <div aria-label="Review StopWatch" style={{
    height: '370px',
    minWidth: 0,
    overflow: 'hidden'
  }}>
          <iframe src="https://app.hubspot.com/marketplace-external-review-public/sign-in/hubclock-by-thread-integrations-552213" width="100%" height="600" style={{
    border: 'none',
    display: 'block',
    transform: 'translateY(-90px)',
    width: '100%'
  }} title="Review StopWatch on the HubSpot Marketplace" loading="lazy" />
        </div>
        <div aria-label="Review Utilities" style={{
    height: '370px',
    minWidth: 0,
    overflow: 'hidden'
  }}>
          <iframe src="https://app.hubspot.com/marketplace-external-review-public/sign-in/utilities-by-thread-integrations-2016879" width="100%" height="600" style={{
    border: 'none',
    display: 'block',
    transform: 'translateY(-90px)',
    width: '100%'
  }} title="Review Utilities on the HubSpot Marketplace" loading="lazy" />
        </div>
      </div>
      <p style={{
    fontSize: '13px',
    marginTop: '8px',
    opacity: 0.7,
    textAlign: 'center'
  }}>
        Prefer to submit directly in HubSpot?{' '}
        <a href="https://app-eu1.hubspot.com/l/marketplace/listing/hubclock-by-thread-integrations-552213/write-review?eco_review_source=provider" target="_blank" rel="noopener noreferrer">
          Review StopWatch
        </a>{' '}
        ·{' '}
        <a href="https://app-eu1.hubspot.com/l/marketplace/listing/utilities-by-thread-integrations-2016879/write-review?eco_review_source=provider" target="_blank" rel="noopener noreferrer">
          Review Utilities
        </a>
      </p>
    </div>;
};

<CollectReviews />
