@extends('layouts.public') @section('title', 'Self-Hosted Email Marketing Platform') @section('pageId', 'home-5') @php use App\Models\Setting; $navTheme = 'light'; // Dynamic content from settings $heroTitle = Setting::get('hero_title', 'The Future of Email Marketing'); $heroSubtitle = Setting::get('hero_subtitle', 'Launch powerful email campaigns with our self-hosted platform. Complete control, no limits, maximum deliverability.'); $ctaText = Setting::get('cta_text', 'Start Free Trial'); $ctaSecondaryText = Setting::get('cta_secondary_text', 'Watch Demo'); // Stats $statEmails = Setting::get('stat_emails_sent', '50M+'); $statUsers = Setting::get('stat_users', '10K+'); $statUptime = Setting::get('stat_uptime', '99.9%'); // Features $features = [ [ 'icon' => 'mail', 'title' => 'Advanced Campaigns', 'description' => 'Create beautiful, responsive email campaigns with our drag-and-drop builder and smart templates.' ], [ 'icon' => 'users', 'title' => 'Audience Segmentation', 'description' => 'Target the right subscribers with powerful segmentation based on behavior and preferences.' ], [ 'icon' => 'bar-chart-2', 'title' => 'Real-time Analytics', 'description' => 'Track opens, clicks, and conversions with detailed analytics and visual reports.' ], [ 'icon' => 'zap', 'title' => 'Marketing Automation', 'description' => 'Set up automated workflows, drip campaigns, and trigger-based emails effortlessly.' ], [ 'icon' => 'shield', 'title' => 'Data Privacy', 'description' => 'Self-hosted solution means your data stays on your servers. Full GDPR compliance.' ], [ 'icon' => 'code', 'title' => 'API & Integrations', 'description' => 'Connect with your favorite tools through our REST API and native integrations.' ] ]; // Integrations $integrations = [ ['name' => 'Zapier', 'icon' => 'zap'], ['name' => 'Slack', 'icon' => 'message-square'], ['name' => 'WordPress', 'icon' => 'globe'], ['name' => 'Shopify', 'icon' => 'shopping-bag'], ['name' => 'Stripe', 'icon' => 'credit-card'], ['name' => 'HubSpot', 'icon' => 'target'], ]; // Testimonials $testimonials = [ [ 'quote' => 'This platform transformed our email marketing. We saw a 40% increase in open rates within the first month.', 'author' => 'Sarah Johnson', 'role' => 'Marketing Director', 'company' => 'TechStart Inc.' ], [ 'quote' => 'Finally, a self-hosted solution that doesn\'t compromise on features. The automation capabilities are incredible.', 'author' => 'Michael Chen', 'role' => 'CEO', 'company' => 'GrowthLabs' ], [ 'quote' => 'The best investment we made for our marketing stack. Full control, great deliverability, amazing support.', 'author' => 'Emily Rodriguez', 'role' => 'Head of Growth', 'company' => 'ScaleUp Co.' ] ]; // Pricing plans $plans = [ [ 'name' => 'Starter', 'price' => '29', 'description' => 'Perfect for small businesses', 'features' => ['Up to 5,000 subscribers', '10,000 emails/month', 'Basic templates', 'Email support'], 'popular' => false ], [ 'name' => 'Professional', 'price' => '79', 'description' => 'For growing teams', 'features' => ['Up to 25,000 subscribers', 'Unlimited emails', 'Advanced automation', 'Priority support', 'Custom branding'], 'popular' => true ], [ 'name' => 'Enterprise', 'price' => '199', 'description' => 'For large organizations', 'features' => ['Unlimited subscribers', 'Unlimited emails', 'Dedicated IP', 'SLA guarantee', 'Custom integrations', 'Account manager'], 'popular' => false ] ]; // FAQs $faqs = [ [ 'question' => 'What makes this different from other email marketing platforms?', 'answer' => 'Our platform is fully self-hosted, giving you complete control over your data and infrastructure. No per-email fees, no subscriber limits imposed by third parties, and maximum deliverability through your own servers.' ], [ 'question' => 'How difficult is the installation process?', 'answer' => 'We provide one-click installers for popular hosting platforms, Docker containers, and detailed documentation. Most users are up and running within 15 minutes.' ], [ 'question' => 'Can I migrate from my current email service?', 'answer' => 'Yes! We offer free migration assistance and support imports from all major email marketing platforms including Mailchimp, SendGrid, and ConvertKit.' ], [ 'question' => 'What kind of support do you offer?', 'answer' => 'All plans include email support. Professional and Enterprise plans get priority support with faster response times, and Enterprise customers get a dedicated account manager.' ] ]; @endphp @section('content')

Elevate your email marketing

Powerful email marketing platform for modern businesses

Excellent
4,000+ reviews on
yourcompany.mailpurse.app
Total Revenue
$84,254
+12.5%
Active Users
2,845
+8.2%
Conversion
3.24%
-2.1%

Revenue Overview

Mon Tue Wed Thu Fri Sat Sun

Campaign Stats

Sent 12,453
Delivered 11,892
Opened 8,234
Clicked 1,245
Open Rate 69.2%
Click Rate 10.5%

Trusted by innovative companies worldwide

@for($i = 1; $i <= 6; $i++)
Company Logo
@endfor

Everything you need to succeed

everything in between from within Lexend.

1000+ Apps & Integrations
My apps
Asana
Mailchimp
Zapier
Drive

Seamless integrations with your existing tools

Try it now
Most Growing Businesses
Scalable plans
Total
Value 1
Value 2
Value 3

Intuitive dashboard for at-a-glance insights

Try it now
Project Reports
Today's reports
@for($i = 0; $i < 12; $i++)
@endfor
Series 1
Series 2
Series 3

Automated data analysis and reporting

Try it now
How It Works

Get started in minutes

Three simple steps to transform your email marketing strategy.

@php $steps = [ ['number' => '01', 'title' => 'Install & Configure', 'description' => 'Deploy on your server with our one-click installer or Docker container. Configure your SMTP settings.'], ['number' => '02', 'title' => 'Import & Segment', 'description' => 'Import your subscriber lists, create segments, and set up your audience targeting criteria.'], ['number' => '03', 'title' => 'Create & Launch', 'description' => 'Design beautiful emails, set up automation workflows, and launch your campaigns.'] ]; @endphp @foreach($steps as $step)
{{ $step['number'] }}

{{ $step['title'] }}

{{ $step['description'] }}

@endforeach
Integrations

Connect with your favorite tools

Seamlessly integrate with the tools you already use. Our platform works with 100+ popular services out of the box.

@foreach($integrations as $integration)
{{ $integration['name'] }}
@endforeach
View all integrations
Integrations
Testimonials

Loved by marketers worldwide

See what our customers have to say about their experience.

@foreach($testimonials as $testimonial)
@for($i = 0; $i < 5; $i++) @endfor

"{{ $testimonial['quote'] }}"

{{ substr($testimonial['author'], 0, 1) }}
{{ $testimonial['author'] }}
{{ $testimonial['role'] }}, {{ $testimonial['company'] }}
@endforeach @foreach($testimonials as $testimonial)
@for($i = 0; $i < 5; $i++) @endfor

"{{ $testimonial['quote'] }}"

{{ substr($testimonial['author'], 0, 1) }}
{{ $testimonial['author'] }}
{{ $testimonial['role'] }}, {{ $testimonial['company'] }}
@endforeach
Pricing

Affordable prices and scalable plans to fit any business size

Starter

For individuals, freelancers

$49 / month
Billed once monthly
Standout features
  • Fast and Reliable
  • Discover Data Everywhere
  • Enrich Data with Context
  • Risk Management
  • Privacy Compliance
  • Third-Party Management

No credit card required!

Pro

For startups, agencies

$89 / month
Billed once monthly
Standout features
  • Fast and Reliable
  • Discover Data Everywhere
  • Enrich Data with Context
  • Risk Management
  • Privacy Compliance
  • Third-Party Management

No credit card required!

Business

For large business, companies

$249 / month
Billed once monthly
Standout features
  • Fast and Reliable
  • Discover Data Everywhere
  • Enrich Data with Context
  • Risk Management
  • Privacy Compliance
  • Third-Party Management
FAQ

Frequently asked questions

Everything you need to know about the platform.

@foreach($faqs as $index => $faq)

{{ $faq['answer'] }}

@endforeach

Ready to transform your email marketing?

Join thousands of marketers who have already made the switch. Start your free trial today.

No credit card required. 14-day free trial.

@endsection @push('styles') @endpush @push('scripts') @endpush