# hackathon-quick-feature > Implement a feature quickly for hackathon time pressure - Author: Josh Leichtung - Repository: joshleichtung/mixboard - Version: 20260104020049 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/joshleichtung/mixboard - Web: https://mule.run/skillshub/@@joshleichtung/mixboard~hackathon-quick-feature:20260104020049 --- --- name: hackathon-quick-feature description: Implement a feature quickly for hackathon time pressure --- Implement {{feature_name}} with hackathon speed optimization: **Strategy:** 1. **Minimal viable approach** - no over-engineering 2. **Use existing patterns** - copy from similar features 3. **Hardcode when appropriate** - optimize later 4. **Visual first** - make it look good quickly **Implementation checklist:** - [ ] Create component with basic UI (shadcn/ui components) - [ ] Add minimal state management (Zustand if needed) - [ ] Hook up to API/data source - [ ] Add basic error handling - [ ] Style with Tailwind - [ ] Test manually (no unit tests for hackathon) **Remember:** Demo-driven development - make it LOOK impressive first. What's the feature?