Fusion | Built with Google Gemini: Writing Challenge

Published: (March 2, 2026 at 10:11 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Overview

This is a submission for the Built with Google Gemini: Writing Challenge.
At Cal Hacks 12.0, I built Fusion, an all‑in‑one platform dedicated to helping engineering managers manage multiple tools—including GitHub, Slack, Notion, and Jira. Powered by Gemini, Fusion allows users to use natural language to perform actions across these platforms, reducing context switching.

Features

  • Read Notion documents & databases
  • Create and review GitHub pull‑request requests
  • Create tasks on Jira
  • Read, summarize, and send messages via Slack

What I Learned

  • Integrating many platforms required deep dives into each platform’s documentation. This highlighted the importance of clear, detailed docs—not only for using APIs but also for creating my own documentation.
  • I had never used Gemini’s tool‑calling before, so learning and implementing it was both fun and educational.
  • I encountered several roadblocks outside my control, which taught me how to navigate unexpected issues and plan contingently.
  • The Gemini API and function calling were straightforward to work with; the main limitation we faced was rate limiting on the free plan.
0 views
Back to Blog

Related posts

Read more »

Google Gemini Writing Challenge

What I Built - Where Gemini fit in - Used Gemini’s multimodal capabilities to let users upload screenshots of notes, diagrams, or code snippets. - Gemini gener...