Skip to content

peon-dev/peon.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peon Landing Page

Beautiful, modern landing page for Peon - Your Virtual Colleague for Code Automation.

🚀 Quick Start

View the live site:

cd docs
python3 -m http.server 8080
# Visit http://localhost:8080

Edit and rebuild:

cd website
npm install
npm run dev
# Visit http://localhost:4321

📁 Project Structure

peon.dev/
├── docs/              # Production build (ready to deploy)
├── website/           # Astro source code
│   ├── src/
│   │   ├── pages/index.astro      # Landing page
│   │   ├── layouts/Layout.astro   # SEO & layout
│   │   └── styles/global.css      # Tailwind CSS
│   ├── public/favicon.svg
│   └── README.md
├── texts/             # Marketing content & case studies
├── DEPLOY.md          # Deployment instructions
└── update-site.sh     # Build & update script

🎨 Features

  • Modern Design - Purple/pink gradient theme, Inter font
  • SEO Optimized - Meta tags, Open Graph, structured data
  • Fast Loading - Static HTML/CSS, no runtime JavaScript
  • Fully Responsive - Mobile-first design
  • Developer-Focused - Technical but approachable content

🔧 Development

# Install dependencies
cd website
npm install

# Start dev server (http://localhost:4321)
npm run dev

# Build for production
npm run build

📦 Updating the Site

Use the provided script:

./update-site.sh

Or manually:

cd website && npm run build && cd ..
rm -rf docs/* && cp -r website/dist/* docs/

🚢 Deployment

The /docs folder is ready for deployment. See DEPLOY.md for detailed instructions.

Quick deploy to GitHub Pages:

  1. Commit the production build:

    git add .
    git commit -m "Add Peon landing page"
    git push origin main
  2. Enable GitHub Pages in repository settings:

    • Settings → Pages
    • Source: Deploy from a branch
    • Branch: main
    • Folder: /docs

📚 Documentation

🎯 What's Built

Landing Page Sections

  1. Hero - Value proposition with key metrics
  2. Features - 6 core capabilities
  3. How It Works - 4-step process
  4. Case Study - Carvago success story ($12,500/month savings)
  5. Social Proof - Customer logos
  6. Final CTA - Strong call-to-action
  7. Footer - Navigation and links

Key Metrics Highlighted

  • 30+ minutes saved per developer daily
  • $12,500 monthly savings for companies
  • 100% open source

🛠️ Tech Stack

  • Astro 5.x - Static site generator
  • Tailwind CSS 4.x - Utility-first styling
  • TypeScript - Type safety
  • Inter Font - Modern typography

📝 Content

Based on marketing materials in /texts:

  • Developer time savings
  • Cost benefits for companies
  • Real-world case studies (Carvago)
  • Open source emphasis

🌐 Live Site

Once deployed, the site will be available at:

✅ Production Ready

The site is fully tested and ready for deployment:

  • ✅ Production build created
  • ✅ Static files optimized
  • ✅ SEO configured
  • ✅ Mobile responsive
  • ✅ All links working
  • ✅ Fast loading
  • ✅ Git-ready

📞 Support

For issues or questions:


Built with ❤️ by developers, for developers.

About

Peon.dev website content and ideas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published