An open API service indexing awesome lists of open source software.

https://github.com/durellwilson/devrel-hub

🚀 Detroit Developer Relations - Enrichment, Inspiration & Security Awareness
https://github.com/durellwilson/devrel-hub

ai-safety community devrel hacktoberfest prompt-injection security

Last synced: 13 days ago
JSON representation

🚀 Detroit Developer Relations - Enrichment, Inspiration & Security Awareness

Awesome Lists containing this project

README

          

# Detroit Swift DevRel Hub

Central hub for Detroit's Swift developer community with AI-powered learning assistance.

## 🚀 Features

- **20 Swift Packages** - Production-ready code
- **AI Assistant** - Powered by GPT-4
- **Learning Path** - Beginner to Advanced
- **Project Ideas** - 10 real-world projects
- **Documentation** - Comprehensive guides

## 📦 Quick Start

```bash
npm install
npm run dev
```

Visit http://localhost:3000

## 🌐 Deploy to Vercel

```bash
vercel --prod
```

Add `OPENAI_API_KEY` environment variable.

## 📚 Resources

All 20 GitHub repositories linked and documented.

---

**Built for Detroit's Swift community** 🏭

## ✅ Production-Ready

### Testing
- Unit tests: `npm test`
- E2E tests: `npm run test:e2e`
- Coverage: `npm run test:coverage`

### Backend
- Vercel KV persistence
- Rate limiting (10 req/min)
- Health checks: `/api/health`

### CI/CD
- Automated testing on every PR
- Security scanning
- 70%+ coverage required