FuseBoard Project Story

Inspiration

After college, I realized a disconnect: talented individuals were looking for meaningful work, while visionaries with great ideas lacked the teams to build them. Existing platforms were just "repositories" or freelance marketplaces. I wanted to build a Co-Founder Factory—a place where projects are nurtured from idea to investment, powered by the intelligence of Gemini.

What it does

FuseBoard is a platform where users can:

  1. Launch Projects: Use Gemini to transform a rough sentence into a structured project proposal.
  2. Collaborate: Open specific "Collaboration Slots" for roles like Frontend Dev or Marketing Lead.
  3. Get Advice: Access a persistent "Board of Advisors" (AI Agents) that know the specific context of their project and provide tailored advice on Tech, HR, and Marketing.
  4. Grow: Track "Investor Readiness" metrics to eventually unlock funding opportunities.

How I built it

I built FuseBoard using Next.js 15 for a robust full-stack foundation. I used Tailwind CSS and Framer Motion to create a "Glassmorphism" design that stands out. The core intelligence is powered by Google's Gemini 3 Flash Preview API. I leveraged its advanced reasoning capabilities to:

  • Refine project descriptions in real-time.
  • Act as different personas (CTO, VP of People, CMO) in a chat interface, maintaining context of the specific project's tech stack and team status.

Challenges I ran into

  • Context Management: passing the right amount of project context to Gemini without overloading the prompt was tricky. I had to carefully structure the system instructions.
  • Prisma & Next.js 15: Navigating the new server actions and caching paradigms in Next.js 15 while keeping the UI responsive required careful state management.

Accomplishments that I'm proud of

  • The "AI Elevate" Button: It feels magical to type "Uber for pets" and watch it turn into a professional 3-paragraph executive summary.
  • The UI: I achieved a premium "glass" look that feels professional yet futuristic.
  • The Board of Advisors: It genuinely feels like having a team of experts in your pocket.

What I learned

  • Prompt Engineering: How critical persona definition is for AI. A "CTO" persona gives very different (and better) feedback on code structure than a generic assistant.
  • Agentic Workflows: How to chain AI operations (create project -> suggest roles) to reduce friction.

What's next for FuseBoard

  • Real Investor Integration: connecting verifiable metrics to actual VC APIs.
  • Automated matching: Gemini proactively suggesting users for open slots based on their resume/portfolio.
  • Mobile App: bringing the dashboard to iOS/Android.

Built With

Share this project:

Updates