← Crafts
FANS preview

FANS

Platform pilot Full-stack engineer

Campus fan engagement and community platform — rallies, chapters, and member-facing content for school spirit programs.

Overview

FANS targets campus communities that need a dedicated engagement layer — announcements, member profiles, and event-driven participation — separate from the core LMS. The portfolio entry describes a TypeScript + React pilot for institutional fan clubs and alumni chapters.

Intended capabilities

  • Member profiles and chapter organization
  • Event announcements with RSVP-style tracking
  • Moderation tools for official club accounts
  • Mobile-friendly React surfaces for game-day traffic
Club admin Publish update Member feed Reactions + RSVP Engagement summary
Engagement loop
export interface FanMember {
  id: string;
  chapterId: string;
  displayName: string;
  joinedAt: string;
  role: 'member' | 'moderator' | 'admin';
}
FANS community feed placeholder
Screenshot placeholder — chapter feed and event RSVP.