Inspiration## Inspiration
colorGPT was inspired by the idea of making numerology easier to understand through colors and visual interaction. Instead of showing only calculations, the project transforms every letter of a name and each part of a birth date into numerical and chromatic information.
What it does
colorGPT is a browser-based application that:
- converts every letter of a name into a value from 1 to 31;
- assigns a specific color to every value;
- preserves spaces and Romanian diacritics;
- analyzes the day, month, and year of birth;
- displays repeated letters and dominant colors;
- validates the entered birth date;
- exports the generated result as a PNG image.
The value 0 is intentionally displayed without a color.
How I built it
I built colorGPT as a standalone HTML, CSS, and JavaScript application with the help of OpenAI Codex. Codex assisted me in developing, testing, debugging, and improving the interface while preserving the exact numerical and color mapping rules of the project.
The application runs directly in a web browser and does not require installation.
Challenges I ran into
The main challenges were preserving the exact mapping between letters, numbers, and colors, correctly handling Romanian characters, validating dates, preventing the value 0 from receiving a color, and generating a clean PNG export.
Another important challenge was improving the application without breaking the already verified functions.
Accomplishments that I am proud of
I created a functional visual numerology application that works directly in the browser, supports Romanian diacritics, provides detailed results, and allows users to save their analysis as an image.
What I learned
I learned how to develop and test a complete browser application, how to work iteratively with Codex, and how important it is to preserve verified logic while adding new functionality.
What's next for colorGPT
The next version will calculate every first name and family name separately, then combine and reduce the results according to the established numerological rules. I also plan to improve the explanations, interface, and online accessibility.
What it does
How we built it
Challenges we ran into
Accomplishments that we're proud of
What we learned
What's next for ColorGPT
Built With
- css3
- html5
- javascript
- openai
Log in or sign up for Devpost to join the conversation.