<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nithya Gujiluva Ravindran</title>
    <description>The latest articles on DEV Community by Nithya Gujiluva Ravindran (@nithya_gujiluvaravindran).</description>
    <link>https://dev.to/nithya_gujiluvaravindran</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3674403%2Fc75dac12-f1d0-4698-8d14-cde83e86d57e.jpg</url>
      <title>DEV Community: Nithya Gujiluva Ravindran</title>
      <link>https://dev.to/nithya_gujiluvaravindran</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nithya_gujiluvaravindran"/>
    <language>en</language>
    <item>
      <title>AI Storyboard Generator</title>
      <dc:creator>Nithya Gujiluva Ravindran</dc:creator>
      <pubDate>Sun, 04 Jan 2026 23:55:33 +0000</pubDate>
      <link>https://dev.to/nithya_gujiluvaravindran/ai-storyboard-generator-53d0</link>
      <guid>https://dev.to/nithya_gujiluvaravindran/ai-storyboard-generator-53d0</guid>
      <description>&lt;p&gt;An intelligent application that turns your script into visual storyboards using Google's Gemini API.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/buildappslive/ai-storyboardapp" rel="noopener noreferrer"&gt;https://github.com/buildappslive/ai-storyboardapp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;AI-Powered Generation: Instantly converts text scripts into visual panels.&lt;/li&gt;
&lt;li&gt;Theme Support: Includes Light and Dark modes (defaulting to Dark).&lt;/li&gt;
&lt;li&gt;History Dashboard: Automatically saves generated storyboards to a local database (IndexedDB).&lt;/li&gt;
&lt;li&gt;Export: Download your storyboard panels as a ZIP archive.&lt;/li&gt;
&lt;li&gt;Customizable: Choose between 16:9 and 1:1 (Instagram) aspect ratios.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>ai</category>
      <category>aistoryboard</category>
      <category>typescript</category>
      <category>react</category>
    </item>
    <item>
      <title>🚀 Google Auth Website — A Production-Ready Boilerplate with Google SSO &amp; Email Auth</title>
      <dc:creator>Nithya Gujiluva Ravindran</dc:creator>
      <pubDate>Tue, 23 Dec 2025 03:36:46 +0000</pubDate>
      <link>https://dev.to/nithya_gujiluvaravindran/google-auth-website-a-production-ready-boilerplate-with-google-sso-email-auth-338l</link>
      <guid>https://dev.to/nithya_gujiluvaravindran/google-auth-website-a-production-ready-boilerplate-with-google-sso-email-auth-338l</guid>
      <description>&lt;p&gt;I’m excited to share my latest open source project — a professional, easy-to-use starter template for modern web apps featuring Google Sign-In (SSO) and traditional Email/Password authentication.&lt;/p&gt;

&lt;p&gt;👉 GitHub Repo:&lt;br&gt;
&lt;a href="https://github.com/mmraja83/google-auth-website" rel="noopener noreferrer"&gt;https://github.com/mmraja83/google-auth-website&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔍 &lt;strong&gt;What This Project Is&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F12pvns95iouy15mlpxj6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F12pvns95iouy15mlpxj6.png" alt=" " width="800" height="382"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fog7hffllndxcmo9bh8bm.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fog7hffllndxcmo9bh8bm.webp" alt=" " width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This repository is a full-stack authentication boilerplate, built using:&lt;/p&gt;

&lt;p&gt;React (Vite) for the frontend&lt;/p&gt;

&lt;p&gt;FastAPI (Python) for the backend&lt;/p&gt;

&lt;p&gt;JWT-based authentication&lt;/p&gt;

&lt;p&gt;Google OAuth 2.0 Sign-In&lt;/p&gt;

&lt;p&gt;Clean, minimal UI design&lt;/p&gt;

&lt;p&gt;🧠 &lt;strong&gt;Why I Built This&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Authentication is a core part of almost every application, yet implementing secure login flows repeatedly can be time-consuming.&lt;/p&gt;

&lt;p&gt;This project helps you:&lt;/p&gt;

&lt;p&gt;Save setup time&lt;/p&gt;

&lt;p&gt;Start with production-ready auth&lt;/p&gt;

&lt;p&gt;Focus on your actual business logic&lt;/p&gt;

&lt;p&gt;📦 &lt;strong&gt;Key Features&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;✅ Google SSO (OAuth 2.0)&lt;/p&gt;

&lt;p&gt;✅ Email &amp;amp; Password authentication&lt;/p&gt;

&lt;p&gt;✅ JWT-based secure tokens&lt;/p&gt;

&lt;p&gt;✅ Protected dashboard &amp;amp; user profile&lt;/p&gt;

&lt;p&gt;✅ Modern, responsive UI&lt;/p&gt;

&lt;p&gt;✅ SQLite backend for simplicity&lt;/p&gt;

&lt;p&gt;⚙️ &lt;strong&gt;Getting Started&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The repository includes a clear README with:&lt;/p&gt;

&lt;p&gt;Backend setup (FastAPI + venv)&lt;/p&gt;

&lt;p&gt;Frontend setup (React + Vite)&lt;/p&gt;

&lt;p&gt;Environment variable configuration&lt;/p&gt;

&lt;p&gt;Local development steps&lt;/p&gt;

&lt;p&gt;You’ll be up and running in minutes 🚀&lt;/p&gt;

&lt;p&gt;🛠 &lt;strong&gt;Use Cases&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This project is useful if you want:&lt;/p&gt;

&lt;p&gt;A starter template for SaaS or side projects&lt;/p&gt;

&lt;p&gt;A learning reference for auth workflows&lt;/p&gt;

&lt;p&gt;A base for adding roles, permissions, or more OAuth providers&lt;/p&gt;

&lt;p&gt;🙌 &lt;strong&gt;Contributions Welcome&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is an open source project, and contributions are welcome!&lt;/p&gt;

&lt;p&gt;⭐ Star the repo&lt;br&gt;
🐞 Raise issues&lt;br&gt;
🔧 Submit PRs&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/mmraja83/google-auth-website" rel="noopener noreferrer"&gt;https://github.com/mmraja83/google-auth-website&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 &lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Authentication doesn’t have to be painful.&lt;br&gt;
I hope this project helps you build faster, learn better, and ship confidently.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>sso</category>
      <category>authentication</category>
      <category>oauth</category>
    </item>
  </channel>
</rss>
