A fully populated demo community portal built on Wild Lychee + Run402.
Live demo: https://eagles.run402.com
Everything is AI-generated — member photos, event images, logo, all text content. This is a showcase of what a Wild Lychee community portal looks like with real-feeling data.
| Feature | Count |
|---|---|
| Members with AI-generated avatars | 28 |
| Events (upcoming + past) | 12 |
| Forum categories | 5 (18 topics, 56 replies) |
| Committees with members | 6 (37 assignments) |
| Announcements | 10 (2 pinned) |
| Resources | 15 |
| Newsletter drafts | 2 |
| Activity log entries | 40 |
| AI-generated images | 36 |
Requires the Run402 CLI:
node deploy.jsOverride the project ID:
EAGLES_PROJECT_ID=prj_xxx node deploy.jsRequires an OpenAI API key with gpt-image-1.5 access:
OPENAI_API_KEY=sk-... bash generate-images.shThen upload to Run402 storage:
for f in assets/*; do
run402 storage upload $PROJECT_ID assets "$(basename $f)" --file "$f"
done- Wild Lychee — community portal template
- Run402 — serverless platform (database, auth, functions, storage, hosting)
- OpenAI gpt-image-1.5 — AI image generation