I built a free AI writing SaaS with Flutter Web + Gemini — would love feedback from this community
A developer named Surendra Kumar has launched ScribeAI, a free AI-powered writing SaaS platform built with Flutter Web and Google Gemini API. The platform offers eight writing tools including resume scoring, cover letter generation, document summarization, and SEO blog writing. Built as a side project, it uses Firebase for backend services and offers a freemium monetization model with optional paid credits and a Pro subscription.
- ▪ScribeAI is an AI writing platform offering eight tools such as resume scoring, cover letter generation, and blog writing.
- ▪The tech stack includes Flutter Web, Google Gemini AI API, Firebase Auth, Firestore, and BLoC state management.
- ▪The service has a free tier with limited daily uses, paid credits, and a Pro plan for unlimited access.
- ▪Users must sign up to use the tools, and features include PDF download, copy to clipboard, and public sharing.
- ▪The developer is seeking community feedback on UI/UX, features, bugs, and willingness to pay for the Pro plan.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3851581) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Surendra Kumar Posted on May 17 • Originally published at coderlegion.com I built a free AI writing SaaS with Flutter Web + Gemini — would love feedback from this community #flutter #dart #firebase #gemini Hey Dev.to Community I've been a Flutter/Firebase developer for the past couple of years, and I recently shipped something I'm genuinely proud of — ScribeAI, a free AI-powered writing platform.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).