overall this phase was more about refining and stabilizing the project rather than adding flashy new features. paradox now feels more complete, with a better backend foundation and a cleaner user experience.
also yeah this is probably my final devlog for flavortown.. :) THANKS
worked a lot on paradox over time but completely forgot to log it properly earlier, ended up jumping to another project in between so logging this as a combined final entry.
spent a major portion of time improving the backend logic and overall data processing pipeline. refined how the analysis engine evaluates domains, especially the rating system. earlier it was more static and rough, but now it feels more balanced and meaningful based on multiple factors like security signals, response behavior and extracted metadata.
also revisited some older parts of the system from when the core features were first built and fixed inconsistencies in how different metrics were being calculated and displayed.
this wasn’t a full redesign but more of a polish pass to make the interface feel more stable and less cluttered.
overall this phase was more about refining and stabilizing the project rather than adding flashy new features. paradox now feels more complete, with a better backend foundation and a cleaner user experience.
also yeah this is probably my final devlog for flavortown :)
Log in to leave a comment
Paradox is an advanced web analysis tool designed to evaluate the security and performance of modern web endpoints. By simply entering a URL, users can instantly retrieve detailed metrics, including domain reputation, TLS or SSL certificate status and server infrastructure details :)
soo yeahhh been working on this project called paradox and honestly it turned out pretty cool lol. the whole idea was to build like a web analysis tool where you just drop a url and it tells you everything about it like security, performance, tls ssl stuff and overall domain health with ratings and all that.
started off simple, first made the basic landing page ui and just tried to get the vibe right. then moved to the results page and made it cleaner and more readable, connected the api and did a lot of small css tweaks here and there to make it feel smooth. it was messy at first ngl but after tweaking it again and again it started looking way better.
then did a big shift and migrated the whole ui to react which made things way more modular and easier to manage. after that set up deployment on vercel so updates are live instantly which is kinda satisfying lol.
also spent time fixing bugs like when results fail to load it now actually shows proper error instead of breaking the whole thing. reduced unnecessary re renders and cleaned up the code so it feels faster and more structured.
added a feature to show how many pages a site has and also count urls and js files linked which is actually pretty useful. overall the goal was to make complex web data feel simple and readable and i think it kinda does that now.
still a lot i can improve but yeahhh pretty happy with how it turned out so far
Added a new feature that lets users see how many pages the website has and how many URLs and JavaScript files are linked to it :)
Improved the overall design and refined the UI for a cleaner look. Fixed several bugs, including handling cases where result fetching fails.. it now properly shows an error instead of breaking. Reduced unnecessary re-rendering to improve performance and optimized parts of the codebase for better structure and readability. Also added a new feature that lets users see how many pages the website has and how many URLs and JavaScript files are linked to it.
Log in to leave a comment
Paradox is an advanced web analysis tool designed to evaluate the security and performance of modern web endpoints.
successfully migrated the entire sites ui to react, moving to a more modular component based architecture for code maintenance … after finalizing the code, i pushed the latest version to github and configured an automated deployment pipeline via vercel for seamless live updates :)
Log in to leave a comment
designed the search results page with a much cleaner look :) integrated the api to make everything functional, then made some manual css adjustments here and there to improve the overall ui.. had to tweak a few things, but it was totally worth it…its looking much better now.
Log in to leave a comment
made the basic landing page ui of the website ::))
Log in to leave a comment