MiniAI Chat SDK โ€“ React AI Chat in 5 Minutes with Claude, Gemini, and LLM7

์ž‘์„ฑ์ž

์นดํ…Œ๊ณ ๋ฆฌ:

โ† ํ”ผ๋“œ๋กœ
DEV Community ยท Mini ยท 2026-08-18 ๊ฐœ๋ฐœ(SW)

Mini

Hey everyone! ๐Ÿ‘‹

I’m a solo developer and I built a React SDK that makes it super easy to add AI chat to any app.

What it does:

  • Supports Claude, Gemini, and LLM7 in one package
  • Beautiful, ready-to-use UI components
  • 5-minute setup (literally 3 lines of code)
  • TypeScript & Tailwind ready
  • Dark/light theme included

Why I built it:
I got tired of integrating different AI providers separately. Every time it was: different APIs, different docs, and no good UI. So I built one SDK that handles all of them.

Quick example:

import { ChatInterface } from 'mini-ai-chat-sdk';

function App() {
  return <ChatInterface apiKey="YOUR_KEY" />;
![ ](https://dev-to-uploads.s3.us-east-2.amazonaws.com/uploads/articles/g64qk8v8s42iv2qigpak.png)
}

Enter fullscreen mode Exit fullscreen mode

Pricing:

ยท Early bird: $17 (limited spots)
ยท Regular: $49

Try it: https://minihizmet.gumroad.com/l/Miniai

Would you pay $17 for this? What features are missing? Let me know what you think! ๐Ÿ‘‡

Tools used:

ยท React 18
ยท TypeScript
ยท Tailwind CSS
ยท Claude API / Gemini API / LLM7
ยท Gumroad for payments

Happy to answer any technical questions! ๐Ÿ™

์›๋ฌธ์—์„œ ๊ณ„์† โ†—