Caution
The purpose of this project is to have a working UI prototype for user testing and collecting early feedback. This application is NOT intended for production use and doesn't fulfill my own quality requirements in terms of code quality and security!
If you are interested in projects I built myself, have a look at my other repositories.
Group Companion is a mobile app that helps user groups plan, book, and share memories from visits to attractions. The app was rapidly prototyped for user testing, early feedback, and assumption verification using Vibe Coding and GitHub Copilot.
- Single Page Application (React, Next.js, HeroUI, TypeScript)
- Application Prototype built via Vibe Coding and GitHub Copilot
- Collect real User Feedback
- Verify Assumptions
- Collect Feedback early
- User Testing with a working application
- Group Management: Create and manage groups, invite members, coordinate activities
- Attraction Catalog: Browse and search attractions across Germany with filters and ratings
- Idea Store: Collaboratively suggest, vote on, and plan group visits
- Event Planning: Schedule activities, track RSVPs, and manage participation
- Memory Sharing: Upload photos and notes to preserve shared experiences
- Gamification: Earn badges for group participation and completed visits
# Run development server (slow)
npm run dev
# Create optimized production build and start it (fast)
npm run build && npm run start