DEV Community

Cover image for ๐ŸŽจ Introducing GitVisualize โ€“ Turn Any GitHub README into AI-Generated Art
James Kingsley
James Kingsley

Posted on

๐ŸŽจ Introducing GitVisualize โ€“ Turn Any GitHub README into AI-Generated Art

Hey DEV community!

I just launched a side project Iโ€™ve been tinkering with:
๐Ÿ‘‰ GitVisualize

It lets you paste in any public GitHub repo URL, and itโ€™ll generate a visual representation of that project using OpenAIโ€™s gpt-image-1 model โ€” all based on the repoโ€™s README content.


โœจ What it does

  • Takes a GitHub repo URL
  • Pulls the README
  • Feeds it to an AI image model
  • Displays the generated image alongside project metadata
  • Adds it to a public gallery

You can even choose the image style you want:

  • Conceptual & Techy
  • Infographic
  • Abstract & Minimalist
  • Direct & Clear

Itโ€™s built with Vue 3 + Tailwind, uses Supabase for storage and data, and everything runs through a lightweight backend on Render.


๐Ÿงช Why I made this

I love browsing GitHub, and I wondered:

โ€œWhat would this project look like if it were a picture?โ€

So I built GitVisualize as a fun experiment in combining AI, dev culture, and a bit of creativity. Some of the results are surprisingly expressive.


๐Ÿ›  Tech Stack

  • Frontend: Vue 3 + Tailwind
  • Backend: Node/Express (Render)
  • AI: OpenAI gpt-image-1
  • Storage/DB: Supabase
  • Design direction: Lighthearted โ€œHappy Alienโ€ aesthetic ๐Ÿ›ธ

๐Ÿ–ผ Try it out

โžก๏ธ https://gitvisualize-web.onrender.com/

Paste a repo, pick a style, and see what AI dreams up!

Iโ€™d love feedback, ideas, or feature suggestions.
And if you try it, drop your favorite generated image in the comments! ๐Ÿ‘‡


๐Ÿ™Œ Built with curiosity by

James Kingsley โ€“ HappyAlien.ai

#buildinpublic #sideproject #ai #webdev #openai #supabase #vue #showdev

Top comments (0)