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
- Host: GitHub
- URL: https://github.com/durellwilson/devrel-hub
- Owner: durellwilson
- Created: 2025-10-31T13:04:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-15T20:03:14.000Z (8 months ago)
- Last Synced: 2025-11-15T22:06:35.503Z (8 months ago)
- Topics: ai-safety, community, devrel, hacktoberfest, prompt-injection, security
- Language: TypeScript
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Security: SECURITY.md
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