Marketing site for AgentShip — the production layer for AI agents. Built to mirror the style of vLLM with AgentShip branding (teal/slate theme).
- Vite + React + TypeScript
- CSS Modules for scoped styles
- No UI framework; custom components and AgentShip theme
- Primary: Teal (
#0d9488,#14b8a6) — aligns with FastAPI/AgentShip badges and production feel - Background: Dark slate (
#0f172a,#1e293b) - Text: Slate grays for contrast and readability
npm install
npm run devOpen http://localhost:5173.
npm run buildOutput in dist/. Preview with:
npm run previewagentship-website/
├── public/ # Static assets (favicon)
├── src/
│ ├── components/ # Header, Hero, ValueProps, QuickStart, etc.
│ ├── App.tsx
│ ├── main.tsx
│ └── index.css # Global + CSS variables (theme)
├── index.html
├── package.json
├── tsconfig.json
└── vite.config.ts