The world of search is currently obsessed with Generative AI. But as we’ve all seen, LLMs have a critical flaw when it comes to search: they hallucinate. When users are looking for historical data, scientific facts, or specific knowledge, probabilities aren't good enough. They need absolute accuracy.
We decided to take a different path. We built Axus Search — a next-generation global knowledge ecosystem designed entirely around verified facts, bypassing the chaos of SEO noise, ad clutter, and AI hallucinations.
Here is a breakdown of the architecture and the technical challenges we solved to scale this to a global level.
Axus Search is built on Pure Code (Vanilla JavaScript, raw HTML, and highly optimized CSS). Why?
Performance: Achieving a consistent 60 FPS for our complex UI animations (like our "White Edition" glassmorphism effects) without virtual DOM overhead.
Bundle Size: We keep the client-side execution razor-thin, ensuring instant intelligence access even on slower mobile networks.
Scaling the Database: 77.8M+ Articles We aren't parsing links; we are delivering structured, ready-to-use answers. The backend architecture handles over 77,800,000 expert-verified articles. Instead of letting an AI "guess" an answer and risk fabricating facts, our source-analysis algorithms retrieve exact, structured blocks of data paired with premium visuals. Zero commercial bias, just the truth.
The Localization Challenge: 389 Search Languages & 249 UI Languages Building a global empire means speaking the user's language natively.
The Interface: Fully localized into 249 languages. Managing state and dynamic text expansion/contraction for right-to-left (RTL) and complex scripts without breaking the CSS grid required a completely custom layout engine.
The Search Engine: Capable of processing queries and delivering precise results in over 389 languages.
Axus Swipe (Knowledge in Motion): We took the addictive, fluid swipe mechanics of social media and applied them to intellectual growth. Users can discover verified facts via smart cards. Engineering this in Vanilla JS required custom touch-event listeners and hardware-accelerated CSS transforms to ensure zero lag during the swipe gesture.
Axus Flow (The Timeline of Discovery): A "Time Machine" for data. Instead of a flat list of results, Flow generates an infinite feed showing the historical evolution of an idea or technology.
The Result Building a search engine without generative AI shortcuts or heavy frontend frameworks was a massive challenge, but the performance speaks for itself.
I’d love to hear feedback from the engineering community! If you want to feel the speed of a "Pure Code" architecture and test out the Flow/Swipe mechanics, I am currently running the live environment here: [axussearch.online]
Let me know what you think of the rendering speed! 🚀
No responses yet.