<?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: Brannon ONell</title>
    <description>The latest articles on DEV Community by Brannon ONell (@blazegrandmaster).</description>
    <link>https://dev.to/blazegrandmaster</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%2F969795%2Fa0287ba4-004b-4c5a-8bf1-eb390728206f.png</url>
      <title>DEV Community: Brannon ONell</title>
      <link>https://dev.to/blazegrandmaster</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/blazegrandmaster"/>
    <language>en</language>
    <item>
      <title>Building a Free AI-Powered Personal Finance Academy on Next.js</title>
      <dc:creator>Brannon ONell</dc:creator>
      <pubDate>Wed, 16 Jul 2025 18:00:02 +0000</pubDate>
      <link>https://dev.to/blazegrandmaster/building-a-free-ai-powered-personal-finance-academy-on-nextjs-b4n</link>
      <guid>https://dev.to/blazegrandmaster/building-a-free-ai-powered-personal-finance-academy-on-nextjs-b4n</guid>
      <description>&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;Managing money can be tedious: endless spreadsheets, manual categorization, and questions without instant answers. I wanted a &lt;strong&gt;zero-cost&lt;/strong&gt;, &lt;strong&gt;zero-setup&lt;/strong&gt; solution that harnesses AI to simplify every step of the personal finance journey.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Automated Expense Categorization&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Transactions from Plaid-linked accounts are auto-tagged by a custom ML model.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Real-Time Net Worth &amp;amp; Cashflow&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
See your assets, liabilities, and cashflow update instantly as new data arrives.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;AI Chatbot Finance Coach&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Ask questions like “How much did I spend on dining out this month?” or “What’s the difference between a Roth IRA and Traditional IRA?” and get instant, conversational answers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Personalized Insights &amp;amp; Alerts&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Weekly AI-generated tips—budget adjustments, savings challenges, and investment suggestions aligned with your goals.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack &amp;amp; Code Snippet
&lt;/h2&gt;

&lt;p&gt;Built with Next.js, React, Tailwind CSS, and integrated with Plaid and OpenAI’s GPT-4. Here’s a snippet showing how we call the chatbot API:&lt;/p&gt;

&lt;p&gt;Try It for Free&lt;/p&gt;

&lt;p&gt;Check it out at 👉 &lt;a href="https://finance-academy-two.vercel.app/No" rel="noopener noreferrer"&gt;https://finance-academy-two.vercel.app/No&lt;/a&gt; signup fees, no credit cards—just instant AI-powered finance.&lt;br&gt;
    { model: 'gpt-4', messages: [{ role: 'user', content: message }], session_id: sessionId },&lt;br&gt;
    { headers: { 'Authorization': &lt;code&gt;Bearer ${process.env.OPENAI_KEY}&lt;/code&gt; } }&lt;br&gt;
  );&lt;br&gt;
  res.status(200).json({ reply: response.data.choices[0].message.content });&lt;br&gt;
}&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>learning</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
