Foldspace Product Page — Full Copy Draft v2
Track: AI-Native (primary frame) · ALG/PLG + Developer (secondary)
Format: Main /product page — single long scroll
Status: Draft v2 — for Mickey review
Date: 2026-06-01
Changes from v1: Zone 1 sub-headline shortened · Zone 2 body tightened + agentic interface focus · Zone 3 Click Tax diagram added, Card 2 shortened, Card 3 renamed + shortened · Zone 5 Pillar 1 body tightened · Zone 5 Pillar 2 stripped to table only · Zone 7 ICP presentation changed to sequential scroll with anchor nav + visual persona headers
DESIGN NOTES FOR IMPLEMENTER
- Page reads top to bottom. Each zone escalates from category → mechanism → proof → ICP conversion.
- Do not reorder zones. The trust-building sequence matters.
- Code blocks should be syntax-highlighted (recommend Shiki).
- Architecture diagram references a visual asset to be produced from the ASCII in
core/overview.md. - Click Tax diagram (Zone 3) references the existing brand asset — see screenshot provided 2026-06-01.
- All stats are verbatim from
core/overview.md— do not modify without owner sign-off. - Avoid-list compliance: no "AI-powered," "AI Copilot," "agentic transformation," "production-ready," "personalization at scale," "in-app tours."
- Modules marked [EARLY ACCESS] must be messaged forward-looking — Conversational Analytics and Trust Lab.
ZONE 1 — HERO
NAV
Product · Customers · Docs · Pricing · Blog
CTA buttons: Book a demo [primary] · Read the docs [secondary]
EYEBROW
AI-Native Software
HEADLINE
The agentic interface layer. Users say what they want. The agent does it. Every interaction makes your product smarter.
SUB-HEADLINE
Embed once. Ship in hours. No re-platform.
HERO CTAs
- [Book a demo] — primary button
- [Read the docs] — secondary link
HERO VISUAL
[Design note: 30–45 second looping product demo video. Show a real UI — user types a natural language prompt, the Product Agent executes a multi-step workflow, result appears in the live product. End frame: a Conversational Analytics dashboard showing intent signals. No voiceover needed — let the product speak.]
SOCIAL PROOF BAR (below fold line)
Logos: MixMax · Optibus · AskCody · Vidmob · Qonto · SugarCRM · Anvil · EverCommerce Caption: "Trusted by AI-native teams from Series B to public company"
ZONE 2 — CATEGORY STATEMENT
Tone: confident, declarative. Short. No bullet points.
HEADLINE
AI-Native software doesn't have menus. It has agents.
BODY
The agentic interface is the layer where user intent becomes product action — where a prompt replaces a click path, and every conversation makes the product smarter. It's not a chatbot bolted onto a dashboard. It's a new kind of interface, built for the way AI-Native software actually works.
That layer is Foldspace.
ZONE 3 — THE THREE PROBLEMS
Three cards. Universal pain — before any ICP split. Short and sharp.
SECTION LABEL
Why AI-Native teams choose Foldspace
CARD 1: THE CLICK TAX
Your product is powerful. Reaching that power costs too much.
[Design note: embed the Click Tax diagram here — the existing brand asset showing the Traditional Software flow: Persona → Intent → Click Path → Empty Screen → Settings and Filter → Apply Best Practices → Visualize → Analyze (Cognitive Load) → Outcomes. Dark background, gold arrows, dashed "The Click Tax" label above the flow.]
The average SaaS workflow takes 30 clicks. Every empty state and settings menu is activation risk. The Click Tax is killing conversion — and no amount of onboarding copy fixes it.
CARD 2: THE ACTIVATION GAP
PLG removed the salesperson. Nobody removed the complexity.
Product tours complete at 16%. The activation gap isn't a UX problem — it's an interface problem.
CARD 3: THE SHIPPING WALL
Your AI initiative is six quarters old. The demo still looks like a demo.
Building a production agentic layer from scratch takes quarters. Bolting on a chatbot burns trust. There's a third path.
ZONE 4 — HOW IT WORKS (Architecture + Code)
This zone is critical for technical trust. CTO and AI Engineers read this section carefully.
SECTION LABEL
The Platform
SECTION HEADLINE
Every AI-Native product converges on three layers. We own the top one.
ARCHITECTURE DIAGRAM
[Design note: Render this as a clean, branded visual. Use the three-layer stack from core/overview.md. Important labels below.]
┌─────────────────────────────────────────────────────────────┐
│ LAYER 2 — AGENTIC INTERFACE [ Foldspace ] │
│ Product Agent · Conversational Analytics · Trust Lab │
│ Context Engine · Optimizer · Inference Gateway │
└──────────────────────┬──────────────────────────────────────┘
SDK ↓ ↕ A2A + MCP
┌──────────────────────┴──────────────────────────────────────┐
│ LAYER 1 — ORCHESTRATION [ Your IP ] │
│ Your agent loops · Domain models · Proprietary logic │
└──────────────────────┬──────────────────────────────────────┘
│
┌──────────────────────┴──────────────────────────────────────┐
│ LAYER 0 — DETERMINISTIC BACKEND [ Unchanged ] │
│ Your APIs · Permissions · Business logic · Audit trails │
└─────────────────────────────────────────────────────────────┘
DIAGRAM CALLOUT
Layer 1 is your moat. We sit above it — not inside it. Optibus built their own orchestration layer. Then they bought Foldspace for the interface. Your IP stays yours.
SDK EMBED — CODE BLOCK
Label: "Live in your product in under an hour"
import { FoldspaceAgent } from '@foldspace/sdk';
FoldspaceAgent.init({
token: 'fs_live_••••••••',
actions: ['navigate', 'filter', 'export', 'create'],
context: {
userId: user.id,
role: user.role,
plan: user.plan,
screenState: getCurrentScreenContext()
}
});
Caption: "Single SDK. Connects to your existing APIs and permissions — no new backend required."
EMBED PROOF POINT
Hours, not quarters. The average Foldspace customer ships their first production agentic experience in under 8 hours of engineering time.
ZONE 5 — THE THREE PILLARS
Each pillar gets its own full section. AI-Native framing throughout. Ordered: Agentic Interface → Analytics → Trust Lab.
PILLAR 1: AGENTIC INTERFACE
EYEBROW
Product Agent
HEADLINE
The interface AI-Native software was always supposed to have.
BODY
Users type or speak what they want — "set up my Q3 pipeline," "pull last month's report for enterprise accounts," "onboard this new user with the same config as Sarah" — and the Product Agent does it, inside your live product, bound by the same APIs and permissions as your UI.
Every response is assembled from a live, four-dimensional picture of the user and the product state:
- User memory — preferences, prior intents, outcomes — persistent across sessions
- Behavioral signals — what this user, and users like them, actually do
- Knowledge — RAG-grounded against your docs, policies, and content
- Live screen state — current view, role, permissions, in-flight workflow
[Design note: 4-quadrant signal map visual — four inputs feeding into a central "Agent Response"]
This is the moat. It's what makes the Product Agent accurate and cost-sustainable at scale — and what separates Foldspace from a prompt wrapper.
MODALITIES
| Modality | Use case |
|---|---|
| Chat | Conversational intent, multi-step workflows |
| Voice | Hands-busy contexts, accessibility, mobile |
| Tandem | Agent manipulates the live UI alongside the user |
| Chatterblocks | Interactive cards, forms, dashboards rendered inline |
STAT CALLOUT
Day-1 retention: 57% → 90% MixMax deployed the Foldspace Product Agent. Day-1 retention moved from 57% to 90%. Day-7 retention from 40% to 60%. Time to first outcome: under 60 seconds.
SECONDARY STATS
- +344% daily AI-driven actions (AskCody)
- Feature activation 8% → 16% (Qonto)
- 3–5× trial-to-paid lift across deployments
CTA
[See the Product Agent in action →]
PILLAR 2: CONVERSATIONAL ANALYTICS
EYEBROW
Conversational Analytics · Early Access
HEADLINE
AI-Native analytics captures intent, not clicks.
CONTRAST TABLE
[Design note: render as a two-column visual comparison — left column muted/grey, right column branded/lit up]
| Traditional analytics | Conversational Analytics |
|---|---|
| Tracks clicks | Tracks intent |
| Tells you what happened | Tells you what users wanted |
| Lags churn by weeks | Surfaces friction before churn |
| Empty funnel charts | Actionable prompt clusters |
| Your roadmap is a guess | Your roadmap is in the data |
QUOTE PLACEHOLDER
[Mickey to supply: a customer quote on how Conversational Analytics changed their roadmap or churn signal]
CTA
[Join the early access program →]
PILLAR 3: TRUST LAB
EYEBROW
Trust Lab · Early Access
HEADLINE
Ship agents the way SREs ship infrastructure.
BODY
AI-Native teams don't ship agents with a staging environment and a prayer. They ship them the way great engineering orgs ship infrastructure: golden sets, shadow mode, canary rollouts, and full-loop evals that see both the response and the resulting API call.
Trust Lab is that system — built into Foldspace, not bolted on.
HOW IT WORKS (step flow — visual)
STEP 1: SHADOW MODE
Run your new agent configuration alongside production.
Compare outputs without exposing users to changes.
↓
STEP 2: GOLDEN SET VALIDATION
Test against real production conversations captured
automatically from live sessions.
↓
STEP 3: CANARY ROLLOUT
Release to a defined user cohort. Monitor eval pass
rate, cost-per-action, and latency in real time.
↓
STEP 4: FULL PRODUCTION
Ship with confidence. Trust Lab keeps running.
Every conversation is a new eval candidate.
FEATURE CALLOUTS
Full-loop evals Evaluate both the agent response and the resulting API call or state change. A response that looks right but triggers the wrong action fails. Trust Lab catches both.
Model switch validation Switching models? Run your golden set against both before you touch production. Trust Lab shows cost, latency, and quality delta side by side.
Prompt and context change testing Every change to your system prompt or context configuration runs through your golden set before it ships. No silent regressions.
A2A agent testing Trust Lab tests the Foldspace agent — which can call your own agents via A2A — so you can validate complex, multi-step agentic chains end-to-end.
SECURITY + COMPLIANCE BLOCK
[Design note: render as a clean grid of badges/chips — not a wall of text]
| ✓ ISO 27001 | ✓ SOC 2 Type II |
| ✓ GDPR | ✓ JWT / HMAC Auth |
| ✓ Action-scope controls | ✓ Advanced PII masking |
| ✓ Full audit trails | ✓ Role-based permissions |
| ✓ LangChain-compatible (roadmap) | ✓ A2A + MCP native |
Caption: "Foldspace-managed today. LangChain-compatible on the roadmap."
TECHNICAL CALLOUT (for CTOs)
The eval story that holds up under scrutiny. Trust Lab's golden sets are built from real production conversations — not synthetic benchmarks. You own the golden set. You define the pass criteria. The methodology is yours to audit.
CTA
[Join the early access program →]
ZONE 6 — PLATFORM CAPABILITIES
Shorter section — two platform-level features that underpin all three pillars.
SECTION HEADLINE
The platform underneath the platform.
OPTIMIZER
Self-learning. Self-tuning. Always on.
The Optimizer runs continuously across every conversation — adjusting routing, context selection, and model choices to improve accuracy, reduce latency, and cut token cost. Paired with the inference gateway, it learns what to route where and gets better with every interaction. This is the data flywheel in practice.
Metric: Customers see 20–35% token cost reduction within the first 90 days.
A2A + MCP
Your existing AI investments stay yours.
Foldspace connects to your own autonomous agent loops, domain models, and voice agents via Agent-to-Agent protocol. It's fully MCP-compatible — so your MCP servers, your tool ecosystem, and any ChatGPT App integrations you've already shipped all work natively. Foldspace integrates with your AI stack. It does not replace it.
ZONE 7 — ICP SECTIONS
PRESENTATION DECISION: Sequential scroll with persona anchor nav
Why not tabs: Tabs hide content from search engines and require the user to interact before they can evaluate whether the section is relevant to them. They also fail on mobile.
Why not separate pages: For organic/direct traffic where we don't know who's landing, separate pages fragment the product story. A CTO who lands on a "CTO page" never sees the MixMax retention stat. A VP Product who lands on a "growth page" never sees Trust Lab. The platform coherence is the product.
Why sequential scroll: Each buyer self-selects to their section in under 5 seconds via the sticky anchor nav. Each section feels written entirely for them. SEO captures all keywords on one URL. CTAs at the bottom of each section link to the deeper /for/ page for paid campaign traffic where persona is already known.
Sticky anchor nav (appears when user reaches Zone 7):
For Product & Growth · For Engineering & AI · For Developers
[Design note: pill-style nav, highlights active section as user scrolls]
SECTION A: FOR PRODUCT & GROWTH TEAMS
[Anchor: #for-product-growth] [Design note: left-side persona visual — VP Product / Growth PM avatar or role icon. Warm tone.]
EYEBROW
For Product & Growth
HEADLINE
Stop building activation funnels. Ship activation.
BODY
The tour completes at 16%. The funnel leaks. Agent-Led Growth is the fix — the Product Agent collapses the moment between "signed up" and "got value" from days to under 60 seconds. No ML team. No re-platform. Agent Studio lets your team define agentic experiences without touching engineering.
KEY FEATURES
- Product Agent — executes complete workflows on behalf of the user
- Agent Studio — no-code action builder for PMs and growth teams
- Remote Plugin — deploy agentic experiences without engineering
- Conversational Analytics — unresolved prompts write your roadmap
PROOF POINT
MixMax — Day-1 retention 57% → 90% Time to first outcome: under 60 seconds. "We replaced a 15-minute onboarding flow with a single prompt." — [Mickey to confirm quote + attribution]
CTA
[See how it works for Product teams →] (links to /for/product-growth)
SECTION B: FOR ENGINEERING & AI TEAMS
[Anchor: #for-engineering] [Design note: left-side persona visual — CTO / AI Engineer avatar or role icon. Cool, technical tone.]
EYEBROW
For CTOs & AI Engineering
HEADLINE
Your Layer 1 stays yours. We own Layer 2.
BODY
You've built the orchestration layer. The evals are running. The CEO is asking why the demo still looks like a demo. The missing piece isn't another framework — it's the interface layer above your stack: the surface users see, the analytics that turns prompts into roadmap signal, and the eval infrastructure that lets you ship without risk.
ADDRESSING THE REAL OBJECTIONS
[Design note: render as three expandable accordion cards — collapsed by default on mobile, open on desktop]
"This is a thin wrapper." The context engine fuses user memory, behavioral signals, RAG-grounded knowledge, and live screen state for every interaction. The system prompt is never exposed. Context selection — what's relevant to this user at this moment — is the product.
"We'll just use Anthropic Managed Agents." Managed Agents run your brain. Foldspace is the face your users see and the data flywheel they generate. Optibus runs their own orchestration and uses Foldspace for the interface above it. Most teams end up needing both.
"MCP makes this obsolete." Foldspace is MCP-compatible natively. Your MCP servers, tool ecosystem, and ChatGPT App integrations all connect. We sit above MCP — not beside it.
KEY FEATURES
- Three-layer architecture — clean separation between your IP and the interface
- Trust Lab — golden sets, shadow mode, canary rollouts, full-loop evals
- A2A + MCP — connects to your existing agent loops and tool ecosystem
- Optimizer — routing, cost reduction, latency tuning — automated
- Enterprise security — ISO 27001, SOC 2 Type II, GDPR, JWT/HMAC, full audit trails
PROOF POINT
Optibus — Built their own Layer 1. Bought Foldspace for Layer 2. "We had the orchestration loop. We didn't want to build the interface on top of it. Foldspace shipped it in days." — [Mickey to confirm quote + attribution]
CTA
[Talk to our engineering team →] (links to /for/engineering)
SECTION C: FOR DEVELOPERS
[Anchor: #for-developers] [Design note: left-side persona visual — IC Dev / AI Engineer avatar. Code-forward aesthetic.]
EYEBROW
For Developers
HEADLINE
Ship a production AI layer this sprint. Own the code.
BODY
Two plugins. Developer Plugin — build inside your codebase in Claude Code or Cursor, against your own SDK and APIs. Remote Plugin — no codebase needed, deploys via Chrome MCP so a PM can ship live agentic experiences without backend changes.
CODE BLOCK
// Define an action in your codebase
export const createReportAction = defineAction({
name: 'create_report',
description: 'Generate a report for a given date range and account',
parameters: z.object({
dateRange: z.object({ from: z.string(), to: z.string() }),
accountId: z.string(),
format: z.enum(['pdf', 'csv', 'dashboard'])
}),
execute: async ({ dateRange, accountId, format }) => {
return await reports.generate({ dateRange, accountId, format });
}
});
Caption: "Your action. Your API. Your permissions. Foldspace handles the intent layer above it."
KEY FEATURES
- Developer Plugin — build in Claude Code or Cursor, against your own SDK
- Remote Plugin — no-codebase deployment via Chrome MCP
- Agent Studio — hand off action authoring to PMs once the schema is defined
- Full TypeScript SDK with type inference
- MCP-native — your existing MCP servers connect out of the box
CTA
[Read the docs →] · [View on GitHub →]
ZONE 8 — SOCIAL PROOF
Full-width section. Outcome-anchored — not just logos.
SECTION HEADLINE
Results from teams who shipped.
CUSTOMER GRID (3 cards minimum)
MixMax "We replaced a 15-minute onboarding flow with a single prompt." → Day-1 retention: 57% → 90% → Time to first outcome: under 60 seconds
AskCody [Mickey to supply quote] → Daily AI-driven actions: +344%
Qonto [Mickey to supply quote] → Feature activation: 8% → 16%
Optibus [Mickey to supply quote] → Built own orchestration layer, deployed Foldspace interface in days
LOGO WALL
MixMax · Optibus · AskCody · Vidmob · Qonto · SugarCRM · Anvil · EverCommerce [Mickey to confirm which logos are cleared for public display]
ZONE 9 — ENTERPRISE TRUST
Gear-shift zone — tone becomes more formal. For the economic buyer and security reviewer.
SECTION HEADLINE
Enterprise-grade from day one. Not an add-on.
COMPLIANCE GRID
[Design note: large badge/chip grid — visually prominent]
| Security | Privacy | Access |
|---|---|---|
| ISO 27001 Certified | GDPR Compliant | JWT / HMAC Authentication |
| SOC 2 Type II | Advanced PII Masking | Action-Scope Controls |
| Full Audit Trails | Data Residency Options | Role-Based Permissions |
ENTERPRISE FEATURE LIST
- SSO — SAML 2.0 and OIDC
- Dedicated support — named CSM and engineering contact for enterprise accounts
- SLA — 99.9% uptime commitment
- Custom data retention — configurable per your compliance requirements
- On-prem / VPC deployment — available on request
CTA
[Talk to our enterprise team →]
ZONE 10 — FINAL CTA
Clean, simple close. Two paths — one for each primary buyer.
HEADLINE
Ready to build AI-Native?
SUB-HEADLINE
See Foldspace running inside a product like yours — or go straight to the docs.
CTA PAIR
- [Book a demo] — primary button (VP Product, CTO)
- [Start with the docs] — secondary link (IC Dev, AI Engineer)
FOOTNOTE TRUST SIGNALS
ISO 27001 · SOC 2 Type II · GDPR · No re-platform required · Ships in hours
METADATA & SEO
Page title: Foldspace — The Agentic Interface Layer for AI-Native Software Meta description: Foldspace is the agentic interface layer for AI-Native software. Users say what they want; the Product Agent does it; every interaction makes your product smarter. Deploy in hours — not quarters.
Primary keywords (own these):
- agentic interface layer
- AI-Native software platform
- Agent-Led Growth
- conversational analytics for SaaS
- agentic onboarding
Anchor links for paid campaigns:
/product#for-product-growth→ ICP Section A/product#for-engineering→ ICP Section B/product#for-developers→ ICP Section C/product#trust-lab→ Pillar 3/product#analytics→ Pillar 2
REVIEW CHECKLIST
Before this page ships, Mickey to confirm:
- MixMax quote and attribution cleared for public use
- AskCody quote sourced and cleared
- Qonto quote sourced and cleared
- Optibus quote sourced and cleared
- Logo wall — which of the 8 logos are cleared for public display
- Conversational Analytics and Trust Lab — confirm "Early Access" is the right label and CTA
- "20–35% token cost reduction" stat — customer-attested or internal benchmark? Needs sourcing before public use
- "Under 8 hours engineering time" stat — same question
- GitHub link for Developer section — confirm public repo exists or remove
- On-prem / VPC deployment — confirm this is offered or remove
- SSO — confirm SAML/OIDC is available or adjust
- ALG definition — confirm positioning vs. Lifesight / Insight Partners (see
positioning/icp-a-algplg.md §5b) - Avoid-list check — run final copy through
icp-a-algplg.md §4andicp-b-ainative.md §4