Beautiful, modern landing page for Peon - Your Virtual Colleague for Code Automation.
View the live site:
cd docs
python3 -m http.server 8080
# Visit http://localhost:8080Edit and rebuild:
cd website
npm install
npm run dev
# Visit http://localhost:4321peon.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
- 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
# Install dependencies
cd website
npm install
# Start dev server (http://localhost:4321)
npm run dev
# Build for production
npm run buildUse the provided script:
./update-site.shOr manually:
cd website && npm run build && cd ..
rm -rf docs/* && cp -r website/dist/* docs/The /docs folder is ready for deployment. See DEPLOY.md for detailed instructions.
Quick deploy to GitHub Pages:
-
Commit the production build:
git add . git commit -m "Add Peon landing page" git push origin main
-
Enable GitHub Pages in repository settings:
- Settings → Pages
- Source: Deploy from a branch
- Branch: main
- Folder: /docs
- DEPLOY.md - Full deployment guide
- website/README.md - Technical details
- website/QUICKSTART.md - 3-minute setup
- website/PROJECT-SUMMARY.md - Complete overview
- Hero - Value proposition with key metrics
- Features - 6 core capabilities
- How It Works - 4-step process
- Case Study - Carvago success story ($12,500/month savings)
- Social Proof - Customer logos
- Final CTA - Strong call-to-action
- Footer - Navigation and links
- 30+ minutes saved per developer daily
- $12,500 monthly savings for companies
- 100% open source
- Astro 5.x - Static site generator
- Tailwind CSS 4.x - Utility-first styling
- TypeScript - Type safety
- Inter Font - Modern typography
Based on marketing materials in /texts:
- Developer time savings
- Cost benefits for companies
- Real-world case studies (Carvago)
- Open source emphasis
Once deployed, the site will be available at:
- Production: https://peon.dev
- App: https://app.peon.dev
- GitHub: https://github.com/peon-dev
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
For issues or questions:
- Check DEPLOY.md for deployment help
- Review website/README.md for technical details
- Visit Peon GitHub
Built with ❤️ by developers, for developers.