Skip to content

Qoder-AI/qoder-community

Repository files navigation

Qoder Community

Global community platform for Qoder developers - share agents, learn together, build faster.

Tech Stack

Features

  • 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

Project Structure

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

Local Development

Install Dependencies

npm install

Start Dev Server

npm run dev

Visit: http://localhost:4321

Build for Production

npm run build

Preview Build

npm run preview

How to Contribute

We 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.

Deployment

Deploy to Cloudflare Pages

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)

Contributing

See CONTRIBUTING.md for guidelines on contributing agent configurations.

Links

Troubleshooting

Build Errors

# Clean and reinstall
rm -rf node_modules package-lock.json
npm install
npm run build

Content Not Showing

Check frontmatter format is correct.

Search Not Working

Check Pagefind output in build logs.


Powered by Astro and Starlight
Hosted on Cloudflare Pages

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •