+
Plano is a framework-friendly proxy server and dataplane for agents,
deployed as a sidecar. Plano handles the critical plumbing work in AI
like agent routing and orchestration, comprehensive traces for agentic
interactions, guardrail hooks, unified APIs for LLMs —
-
- Developers can focus more on modeling workflows, product teams can accelerate
- feedback loops for reinforcement learning and engineering teams can
+
+ Developers can focus more on modeling workflows, product teams can accelerate
+ feedback loops for reinforcement learning and engineering teams can
standardize policies and access controls across every agent and LLM for
safer, more reliable scaling.
diff --git a/www/src/components/UnlockPotentialSection.tsx b/www/src/components/UnlockPotentialSection.tsx
index 7b436f6f..b547cce0 100644
--- a/www/src/components/UnlockPotentialSection.tsx
+++ b/www/src/components/UnlockPotentialSection.tsx
@@ -17,8 +17,8 @@ export function UnlockPotentialSection({
-
- Focus on prompting, not plumbing
+
+ Focus on prompting, not plumbing.
Build with plano, get started in less than a minute.
diff --git a/www/src/components/UseCasesSection.tsx b/www/src/components/UseCasesSection.tsx
index 98381d8d..096d453e 100644
--- a/www/src/components/UseCasesSection.tsx
+++ b/www/src/components/UseCasesSection.tsx
@@ -46,7 +46,7 @@ const useCasesData: UseCase[] = [
},
{
id: 4,
- category: "SECURITY",
+ category: "CENTRALIZED SECURITY",
title: "Built-in guardrails and centralized policies",
summary: "Safe scaling with jailbreak detection and access controls",
fullContent: "With built-in guardrails, centralized policies, and access controls, Plano ensures safe scaling across LLMs, detecting issues like jailbreak attempts. This is critical for deployments in regulated fields like finance or healthcare, and minimizing risks while standardizing reliability and security of agents.",
@@ -55,7 +55,7 @@ const useCasesData: UseCase[] = [
},
{
id: 5,
- category: "ON-PREMISES",
+ category: "ON-PREMISES DEPLOYMENT",
title: "Full data control in regulated environments",
summary: "Deploy on private infrastructure without compromising features",
fullContent: "Plano's lightweight sidecar model deploys effortlessly on your private infrastructure, empowering teams in regulated sectors to maintain full data control while benefiting from unified LLM access, custom filter chains, and production-grade tracing—without compromising on security or scalability.",
@@ -97,17 +97,17 @@ export function UseCasesSection() {
key={useCase.id}
whileHover={{ y: -4 }}
transition={{ duration: 0.2 }}
- className="bg-gradient-to-b from-[rgba(177,184,255,0.16)] to-[rgba(17,28,132,0.035)] border-2 border-[rgba(171,178,250,0.27)] rounded-md p-4 sm:p-6 lg:p-8 h-auto sm:h-64 md:h-72 lg:h-90 flex flex-col justify-between cursor-pointer"
+ className="bg-gradient-to-b from-[rgba(177,184,255,0.16)] to-[rgba(17,28,132,0.035)] border-2 border-[rgba(171,178,250,0.27)] rounded-md p-4 sm:p-6 lg:p-6 h-auto sm:h-64 md:h-72 lg:h-90 flex flex-col justify-between cursor-pointer"
onClick={() => setSelectedUseCase(useCase)}
>
{/* Category */}
-
+
{useCase.category}
{/* Title */}
-
+
{useCase.title}
diff --git a/www/src/components/VerticalCarouselSection.tsx b/www/src/components/VerticalCarouselSection.tsx
index 2842385b..2d2ca41c 100644
--- a/www/src/components/VerticalCarouselSection.tsx
+++ b/www/src/components/VerticalCarouselSection.tsx
@@ -51,11 +51,11 @@ export function VerticalCarouselSection() {
};
return (
-
+
{/* Main Heading */}
- Basic scenarios to powerful agentic apps in minutes
+ Under the hood
{/* Mobile: Horizontal Scroller Navigation */}
@@ -156,13 +156,13 @@ export function VerticalCarouselSection() {
{/* Text Content */}
- {/* Title */}
+ {/* Title
{verticalCarouselData[activeSlide].title}
-
+ */}
{/* Description */}
-
+
{verticalCarouselData[activeSlide].description}