Global community platform for Qoder developers - share agents, learn together, build faster.
- Framework: Astro 5.6+
- Theme: Starlight 0.37+
- Deployment: Cloudflare Pages
- Language: TypeScript + Markdown/MDX
- Lightning-fast performance (Lighthouse 98-100)
- Quick builds (~4 seconds)
- Minimal JavaScript (~2.5KB)
- Built-in full-text search
- Dark mode support
- Fully responsive
- Global CDN via Cloudflare
- Free web analytics
qoder-community/
├── src/
│ ├── content/
│ │ ├── skills/ # Agent skills (English)
│ │ ├── skills-zh/ # Agent skills (Chinese)
│ │ ├── agents/ # Community agent configurations
│ │ ├── videos/ # Tutorial videos
│ │ ├── meetups/ # Global meetup events
│ │ ├── showcase/ # Community projects
│ │ └── docs/ # Site pages
│ ├── components/
│ │ ├── AgentCard.astro
│ │ ├── VideoCard.astro
│ │ └── MeetupCard.astro
│ ├── pages/
│ │ ├── agents.astro
│ │ ├── learn.astro
│ │ ├── meetups.astro
│ │ └── showcase.astro
│ └── styles/
│ └── custom.css
├── public/
├── astro.config.mjs
└── package.json
npm installnpm run devVisit: http://localhost:4321
npm run buildnpm run previewWe currently welcome contributions for Agent Skills. Help the community by sharing your specialized skills!
For detailed instructions on how to add and format your skills, please refer to our Contributing Guide.
See DEPLOYMENT.md for detailed instructions.
Quick steps:
# 1. Push to GitHub
git add .
git commit -m "Update content"
git push
# 2. Cloudflare Pages auto-deploys (1-2 minutes)See CONTRIBUTING.md for guidelines on contributing agent configurations.
- Live Site: https://qoder-community.pages.dev
- GitHub: https://github.com/Qoder-AI/qoder-community
- Astro Docs: https://docs.astro.build/
- Starlight Guide: https://starlight.astro.build/
# Clean and reinstall
rm -rf node_modules package-lock.json
npm install
npm run buildCheck frontmatter format is correct.
Check Pagefind output in build logs.
Powered by Astro and Starlight
Hosted on Cloudflare Pages