Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

kychee-com/wl-eagles

Repository files navigation

The Eagles — Good Samaritans of Wichita

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.

What's in the demo

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

Deploy

Requires the Run402 CLI:

node deploy.js

Override the project ID:

EAGLES_PROJECT_ID=prj_xxx node deploy.js

Regenerate images

Requires an OpenAI API key with gpt-image-1.5 access:

OPENAI_API_KEY=sk-... bash generate-images.sh

Then upload to Run402 storage:

for f in assets/*; do
  run402 storage upload $PROJECT_ID assets "$(basename $f)" --file "$f"
done

Built with

About

The Eagles — Good Samaritans of Wichita. A demo community portal built on Wild Lychee + Run402. All content AI-generated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors