<?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: Sola Janet Browne</title>
    <description>The latest articles on DEV Community by Sola Janet Browne (@solajanetbrowne).</description>
    <link>https://dev.to/solajanetbrowne</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%2F3367778%2F226df7bf-71c2-44b3-b972-8649da1341d6.png</url>
      <title>DEV Community: Sola Janet Browne</title>
      <link>https://dev.to/solajanetbrowne</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/solajanetbrowne"/>
    <language>en</language>
    <item>
      <title>ClapMetrics: a satirical clapping analytics app</title>
      <dc:creator>Sola Janet Browne</dc:creator>
      <pubDate>Wed, 23 Jul 2025 23:43:06 +0000</pubDate>
      <link>https://dev.to/solajanetbrowne/clapmetrics-a-satirical-clapping-analytics-app-19kp</link>
      <guid>https://dev.to/solajanetbrowne/clapmetrics-a-satirical-clapping-analytics-app-19kp</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/wlh"&gt;World's Largest Hackathon Writing Challenge&lt;/a&gt;: Building with Bolt.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ClapMetrics: Built with Bolt.new for the One Shot Bonus Prize
&lt;/h2&gt;

&lt;p&gt;ClapMetrics began as a ridiculous idea for the &lt;strong&gt;Reddit x Bolt Silly Sh!t Challenge&lt;/strong&gt;. I thought, what if we turned clapping into performance data? Not just silly metrics, but a whole ecosystem: mood tracking, leaderboards, achievements. I wanted to poke fun at how far quantified-self culture can go, and how seriously we sometimes take it.&lt;/p&gt;

&lt;p&gt;Originally, I planned to integrate it directly with Reddit, but after a few failed attempts at setup, I pivoted. Instead, I entered it into the &lt;strong&gt;One Shot Bonus Prize&lt;/strong&gt;, using a single, carefully crafted prompt to generate the whole frontend via Bolt.&lt;/p&gt;




&lt;h3&gt;
  
  
  What It Does
&lt;/h3&gt;

&lt;p&gt;ClapMetrics is a playful web app that treats clapping like high-performance behaviour, complete with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Real-time clapping interface&lt;/strong&gt; with audio and visual feedback
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Analytics dashboard&lt;/strong&gt; showing progress, streaks, and performance trends
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Competitive leaderboard&lt;/strong&gt; with mock global users
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Achievement system&lt;/strong&gt; with badges like &lt;em&gt;Mood Master&lt;/em&gt; and &lt;em&gt;Clap Legend&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mood tracking&lt;/strong&gt; with emoji-based emotional states
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Daily data resets&lt;/strong&gt; using persistent &lt;code&gt;localStorage&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Responsive, glassmorphic UI&lt;/strong&gt; that works across devices
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s supposed to be silly, fun, and oddly satisfying to use.&lt;/p&gt;




&lt;h3&gt;
  
  
  How I Built It
&lt;/h3&gt;

&lt;p&gt;Everything was generated with &lt;a href="https://bolt.new" rel="noopener noreferrer"&gt;Bolt.new&lt;/a&gt; using a detailed one-shot prompt. &lt;/p&gt;

&lt;p&gt;Behind the scenes, it uses:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Web Audio API&lt;/strong&gt; for sound effects
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lucide React icons&lt;/strong&gt; for UI polish
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Custom gradient and blur layers&lt;/strong&gt; for aesthetics &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Emoji-based state management&lt;/strong&gt; for mood input
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend-only persistence&lt;/strong&gt; with graceful daily resets
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s a single-prompt build that includes animation, gamification, responsive design, and subtle critiques.&lt;/p&gt;




&lt;h3&gt;
  
  
  What I Learned
&lt;/h3&gt;

&lt;p&gt;Sometimes the original idea fails, but you can still ship something that works and makes people smile.&lt;/p&gt;




&lt;h3&gt;
  
  
  What’s Next
&lt;/h3&gt;

&lt;p&gt;I could evolve ClapMetrics into:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A &lt;strong&gt;workshop tool&lt;/strong&gt; for real-time engagement and feedback
&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;Slack/Zoom plugin&lt;/strong&gt; for team celebration culture
&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;satirical digital art piece/artefact&lt;/strong&gt; for Are.na or Glitch&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Or maybe I will leave it as it is — a mirror held up to self-optimisation culture. &lt;/p&gt;

&lt;p&gt;A joyful parody.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try it Out
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://willowy-torte-b268b7.netlify.app/" rel="noopener noreferrer"&gt;https://willowy-torte-b268b7.netlify.app/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ClapMetrics Demo
&lt;/h2&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/0auGS9bkC6o"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>wlhchallenge</category>
      <category>bolt</category>
      <category>ai</category>
    </item>
    <item>
      <title>Not Sure What Therapy’s Right for You? There’s a Quiz for That | MindFLTR</title>
      <dc:creator>Sola Janet Browne</dc:creator>
      <pubDate>Wed, 23 Jul 2025 18:18:43 +0000</pubDate>
      <link>https://dev.to/solajanetbrowne/not-sure-what-therapys-right-for-you-theres-a-quiz-for-that-mindfltr-40mi</link>
      <guid>https://dev.to/solajanetbrowne/not-sure-what-therapys-right-for-you-theres-a-quiz-for-that-mindfltr-40mi</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/wlh"&gt;World's Largest Hackathon Writing Challenge&lt;/a&gt;: Beyond the Code.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Beyond the Code. Why Building a Comprehensive Therapy Match Tool Matters
&lt;/h2&gt;




&lt;p&gt;&lt;strong&gt;Therapy is not a one-size-fits-all&lt;/strong&gt;, and it never has been.&lt;/p&gt;

&lt;p&gt;The therapeutic process isn’t just about which modality you use, but who you do it with, and how it’s delivered. The relationship between client and therapist can shape the entire outcome. &lt;strong&gt;Fit matters. Timing matters. So does trust.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In the UK especially, when someone tells their GP they’re struggling with anxiety or depression, the most common referral is for CBT. &lt;/p&gt;

&lt;p&gt;Now, CBT is an incredibly effective and well-researched approach, but it’s not right for all people and all problems, all the time. And even within CBT, there are many different forms and adaptations. When it’s offered in a rigid, one-size-fits-all way, it can feel invalidating or unhelpful for some.&lt;/p&gt;

&lt;p&gt;People deserve more than that.&lt;/p&gt;

&lt;p&gt;They deserve options, information, and agency.&lt;/p&gt;




&lt;h2&gt;
  
  
  Should We Be Concerned That People Are Using ChatGPT as a Therapist?
&lt;/h2&gt;

&lt;p&gt;I built MindFLTR because too many people are left guessing, when it comes to seeking the right mental health and wellbeing support:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Guessing what type of therapy they need.&lt;/li&gt;
&lt;li&gt;Guessing if it’s normal to feel unheard or disconnected.&lt;/li&gt;
&lt;li&gt;Guessing if they should even bother trying again.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And in the meantime, many are turning to AI.&lt;/p&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Whether people think it's a good idea or not. ChatGPT is already being used as a makeshift therapist.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;Just spend a few minutes scanning the Reddit threads, or ask people IRL, you’ll see it, it's happening.&lt;/p&gt;

&lt;p&gt;Some are using ChatGPT to talk through their thoughts, manage crises, or simulate support. &lt;/p&gt;

&lt;p&gt;You could write this off as a sign of the times, you could even think it's a bad idea; the point is it's happening, and I think we should ask why.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Therapy can be expensive&lt;/li&gt;
&lt;li&gt;Waiting lists are long&lt;/li&gt;
&lt;li&gt;People have been burned by bad experiences&lt;/li&gt;
&lt;li&gt;Many simply don’t know where to start&lt;/li&gt;
&lt;li&gt;Some people have given up on trying to be understood by other people.&lt;/li&gt;
&lt;/ul&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;So they turn to what feels safe, immediate, and accessible.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Reframing the AI-as-Therapist Debate
&lt;/h2&gt;

&lt;p&gt;Instead of getting stuck debating whether people should use ChatGPT as a therapist, I think we need to shift the conversation. &lt;/p&gt;

&lt;p&gt;People are already doing it, and that tells us something. Rather than dismissing it, we should be asking how we can innovate in this space. How can we design human–AI interactions that are safer, more transparent, and actually point people in the right direction?&lt;/p&gt;

&lt;p&gt;I don’t believe AI can, or should, replace human connection. &lt;/p&gt;

&lt;p&gt;Real therapists, coaches, and mental health professionals are irreplaceable. But that doesn’t mean AI has no place here. Used wisely, it can support reflection, offer structure, and help people feel less alone when other support isn’t accessible. &lt;/p&gt;

&lt;p&gt;We shouldn’t miss that opportunity.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I Built MindFLTR and Why it Matters
&lt;/h2&gt;

&lt;p&gt;MindFLTR is not trying to replace therapy. But it is trying to meet people earlier in the journey.&lt;/p&gt;

&lt;p&gt;Because there’s a lot we can do before that first session.&lt;/p&gt;

&lt;p&gt;We can help people clarify what they want and need.&lt;/p&gt;

&lt;p&gt;We can help them understand the range of options.&lt;/p&gt;

&lt;p&gt;We can support them to walk into therapy with language, goals, and self-awareness, not just confusion and overwhelm.&lt;/p&gt;

&lt;p&gt;That way, the therapy journey doesn’t have to start with four sessions of backstory.&lt;/p&gt;

&lt;p&gt;It can start with traction. With alignment. With support that fits.&lt;/p&gt;

&lt;p&gt;MindFLTR is my small contribution to that future.&lt;/p&gt;




&lt;h2&gt;
  
  
  MindFLTR in a Nutshell
&lt;/h2&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;MindFLTR isn’t a therapist, but it might help you find one that fits.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;MindFLTR is a quiz-based web app that helps people explore which type of therapy might suit them best.&lt;/p&gt;

&lt;p&gt;Users answer multiple-choice questions about how they think, feel, and respond to life scenarios. Behind the scenes, a custom scoring algorithm maps each answer to seven evidence-based therapy types. Scores are then normalised into percentage matches.&lt;/p&gt;

&lt;p&gt;After completing the quiz, users receive:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A ranked list of their top three therapy matches&lt;/li&gt;
&lt;li&gt;A personalised AI-generated summary of their best-fit therapy, written in a warm, encouraging tone&lt;/li&gt;
&lt;li&gt;A downloadable report to save or reflect on later&lt;/li&gt;
&lt;li&gt;The option to sign up via email for future updates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The quiz logic is also built with neuro-inclusivity in mind.&lt;/p&gt;

&lt;p&gt;MindFLTR is designed to take the guesswork out of therapy discovery, offering a clearer, more empowering way to start your mental health journey.&lt;/p&gt;




&lt;h2&gt;
  
  
  MindFLTR Beyond the Code
&lt;/h2&gt;

&lt;p&gt;My hope for MindFLTR is that it becomes a launchpad - a tool that nudges people to look beyond the usual therapy options and consider the wider landscape of support that exists.&lt;/p&gt;

&lt;p&gt;There’s so much more out there than traditional talk therapy, and I’d love to see MindFLTR evolve to include more unconventional and cutting-edge approaches — things like movement-based therapies, nature-connected practices, and even VR-supported experiences as those spaces continue to grow. &lt;/p&gt;

&lt;p&gt;The vision is to make that broader ecosystem more visible, accessible, and less intimidating to explore.&lt;/p&gt;

&lt;p&gt;Right now, I’m proud to have made a start. I'm incredibly grateful to the Bolt hackathon team and their partners/ sponsors for providing the tools for me to build MindFLTR. It’s been a springboard in more ways than one.&lt;/p&gt;




&lt;p&gt;I have continued to develop MindFLTR beyond the initial build and idea.&lt;/p&gt;

&lt;p&gt;However, you can see a demo of the earliest version that was submitted to The World's Largest Hackathon below.&lt;/p&gt;

&lt;h2&gt;
  
  
  MindFLTR Demo:
&lt;/h2&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/uZ13SneUeo8"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;




&lt;p&gt;By Sola Janet Browne&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>wlhchallenge</category>
      <category>community</category>
      <category>networking</category>
    </item>
    <item>
      <title>Therapy Discovery Needed a Reboot. So I Built MindFLTR With Bolt.</title>
      <dc:creator>Sola Janet Browne</dc:creator>
      <pubDate>Wed, 23 Jul 2025 15:39:12 +0000</pubDate>
      <link>https://dev.to/solajanetbrowne/therapy-discovery-needed-a-reboot-so-i-built-a-solution-with-bolt-13d1</link>
      <guid>https://dev.to/solajanetbrowne/therapy-discovery-needed-a-reboot-so-i-built-a-solution-with-bolt-13d1</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/wlh"&gt;World's Largest Hackathon Writing Challenge&lt;/a&gt;: Building with Bolt.&lt;/em&gt;&lt;/p&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;You’ve probably come across the love languages quiz. &lt;br&gt;
Maybe even the attachment styles one. &lt;br&gt;
I wanted to build something just as approachable, but focused on helping people discover the type of therapy that might best suit their needs and preferences.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  MindFLTR: Building a Therapy Match Tool with Bolt (My First Full-Stack Build to Deployment Project)
&lt;/h2&gt;

&lt;p&gt;When I joined the World's Largest Hackathon, I had a simple idea: create something that helps people explore therapy in a way that feels straightforward, accessible and informed. I wanted to test an idea I’d been sitting on, something to help people understand what kind of therapy might suit them best, because &lt;em&gt;therapy is not a one-size-fits-all&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;That idea became &lt;strong&gt;MindFLTR&lt;/strong&gt; — a short quiz that gives users a sense of which types of therapy might suit them best, based on how they think, feel, and approach various scenarios in life. It's not meant to replace professional advice, but it can be a useful place to start when seeking support for mental health and wellbeing. &lt;/p&gt;




&lt;h2&gt;
  
  
  What the App Does
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;MindFLTR&lt;/strong&gt; is a mobile-first web app. Users take a short multiple-choice quiz, and the app calculates how well their responses align with seven recognised therapy types. These include &lt;strong&gt;CBT, Psychodynamic, Humanistic, DBT, Solution-Focused Brief Therapy, EMDR&lt;/strong&gt;, and &lt;strong&gt;Expressive Arts Therapy&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;After the quiz, users get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A ranked breakdown of therapy matches, shown as percentages
&lt;/li&gt;
&lt;li&gt;A personalised summary explaining their top match, generated using OpenAI
&lt;/li&gt;
&lt;li&gt;A downloadable report
&lt;/li&gt;
&lt;li&gt;The option to sign up by email for future updates
&lt;/li&gt;
&lt;li&gt;Accessibility features: font size adjustments, high contrast mode, keyboard navigation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s built to be calm, clear, and genuinely helpful, especially for people who’ve felt lost trying to figure out where to start with therapy.&lt;/p&gt;

&lt;p&gt;I intentionally made the quiz logic, weighting and scoring &lt;em&gt;neuro-inclusive&lt;/em&gt;, so that neurodiversity is accounted for.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MindFLTR&lt;/strong&gt; is meant to spark reflection, offer clarity, and hopefully give people a better sense of where to start when it comes to therapy.&lt;/p&gt;




&lt;h2&gt;
  
  
  Building with Bolt
&lt;/h2&gt;

&lt;p&gt;I used &lt;strong&gt;Bolt.new&lt;/strong&gt; to build the app from the ground up. The frontend was built with React and Tailwind, and Supabase handled backend tasks like email collection and Edge Functions.&lt;/p&gt;

&lt;p&gt;Here’s what I implemented:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;A modular component structure for the landing page, quiz flow, results, and email screen  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A custom scoring system that turns user answers into normalised match percentages  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Supabase Edge Function to call the &lt;strong&gt;OpenAI API&lt;/strong&gt;, sending user traits and their top therapy match to generate a personalised summary. Getting that API integration working smoothly and securely was a big part of the build.  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;State management across the app to handle navigation and accessibility settings  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A floating toolbar for font and contrast adjustments&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What Informed the Design
&lt;/h2&gt;

&lt;p&gt;I didn’t want to build just another quiz. Before I started, I used &lt;strong&gt;Perplexity&lt;/strong&gt; to synthesise peer-reviewed research around therapy-seeking behaviour, common misconceptions about modalities, and how digital tools often fall short.&lt;/p&gt;

&lt;p&gt;That early research shaped the logic, tone, and structure of the quiz. My background in psychology (from undergrad through to my current PhD) definitely influenced the way I approached the background research, matching system and how I framed the results. The goal was to inform and encourage, not overwhelm.&lt;/p&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Therapy isn’t one-size-fits-all. It took building this tool to realise just how hard it is to design for nuance — and just how worth it that challenge is.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  What I Learned (and Had to Figure Out)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;This was my first time wiring up both frontend and backend. Getting Supabase and Bolt to talk to each other, handling Edge Functions, and working with environment variables — all new and challenging.  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The scoring logic felt simple at first, but it wasn’t. I wanted it to feel balanced. It wasn’t just a matter of tallying points. I wanted the output to be meaningful, not just cosmetic or a surface-level match, so I spent time refining how percentages were calculated and presented.  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;For the AI summaries, I spent time refining the prompts to guide the AI toward more &lt;strong&gt;semantic clarity and emotional nuance&lt;/strong&gt;.  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Accessibility features took careful planning — especially dynamic font scaling and full keyboard support.  &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;The hardest part wasn’t building — it was knowing when to stop.&lt;/em&gt; &lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;There’s always more to add, but the time constraints of the hackathon forced me to draw a line between what's essential and what's just nice to have. I learned to scope responsibly, make tough calls, and trust that simplicity can still be impactful.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Bolt Helped
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Bolt&lt;/strong&gt; gave me the space to focus on &lt;em&gt;what&lt;/em&gt; I wanted to build, rather than worrying about setup and structure. AI-generated components were surprisingly helpful for getting past the initial blank canvas. Real-time previews and smooth Supabase integration made the workflow easier than I expected.&lt;/p&gt;




&lt;h2&gt;
  
  
  Using Entri
&lt;/h2&gt;

&lt;p&gt;I also used one of the hackathon partners — &lt;strong&gt;Entri&lt;/strong&gt; — to purchase a custom domain for the project: &lt;a href="https://mindfltr.me" rel="noopener noreferrer"&gt;mindfltr.me&lt;/a&gt;. I bought it right at the end of the hackathon window, so I didn’t have time to connect it properly to the deployed version of the app.&lt;/p&gt;

&lt;p&gt;Still, it felt like an important step, giving the project a real name and a permanent home. I plan to point the domain to the live version of &lt;strong&gt;MindFLTR&lt;/strong&gt; as I continue developing it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Looking Ahead
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;MindFLTR&lt;/strong&gt; is just getting started. I’d like to build on it, improve the AI responses, add more therapy modalities (and adaptations), languages, and pay further attention to cultural sensitivity. I also have plans to include next-step guidance, and perhaps collaborate with organisations for this part. But the core of it is live, and it works.&lt;/p&gt;

&lt;p&gt;I want MindFLTR to be more than just a quiz; I want it to be a starting point for exploring the full spectrum of support that exists for our mental health and wellbeing. There’s a whole universe beyond traditional talk therapy, and I think people deserve to know what’s out there.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Eventually, I’d love to expand MindFLTR to include lesser-known, emerging, and even immersive approaches — from nature-based practices to body-led modalities to future-forward therapies like VR-assisted exposure or guided simulations. As those fields grow, I want MindFLTR to grow with them; offering people a broader, more inclusive way to find the kind of support that fits.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For now, I’m proud of what it’s become. And I’m grateful to the &lt;strong&gt;Bolt hackathon team&lt;/strong&gt; and all of their sponsors and partners for giving me the fuel to power forward and build the things I’ve been dreaming about.&lt;/p&gt;




&lt;h2&gt;
  
  
  MindFLTR demo
&lt;/h2&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/uZ13SneUeo8"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;




&lt;p&gt;By Sola Janet Browne &lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>wlhchallenge</category>
      <category>bolt</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
