Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekafyi/diagramify

Web app that explains concepts with Gemini AI + Mermaid diagram
https://github.com/ekafyi/diagramify

Last synced: 29 days ago
JSON representation

Web app that explains concepts with Gemini AI + Mermaid diagram

Awesome Lists containing this project

README

        

# diagramify

diagramify.vercel.app showing sequence diagram explaining OAuth 2.0

https://diagramify.vercel.app

Understand concepts through diagrams. Fun little project built for the #GeminiSprint.

- [Gemini Pro AI](https://ai.google.dev/docs) generates the diagram in [Mermaid](https://mermaid.js.org) syntax
- Web app built with [Astro](http://astro.build), styled with [DaisyUI](http://daisyui.com)

## Forking or cloning

1. Fork/clone this repo
2. Run `npm install` (or other package managers’ equivalent)
3. Copy `.env.example` to `.env` and add your own API key
- Get a free API key in [Google AI Studio](https://makersuite.google.com/app/apikey) (account required)
4. Have fun!