@include('ai_includes.header')

Choose Your Plan

Unlock the full potential of our service with one of our subscription plans.

@foreach($plans as $plan)

{{ $plan->name }}

@if($plan->bestseller == 1)
Bestseller
@endif
{{ $plan->price }}/mo ₹{{ $plan->price + round($plan->price * 0.2) }}
    @foreach(json_decode($plan->features, true) as $feature)
  • {{ $feature['text'] }}
  • @endforeach
Subscribe
@endforeach

  • One Side Pillow Tracking: Tracks sleep data from the pillow placed on one side of the bed.
  • 7-Day Sleep Report: Provides sleep summaries for the past 7 days.
  • Basic Sleep Analytics: Includes basic metrics like sleep duration, interruptions, and wake-up times.
  • Both Side Pillow Tracking: Monitors sleep data from pillows on both sides of the bed for couples or dual usage.
  • 15-Day Sleep Report: Delivers in-depth insights covering the last 15 days of sleep patterns.
  • Advanced Sleep Analytics: Adds detailed metrics like sleep cycles, REM phases, and sleep quality scoring.
  • Personalized Sleep Coaching: Offers custom advice and tips based on your sleep behavior and trends.

* Prices are subject to change without notice.

@include('ai_includes.footer')