🚀 CyberTools Admin 1.5.0 Released! Enterprise Backup & Restore for CyberPanel. Earn 30% as an Affiliate → Join Now

import { Button } from “@/components/ui/button”;
import { Card, CardContent } from “@/components/ui/card”;
import { Input } from “@/components/ui/input”;
import { motion } from “framer-motion”;
import { CheckCircle2, Mail, MessageSquareText, Radio, Users, ArrowRight, Shield } from “lucide-react”;

const logoSrc = “/mnt/data/Outlerts_logo_clearbg.png”;
const demoSrc = “/mnt/data/7387c414-ea79-4632-893b-8270776d0c3a.png”;

const features = [
{
title: “Instant Broadcast”,
desc: “Send one alert and reach your audience in seconds.”,
icon: Radio,
},
{
title: “Multi Channel Delivery”,
desc: “Email, SMS, and direct communication from one command center.”,
icon: MessageSquareText,
},
{
title: “Own Your Data”,
desc: “Your audience stays yours with direct contact control.”,
icon: Mail,
},
{
title: “Network Expansion”,
desc: “Share across connected Outlerts networks and expand reach over time.”,
icon: Users,
},
];

const proofItems = [
“Built for creators, businesses, communities, events, and agencies”,
“Use social media to grow, then use Outlerts to actually reach people”,
“Future ready for cross network sharing and expansion”,
];

export default function OutlertsLanding() {
return (

Outlerts logo

Outlerts

Instant alerts + network communication



Take back control of your audience

Instant alerts
for direct network reach.

Send one message and reach your audience instantly. Outlerts delivers alerts through email, SMS, and direct channels without relying on algorithms or third party platforms.

Use social media to grow your audience. Then use Outlerts to actually reach them.









{[
{ top: “1 message”, bottom: “broadcast instantly” },
{ top: “Email + SMS”, bottom: “multi channel delivery” },
{ top: “Your network”, bottom: “your data stays yours” },
].map((item) => (

{item.top}

{item.bottom}



))}


Outlerts brand visual

Audience

Owned

Delivery

Direct

Network

Expanding



Core features

Not just alerts. Connect and expand across networks.

Your Audience → Outlerts → Other Outlerts Networks → Expanded Reach

{features.map((feature) => {
const Icon = feature.icon;
return (

{feature.title}

{feature.desc}



);
})}

Live preview

A clean command center for audience communication.

This product view shows the direction: fast actions, clear channels, strong branding, and a system built to help you communicate with people directly instead of hoping a platform shows your post.

{[
“Send one alert across email, SMS, and direct channels”,
“Keep your audience inside a system you control”,
“Create the foundation for network to network expansion”,
].map((point) => (

{point}

))}


Outlerts product preview



Why now

Grow on rented platforms. Reach on your own terms.

This section is ready for testimonials, partner logos, early adopter quotes, waitlist numbers, or engagement data. Until then, the message is simple: audience ownership matters.

{proofItems.map((item, idx) => (


{item}



))}

Proof ready

Drop in creator wins, open rates, user counts, logos, or testimonials here as soon as they come in.





Get access

Join the early access list.

Capture interest now, validate the market, and build your first wave of users before the full launch.



Early access for creators, businesses, fan communities, events, and agencies.



);
}

Scroll to Top