DEV Community

Muhammad Sameer
Muhammad Sameer

Posted on

SMS AI

Hey everyone,

I got tired of constantly switching between five different tabs every day just to get work done, so I built SMS AI SMS AI. It’s basically a unified workspace designed to handle chat, code generation, web research, document parsing, and images in one tab without losing your state.

What's built-in right now:

  • Asynchronous Streaming Chat: Smooth, word-by-word streaming with markdown formatting and native code block rendering.
  • Code Assistant: Generates, refactors, and breaks down code in pretty much any language.
  • Live Web Research: Runs live web queries and injects actual clickable, cited sources into the answers.
  • Document Viewer/RAG: You can drop in PDFs, DOCX, or TXT files to get instant summaries or ask questions about them.
  • Voice & Images: Dictate questions hands-free, get spoken voice replies, and generate images directly in the chat window.

The Stack:

  • Frontend: React + Vite + Tailwind CSS to keep everything snappy and lightweight.
  • Backend: Supabase handling user sessions and authentication data flow.

The free tier gives you 10 messages a day (no credit card needed) so anyone can jump in and break things.

I’m looking to optimize the layout and performance next. Throw some tough optimization tasks or complex coding problem sheets at it and let me know what feels slow, what looks buggy, or what feature is missing.

I'll be hanging out in the comments to answer any technical questions about how it's built!

Top comments (0)