WeSearch

I built a free AI writing SaaS with Flutter Web + Gemini — would love feedback from this community

·2 min read · 0 reactions · 0 comments · 13 views
#flutter#dart#firebase#gemini#saas
I built a free AI writing SaaS with Flutter Web + Gemini — would love feedback from this community
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)