206 lines
6.5 KiB
TypeScript
206 lines
6.5 KiB
TypeScript
/**
|
|
* Marketing content for the homepage
|
|
* Centralized location for all copy to make updates easier
|
|
*/
|
|
|
|
export const homepage = {
|
|
hero: {
|
|
title: "AI Coding Tools for Vibe Coders.",
|
|
subtitle: "We take you from idea to market and beyond — so you can finally finish what you start and share it with the world.",
|
|
cta: {
|
|
primary: "Start Your Idea",
|
|
secondary: "See How It Works",
|
|
},
|
|
},
|
|
|
|
emotionalHook: {
|
|
title: "You've been waiting",
|
|
subtitle: "Now you can",
|
|
description: "You've had the ideas. You've started the projects. But somewhere between no-code limitations and overwhelming dev tools, momentum stalls. Not anymore.",
|
|
},
|
|
|
|
whoItsFor: {
|
|
title: "Creators stuck between ideas and code",
|
|
subtitle: "You're a Vibe Coder",
|
|
description: "You're ambitious. You have vision. You know what you want to build. But you're not fluent in code yet, and no-code tools feel limiting. You're stuck in the gap — and we built Vibn to meet you there.",
|
|
traits: [
|
|
"You have big ideas but hit walls with no-code tools",
|
|
"You want to learn to code, but need to ship while you learn",
|
|
"You're tired of starting projects that never launch",
|
|
"You need guidance, not just more tutorials",
|
|
"You want to build real products, not just prototypes",
|
|
],
|
|
},
|
|
|
|
transformation: {
|
|
title: "From stalled chaos to unstoppable momentum",
|
|
description: "When you join Vibn, something shifts. The overwhelm fades. The path becomes clear. You're not just learning — you're building. You're not just building — you're shipping. And you're not alone.",
|
|
outcomes: [
|
|
"Clarity on what to build next",
|
|
"Confidence in your technical decisions",
|
|
"Momentum that carries you forward",
|
|
"A product you're proud to share",
|
|
],
|
|
},
|
|
|
|
features: {
|
|
title: "Everything you need in one calm, guided flow",
|
|
description: "Vibn gives you structure without rigidity, guidance without hand-holding, and momentum without overwhelm.",
|
|
list: [
|
|
{
|
|
title: "Project Home",
|
|
description: "One central place for your vision, progress, and next steps.",
|
|
},
|
|
{
|
|
title: "Scope & Roadmap",
|
|
description: "Define what you're building and break it into achievable milestones.",
|
|
},
|
|
{
|
|
title: "AI Guardrails",
|
|
description: "Keep AI coding assistants on track with your project's scope and standards.",
|
|
},
|
|
{
|
|
title: "Build, Don't Babysit",
|
|
description: "Track your coding sessions, costs, and progress automatically.",
|
|
},
|
|
{
|
|
title: "Backend & Hosting Simplified",
|
|
description: "Deploy with confidence. No DevOps degree required.",
|
|
},
|
|
{
|
|
title: "v0 Integration",
|
|
description: "Generate beautiful UI components and iterate visually.",
|
|
},
|
|
{
|
|
title: "Collaboration & Chat",
|
|
description: "Get unstuck with AI and human support that understands your project.",
|
|
},
|
|
{
|
|
title: "Launch Suite",
|
|
description: "Go from localhost to production with guided deployment.",
|
|
},
|
|
{
|
|
title: "Market & Grow",
|
|
description: "Tools to help you share your product and find your first users.",
|
|
},
|
|
{
|
|
title: "Progress & Cost Tracking",
|
|
description: "Stay on budget. Stay motivated. See how far you've come.",
|
|
},
|
|
],
|
|
},
|
|
|
|
howItWorks: {
|
|
title: "Plan. Build. Launch. Grow",
|
|
description: "Vibn guides you from idea to market, one clear step at a time.",
|
|
steps: [
|
|
{
|
|
number: 1,
|
|
title: "Start with your idea",
|
|
description: "Tell us what you want to build. We'll help you define scope and create a roadmap that feels achievable.",
|
|
},
|
|
{
|
|
number: 2,
|
|
title: "Build with AI assistance",
|
|
description: "Use Cursor, ChatGPT, and other AI tools — but with guardrails that keep you on track and on budget.",
|
|
},
|
|
{
|
|
number: 3,
|
|
title: "Launch with confidence",
|
|
description: "Deploy your product with guided setup for hosting, domains, and everything you need to go live.",
|
|
},
|
|
{
|
|
number: 4,
|
|
title: "Grow your product",
|
|
description: "Market your launch, gather feedback, and iterate with the same support that got you here.",
|
|
},
|
|
],
|
|
},
|
|
|
|
pricing: {
|
|
title: "Simple, fair, transparent",
|
|
description: "Pay for what you use. No surprises. No hidden fees.",
|
|
tiers: [
|
|
{
|
|
name: "Starter",
|
|
price: "Free",
|
|
description: "For exploring and getting started",
|
|
features: [
|
|
"1 active project",
|
|
"Basic AI tracking",
|
|
"Community support",
|
|
"7-day history",
|
|
],
|
|
},
|
|
{
|
|
name: "Creator",
|
|
price: "$29/mo",
|
|
description: "For builders shipping real products",
|
|
features: [
|
|
"5 active projects",
|
|
"Full AI tracking & analytics",
|
|
"Priority support",
|
|
"Unlimited history",
|
|
"Deployment guides",
|
|
"v0 integration",
|
|
],
|
|
highlighted: true,
|
|
},
|
|
{
|
|
name: "Studio",
|
|
price: "$99/mo",
|
|
description: "For teams and agencies",
|
|
features: [
|
|
"Unlimited projects",
|
|
"Team collaboration",
|
|
"White-label options",
|
|
"Custom integrations",
|
|
"Dedicated support",
|
|
"SLA guarantee",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
|
|
finalCTA: {
|
|
title: "Start your idea — we'll meet you where you are and help you finish what you start.",
|
|
cta: {
|
|
primary: "Get Started Free",
|
|
secondary: "Book a Demo",
|
|
},
|
|
},
|
|
|
|
meta: {
|
|
title: "VIBN - From Ideas to Market for Vibe Coders",
|
|
description: "AI coding tools aren't made for you. We are. Take your product from idea to market with guidance, structure, and momentum.",
|
|
},
|
|
};
|
|
|
|
/**
|
|
* Future content sections (from PROJECT_INSTRUCTIONS.md)
|
|
* TODO: Implement these sections
|
|
*/
|
|
export const futureContent = {
|
|
emotionalHook: {
|
|
title: "You've been waiting. Now you can.",
|
|
// Short, empathetic copy about frustration and transition
|
|
},
|
|
whoItsFor: {
|
|
title: "Creators stuck between ideas and code",
|
|
// Describes Vibe Coders: ambitious, not yet fluent in code
|
|
},
|
|
transformation: {
|
|
title: "From stalled chaos to unstoppable momentum",
|
|
// Emotional shift when users join VIBN
|
|
},
|
|
howItWorks: {
|
|
title: "Plan. Build. Launch. Grow.",
|
|
// Step-based explanation
|
|
},
|
|
pricing: {
|
|
title: "Simple, fair, transparent",
|
|
// Pricing tiers
|
|
},
|
|
};
|
|
|