AI Hub Explorer is an AI discovery platform: a single interface where users can explore, compare and choose between AI agents and models. The AI tool landscape changes every month — this project turns that chaos into an organized, searchable panel.
The whole application is three files doing a lot of work. index.html defines the structure: tabs, cards, the comparison table and quiz steps. style.css delivers the visual identity — a modern glassmorphism look, dark/light themes, per-brand color schemes and a responsive sidebar. app.js is the engine: all AI profiles live as a data object, and the script generates the model list, explore cards, comparison table, quiz results, timeline and calculator outputs from that single source — plus all the interactivity: search, filtering, tab navigation and quiz flow.
This project was my deep dive into data-driven front-end development: keeping one data source and rendering six different views from it, managing state without a framework, and designing a recommendation quiz that feels genuinely helpful.
HTML, CSS, vanilla JavaScript — data-driven dynamic UI, no frameworks






Diğer projelerime de göz atmak ister misiniz?