Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 3 additions & 25 deletions landing-page/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions landing-page/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ export default function Exosphere() {
</motion.div> */}

{/* Benchmarking Section */}
<motion.div
{/* <motion.div
ref={benchmarkRef}
initial={{ opacity: 0, y: 50 }}
animate={benchmarkInView ? { opacity: 1, y: 0 } : { opacity: 0, y: 50 }}
transition={{ duration: 0.8, ease: "easeOut" }}
className="relative py-16 px-4 max-w-6xl mx-auto"
>
<BenchmarkingSection />
</motion.div>
</motion.div> */}
Comment thread
nk-ag marked this conversation as resolved.

{/* Blog Section */}
<motion.div
Expand Down
2 changes: 1 addition & 1 deletion landing-page/src/components/BookCallCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function BookCallCTA() {
>
<span className="absolute Z-200 inset-[-1000%] animate-[spin_2s_linear_infinite] bg-[conic-gradient(from_90deg_at_50%_50%,#8bdfff_0%,#e4587d_50%,#66d1b5_100%)]" />
<span className="inline-flex h-full w-full p-2 cursor-pointer items-center justify-center rounded-xl bg-slate-950 px-6 py-2 text-base font-medium text-white backdrop-blur-3xl">
Book a Call
Start batching
</span>
</button>
</div>
Expand Down
10 changes: 5 additions & 5 deletions landing-page/src/components/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const features = [
{
Icon: Waypoints,
name: "Create Multi Step AI Workflows",
description: "Connect tools, models, and APIs to automate complex async jobs.",
description: "Chain tools, models, and APIs into a single DAG. Exosphere automatically batches and streams inputs to every step so GPUs stay saturated.",
href: "#",
cta: "Learn more",
className: "col-span-3 lg:col-span-3",
Expand All @@ -46,8 +46,8 @@ const features = [
},
{
Icon: FileStack,
name: "Work with your own files",
description: "Upload, process, and analyze files directly in your workflows.From PDFs to CSVs, bring your own data.",
name: "Plug in your data store and get started",
description: "Drag-and-drop 10 K PDFs, 200 M-row CSVs, or entire S3 buckets. Exosphere chunks and feeds them to your agents without memory bottlenecks.",
href: "#",
cta: "Learn more",
className: "col-span-3 lg:col-span-1",
Expand Down Expand Up @@ -81,8 +81,8 @@ const features = [
},
{
Icon: CloudCog,
name: "Define SLAs for your jobs",
description: "Set job deadlines. Exosphere manages batching, retries, and cost optimization.",
name: "Set Deadlines, We Schedule",
description: "Pick a deadline. Our scheduler will batch and schedule your jobs to hit it.",
href: "#",
cta: "Learn more",
className: "col-span-3 lg:col-span-2",
Expand Down
10 changes: 5 additions & 5 deletions landing-page/src/components/OrbitalSystem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ export default function OrbitalSystem() {
<div className="flex flex-col justify-start items-center md:items-start px-4 md:pl-20 pb-2 md:py-0 max-w-xl mx-auto mt-[10vh]">

<h1 className={`${pattanakarn.className} text-white text-3xl sm:text-3xl md:text-5xl lg:text-6xl leading-tight mb-4 drop-shadow-lg text-center md:text-left`}>
the platform for async ai workflows
batch ai agents for any scale
</h1>
<p className={`${darkerGrotesque.className} text-[#B3D6FF] text-sm sm:text-base md:text-lg lg:text-xl mb-6 md:mb-8 drop-shadow-md neon-text text-center md:text-left`}>
Describe your workflows once, then let Exosphere run them in the background with up to 75 % lower cost—built for jobs that must run reliably at scale.
<p className={`${darkerGrotesque.className} text-[#B3D6FF] text-sm sm:text-base md:text-lg lg:text-xl mb-6 md:mb-8 drop-shadow-md text-center md:text-left`}>
Truly dynamic, built for agents at scale. Branching agent flows, autoscaling compute, and state persistence for your AI agents.
</p>
<div className="flex flex-col md:flex-row items-center gap-3 mb-4 w-full md:justify-start justify-center">
<button className="relative inline-flex z-200 h-10 overflow-hidden rounded-xl p-[1px] focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50 pointer-events-auto mt-2 group"
Expand All @@ -38,7 +38,7 @@ export default function OrbitalSystem() {
>
<span className="absolute Z-200 inset-[-1000%] animate-[spin_2s_linear_infinite] bg-[conic-gradient(from_90deg_at_50%_50%,#8bdfff_0%,#e4587d_50%,#66d1b5_100%)] group-hover:animate-none" />
<span className={`${darkerGrotesque.className} inline-flex h-full w-full cursor-pointer items-center justify-center rounded-xl bg-slate-950 px-5 py-4 text-md font-medium text-white backdrop-blur-3xl`}>
Book a Call
Start batching
</span>
</button>
<button className="relative inline-flex z-200 h-10 overflow-hidden rounded-xl p-[1px] f pointer-events-auto mt-2 transition-all duration-300 hover:shadow-lg"
Expand All @@ -51,7 +51,7 @@ export default function OrbitalSystem() {
<svg className="w-4 h-4 mr-1.5 transition-transform duration-300 hover:rotate-12" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fillRule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clipRule="evenodd" />
</svg>
Open Source @exospherehost
Star us on GitHub
</span>
</button>

Expand Down