# Open Sourcing: Prime Factorization (via Vibe Coding)

By [justyy](https://paragraph.com/@justyy-2) · 2025-08-17

---

I've open-sourced a simple tool: Prime Factorization App which will factorize any give integer into prime factors. For example: 24 will be shown as **2^3 x 3**

![](https://storage.googleapis.com/papyrus_images/ad9f36bdf34339918f0e1e72672079f58a7e61f464c1a0bbcd16bd0d2b55a5fa.png)

Github: [https://github.com/doctorlai/prime-factorization](https://github.com/doctorlai/prime-factorization)Deployed to Github Page: [https://doctorlai.github.io/prime-factorization/](https://doctorlai.github.io/prime-factorization/)

Some other repos that are done via [ChatGPT Vibe Coding](https://helloacm.com/from-idea-to-github-pages-building-tools-with-ai-and-vibe-coding/)

---

*Originally published on [justyy](https://paragraph.com/@justyy-2/open-sourcing-prime-factorization-via-vibe-coding)*
