Marketing and landing page for CrewCmd, the AI-native workspace where humans and AI agents work side by side.
- Next.js 15 (App Router)
- Payload CMS 3.x (SQLite adapter)
- Tailwind CSS 4
- TypeScript
- Lucide React (icons)
# Install dependencies
pnpm install
# Copy environment variables
cp .env.example .env
# Start development server
pnpm devOpen http://localhost:3000 for the landing page. Open http://localhost:3000/admin for the Payload CMS admin panel.
src/
├── app/
│ ├── (frontend)/ # Public-facing pages
│ │ └── page.tsx # Landing page
│ └── (payload)/ # Payload CMS admin
├── collections/ # Payload CMS collections
├── components/ # React components
- Users — Admin users
- Media — Image uploads
- Pages — CMS-managed pages
- Posts — Blog posts
- Testimonials — Customer testimonials
- FAQ — Frequently asked questions
Designed for Cloudflare Pages deployment (SSG-friendly).
Part of the CrewCmd project by Axislabs.