Skip to content

strawpot/strawpot.com

Repository files navigation

strawpot.com

Deploy Discord MIT License

Landing page for StrawPot, an open-source framework for multi-agent orchestration.

Live at strawpot.com

Tech Stack

  • Astro: static site generator
  • Custom CSS with CSS custom properties (no framework)
  • Clash Display + Satoshi fonts
  • Deployed to GitHub Pages via GitHub Actions

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Project Structure

strawpot.com/
├── .github/workflows/
│   ├── ci.yml              # Build verification on PRs
│   └── deploy.yml           # Deploy to GitHub Pages
├── public/
│   ├── favicon.svg
│   ├── favicon.png
│   ├── og-image.png
│   ├── CNAME
│   └── robots.txt
├── src/
│   ├── layouts/Layout.astro # Base layout, fonts, global CSS
│   └── pages/index.astro    # Homepage (all sections)
├── astro.config.mjs
└── package.json

Related

About

Website for strawpot.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages