HmzaH
Convex Community3w ago
3 replies
Hmza

The 'Big Guys' vs. a Weekend Build: OkayIQ

🖋️Component
Happy Tuesday Convex! convex

I did it again. Another weekend project that might be "abandoned" next week lol, but I couldn't resist seeing how fast I could push a production-ready RAG app using Convex.🤓

After the success of https://sticky.today, I wanted to dive back into Modern Brutalism for the UI/UX.

The Problem: Platforms like Zendesk or Intercom's Fin are overkill (and over-budget) for small businesses. They make onboarding a nightmare for non-technical owners with all that "technical jabber."

The Solution: OkayIQ. It’s a turn-key RAG chatbot.

Sign up → Train (PDFs/Web) → Integrate. yep

Zero-hallucination: Strictly grounded in your own documentation.

🪜 Training Loop: Check out the "Bridge Knowledge Gap" screenshot - I used Convex to build a reactive way for owners to manually correct the AI's "brain" if it misses something.

xzibit Human-in-the-loop: Instant Slack/Email alerts when a human is needed.

The Stack:
Convex (obviously - handling the heavy lifting of RAG, state, and that reactive training loop).
Clerk for Auth.
Vercel/Next.js for the frontend.

I'm always trying to show how this stack isn't just for "toys" - you can build enterprise-grade security and logic over a weekend.

It’s an MVP for now, but ticketing and more native integrations (Shopify, WP, etc.) are on the roadmap. (you can still use guides on Integrations page to integrate to any CMS)

Check it out: https://okayiq.com

Would love to hear what you guys think about the UI!

P.S. I'm using my new Convex component in this for some value key stores. Checkout Convex KV store here: https://www.npmjs.com/package/@hamzasaleemorg/convex-kv
Screenshot_2026-02-10_at_5.06.11_PM.png
Screenshot_2026-02-10_at_5.05.12_PM.png
Screenshot_2026-02-10_at_5.03.27_PM.png
Screenshot_2026-02-10_at_5.03.48_PM.png
Was this page helpful?