feat(peer-demo-showcase): AI-Powered Hackathon Showcase & Sponsor Matcher Kit - #1
Merged
Conversation
- Created a new community showcase app with a package.json file. - Implemented CursorGlow component for a glowing cursor effect. - Developed MagneticButton component for interactive button animations. - Added Navbar component with scroll-based styling. - Introduced SmoothScroll component for smooth scrolling experience. - Created TiltCard component for 3D tilt effects on hover. - Added utility function for class name merging. - Implemented flows for managing sponsors and project submissions, including add, get, and upvote functionalities.
- Created a new community showcase app with a package.json file. - Implemented CursorGlow component for a glowing cursor effect. - Developed MagneticButton component for interactive button animations. - Added Navbar component with scroll-based styling. - Introduced SmoothScroll component for smooth scrolling experience. - Created TiltCard component for 3D tilt effects on hover. - Added utility function for class name merging. - Implemented flows for managing sponsors and project submissions, including add, get, and upvote functionalities.
…configuration, judging management, sponsors management, and submissions management - Deleted upvote-project-flow.ts as it is no longer needed. - Updated lamatic.config.ts to reflect new flow structure and removed references to deleted flow. - Added new Judge Login and Dashboard pages for enhanced judge experience. - Created consolidated flows for event configuration, judging management, sponsors management, and submissions management to streamline operations.
…d sponsor matching
Added Loom video link and new section for Lamatic.ai flows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Lamatic AgentKit Challenge Submission
📹 Walkthrough Video
🎯 1. Problem Statement
Organizing hackathons, demo days, and developer accelerators involves heavy manual effort:
💡 2. The Solution:
peer-demo-showcaseKitThe Peer Demo Showcase & AI Matcher Kit is a complete, multi-agent AI solution built on Lamatic.ai that automates the entire showcase lifecycle:
EnterpriseAIPipeline) showing logs, latency, and node status.localStorage-backed upvote deduplication.HH:MM:SScountdown timer that automatically reloads upon expiry to reveal an animated Top 3 Winners Podium with confetti.🔌 3. Lamatic.ai 5-Flow Orchestration Architecture
This kit demonstrates how 5 decoupled Lamatic flows interoperate to power a full-stack Next.js application:
LAMATIC_SUBMISSION_FLOW_ID: Analyzes GitHub repos, extracts tech stack, determines sponsor track match & breakout table.LAMATIC_SUBMISSIONS_MANAGER_FLOW_ID: Handles D1 database CRUD operations, project listing, status updates, and column-level upvotes.LAMATIC_SPONSORS_MANAGER_FLOW_ID: Fetches active sponsor tracks and persists new sponsors to the database.LAMATIC_JUDGING_MANAGER_FLOW_ID: Manages judge accounts, credentials, and criteria scoring records.LAMATIC_EVENT_CONFIG_FLOW_ID: Controls submission deadlines and dynamic winner declaration countdown timers.⚖️ 4. Key Trade-offs & Engineering Decisions
localStorage): Used browser local storage to prevent users from spam-upvoting projects across page refreshes without locking down anonymous viewing.window.location.reload()when transitioning live from active to expired, preventing infinite refresh loops on historical dates.🛠️ 5. Tech Stack
executeFlow)