Marketing landing page for Agentcamp, a 4-week intensive program that teaches builders how to create production-ready AI agents without writing code.
Agentcamp bridges the gap between AI experimentation and production deployment. Instead of teaching AI theory, the program focuses on an orchestration-first methodology — starting with workflow control and state management before adding AI autonomy.
- Duration: 4 weeks, 8 live sessions
- Audience: Founders, marketers, ops leads, and creators who want to move from ChatGPT prompts to deployed AI systems
- Approach: Control before intelligence - learn to orchestrate first, then add AI capabilities
- Outcome: Build 4 real projects, from content processors to production-deployed agents
- Cost: 100% sponsored (valued at $499 USD)
Part of the Frutero ecosystem, the most active builder community in LATAM.
Live URL: https://lovable.dev/projects/REPLACE_WITH_PROJECT_ID
# Clone the repository
git clone <YOUR_GIT_URL>
cd agentcamp-2.0-landing
# Install dependencies
npm install
# Start development server (runs on http://localhost:8080)
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
# Run tests
npm run testsrc/
├── components/
│ ├── landing/ # Landing page sections
│ │ ├── Navbar.tsx
│ │ ├── HeroSection.tsx
│ │ ├── CurriculumSection.tsx
│ │ └── ...
│ ├── ui/ # Reusable UI components
│ │ ├── button.tsx
│ │ ├── scroll-reveal.tsx
│ │ ├── tubelight-navbar.tsx
│ │ └── ...
│ └── NavLink.tsx
├── hooks/ # Custom React hooks
│ ├── use-toast.ts
│ └── use-mobile.tsx
├── lib/ # Utility functions
│ └── utils.ts
├── pages/ # Page components
│ ├── Index.tsx
│ └── NotFound.tsx
└── App.tsx # Root component
Updating Content:
- Landing sections are in
src/components/landing/ - Each section is a self-contained component
- Data arrays (FAQs, testimonials, etc.) are defined at the top of each file
Styling:
- Global theme configuration:
tailwind.config.ts - CSS variables:
src/index.css - Component-level styling uses Tailwind utility classes
Adding Sections:
- Create new component in
src/components/landing/ - Import and add to
src/pages/Index.tsx - Add navigation link in
src/components/landing/Navbar.tsxif needed
Option 1: Use Lovable (Recommended)
Visit the Lovable Project and start prompting. Changes are automatically committed to this repo.
Option 2: Local IDE
Make changes locally and push. Changes will be reflected in Lovable.
Option 3: GitHub Web Editor
Edit files directly on GitHub using the pencil icon.
Option 4: GitHub Codespaces
Launch a cloud development environment from the "Code" button on GitHub.
This landing page includes the following sections:
- Hero Section - Value proposition and primary CTA
- Pain Points - Addresses common AI implementation challenges
- Transformation - Before/after comparison
- Method - Orchestration-first approach explained
- Curriculum - 4-week program breakdown with expandable details
- Ecosystem - Partners and community stats
- Testimonials - Builder feedback
- Audience Fit - Clear "is this for you?" filtering
- Pricing - Sponsorship details and program logistics
- FAQ - Common questions answered
- Final CTA - Conversion section
- Footer - Links and social media
- Scroll-based animations using Framer Motion with custom reveal components
- Tubelight navigation with smooth indicator transitions
- Glassmorphism design with gradient accents and blur effects
- Mobile-responsive with floating CTA on mobile
- Accessibility-focused using Radix UI primitives
This project is built with:
- Vite - Fast build tool and dev server
- TypeScript - Type-safe JavaScript
- React - UI library
- shadcn/ui - Reusable component library built on Radix UI
- Tailwind CSS - Utility-first styling
- Framer Motion - Animation library
- Radix UI - Unstyled, accessible component primitives
- Lucide React - Icon library
- Open Lovable
- Click Share → Publish
- Your site will be live at a Lovable subdomain
Connect your own domain:
- Navigate to Project > Settings > Domains
- Click Connect Domain
- Follow DNS configuration instructions
Learn more about custom domains
This is a standard Vite + React app and can be deployed to:
- Vercel:
vercel deploy - Netlify: Drag & drop
dist/folder - GitHub Pages: Configure in repository settings
- Any static host: Upload contents of
dist/afternpm run build
This is a marketing landing page for Agentcamp. For content updates or design improvements:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Copyright © 2026 Frutero. All rights reserved.
For questions about the Agentcamp program, visit the landing page or contact the Frutero team.
For technical issues with this repository, please open an issue.