AAxitinaumiqx.hashnode.dev·Apr 22 · 13 min readWe Replaced TalkJS with a Self-Hosted Medusa Plugin in 7 Days. Then We Open-Sourced It.The Per-MAU Tax Nobody Mentions in a Marketplace Pitch Here's a problem that doesn't show up in any Y Combinator fundraising deck, but kills marketplace unit economics the moment you try to scale: per-monthly-active-user chat pricing. You go to the T...00
AAxitinaumiqx.hashnode.dev·Apr 3 · 5 min read22 React Components That Don't Exist Anywhere ElseButtons are boring. Modals are lazy. "Are you sure? [Yes] [No]" is a crime against UX. Here are 22 React components that make users feel something. Every one of them is used in production on aumiqx.com. Every one is open source. Every one is somethin...00
AAxitinaumiqx.hashnode.dev·Apr 3 · 5 min readEvery Website on Earth Uses the Same Scroll Physics. Why?Open any website. Scroll. Now open a different website. Scroll again. Same feel. Same momentum. Same friction. Same inertia. Every website on Earth uses identical scroll physics because the browser's scroll engine is a black box. You can listen to ev...00
AAxitinaumiqx.hashnode.dev·Apr 3 · 4 min readEvery Gesture Library on the Web is Wrong. Here's Why.Every gesture library hooks into DOM events. Hammer.js (deprecated). use-gesture (React-only). interact.js (DOM-dependent). But a gesture is just math. A swipe is fast displacement along one axis. A tap is low drift over short time. A flick is high v...00
AAxitinaumiqx.hashnode.dev·Apr 1 · 21 min readWe Built an AI That Rewrites Its Own Brain. Here's What Happened.The Question That Started Everything It started with a simple observation that nobody in the AI industry wants to talk about. Every AI agent in existence is a task executor. You give it a prompt. It executes. It dies. The next time you call it, it st...00