@extends('layouts.marketing') @section('title', 'Home') @push('styles') @endpush @section('content')

AI-powered marketing and commerce in one place

Generate content, run campaigns, sell digital products, and automate replies with your knowledge base. Multi-tenant, secure, and ready to deploy.

@if($installed) Log in Get started @else Complete setup @endif

Everything you need

AI content

Generate marketing copy and content with AI, using your knowledge base for context.

Campaigns

Schedule and publish posts to social platforms. Track status and export data.

Social replies

Auto-reply to messages with AI, configurable tone and conversation memory.

Knowledge base

Upload documents, chunk and index. Feed context into AI and auto-replies.

Products & orders

Sell digital products, manage orders, and deliver files with signed URLs.

Landing pages

Build and publish landing pages. Team members and plan limits included.

@if(!empty($pricing))

Plans

@foreach($pricing as $planKey => $plan) @php $amount = $plan['amount_paise'] ?? 0; $currency = $plan['currency'] ?? 'INR'; $duration = $plan['duration_days'] ?? 30; $label = $planKey === 'free' ? 'Free' : ucfirst($planKey); $priceDisplay = $amount === 0 ? 'Free' : (number_format($amount / 100) . ' ' . $currency . '/' . $duration . ' days'); @endphp

{{ $label }}

{{ $priceDisplay }}@if($amount > 0) / {{ $duration }} days@endif

Upgrade in-app after login.

@endforeach
@endif

Ready to get started?

Install in minutes with the web installer. No command line required.

@if($installed) Log in @else Install now @endif
@endsection