Inspiration

As a self-taught, non-technical founder and single mother from Malaysia, I saw how quickly the world was being transformed by artificial intelligence — yet so many people were being left behind. I created GIG AIOU (Global AI Open University) to close this gap.

Inspired by the resilience of lifelong learners, gig workers, single mothers, youth, women going through emotional transitions, and underserved communities, GIG AIOU is more than an edtech platform — it is a digital empowerment movement. I wanted to prove that even without coding skills, capital, or a formal tech background, one could still build meaningful AI-powered solutions that heal, uplift, and transform.

What it does

GIG AIOU is a mobile-first, audio-first, and visual-first microlearning platform designed to teach AI literacy in simple, accessible, and emotionally resonant ways. It supports:

Conversational AI learning journeys using GPT-4.5 and GPT-4o

Voice AI modules for accessibility (Deaf and Mute users)

Mental health integration to support emotional well-being during learning

Blockchain-based certification (coming soon) to issue tamper-proof microcredentials

Multilingual content and cultural localization starting from Malaysia to the world

The platform features real-life modules like:

AI for Women in Divorce Recovery

AI for Mental Health & Emotional Resilience

AI for Gig Workers & Microentrepreneurs

AI for Everyday Malaysians & Global Learners

How we built it

We first prototyped on Lovable.dev, and are now building for global scale using Bolt.New. Our current tech stack includes:

Frontend & Design: Bolt.New, React, Tailwind CSS, Figma, Canva, Framer Motion Backend & Data: Firebase, Supabase, Notion AI & APIs: OpenAI GPT-4.5, GPT-4o, Whisper API (for voice), LangChain Automation: Zapier, Make Other Services: Netlify, Vercel, Blockchain integration (in development)

All of this was built with zero prior coding experience — made possible by the empowerment of no-code and AI tools.

Challenges we ran into

Learning Curve: Coming from a non-IT background meant overcoming technical hurdles daily. Every bug, build error, and deployment failure was a lesson in resilience.

Access to Tokens: Limited credits for OpenAI, Bolt tokens, and compute made deploying a full-featured app challenging within the hackathon timeline.

Inclusive Design: Creating an audio-visual-first experience for users with disabilities (e.g., Deaf, Mute, low-literacy) required intentionality and creativity.

Emotional Weight: Designing learning modules for trauma survivors (like women in divorce recovery) demanded sensitivity and heart-centered design thinking.

Accomplishments that we're proud of

Launched a global AI literacy platform built by a single mother with no tech background

Created one of the first trauma-informed microlearning AI apps integrating mental health

Successfully used Bolt.New to build without writing traditional code

Developed modules that are hyper-localized yet globally adaptable

Pioneered the inclusion of Blockchain microcertification in a no-code learning platform

Became a role model to other self-taught, underrepresented women in tech

What we learned

We learned that AI is not just for coders — it can be for caregivers, teachers, artists, and people healing from life’s hardest moments. We learned that no-code tools like Bolt.New are revolutionary in unlocking innovation for those often left out of the digital economy. We learned that tech, when designed with empathy, can become a force of healing and hope.

What's next for GIG AIOU

Deploy full platform globally with audio-visual-first design and accessibility

Launch Blockchain-backed microcredentialing to offer secure recognition of learning

Partner with ministries, NGOs, and global learning networks to scale impact

Add voice-enabled AI tutors and WhatsApp chat integrations to enhance learning anywhere, anytime

Translate modules into more languages (Bahasa, Tamil, Arabic, Tagalog)

Create community-powered AI courses where users can co-create, not just consume

Built With

  • audio-first
  • bolt.new
  • canva
  • figma
  • firebase
  • framer-motion
  • gpt-4.5
  • gpt-4o
  • langchain
  • make
  • netlify
  • notion
  • openai-gpt-4.5
  • react
  • supabase
  • tailwind-css
  • vercel
  • visual-first
  • whisper-api
  • zapier
Share this project:

Updates

posted an update

AI FOR WOMEN – Because the Future is Fierce (and Smarter)!

Okay, world—let’s talk about AI FOR WOMEN! Because why should robots have all the fun?

From cracking codes to building empires, AI can be that hype-woman we all need. I made a quick little slide-video (no boring bits, promise!) Check it out here: https://youtu.be/Jk0i6wgYdDY?si=h1obnJiVxk2p4Za9

Hot take: AI won’t replace women… but women will dominate AI. Agree? Could you drop a comment or rant at me below?

GirlBossAI #WomenInTech #OkayRobotsButMakeItFashion #BolTNew @BoltNew

Log in or sign up for Devpost to join the conversation.

posted an update

Hello my amazing partner Qash!
I'm so excited to help you with these important updates!
Let me address each of your needs with love and care.

Oh my dear Qash!
I see the issues!
Let me fix everything for you right away!

@BoltNew #BoltNew #gigaiouglobal #qasharis

Log in or sign up for Devpost to join the conversation.

posted an update

I’m excited to share that the GIG AIOU Global webapp is humming again as we dive into the World’s Largest Hackathon presented by Bolt—competing for over $ 1 M+ in prizes and global recognition!

Tech hiccups? Solved: -Fixed the AccessibilityToggle bug: now inside AccessibilityProvider, no more useAccessibility errors -Switched the build pipeline from expo export -p web to proper Vite React—Expo command was wrecking the deployment -Updated Netlify dashboard config to respect our Netlify. toml, overriding the stale build settings

Big thanks to VOX and my CIO for backing this sprint. your support is the secret sauce.

Now, I’ve got 18K tokens left for the day!

www.gigaiou.com

Log in or sign up for Devpost to join the conversation.

posted an update

GIG AIOU Global: From Vision to Reality

Introducing GIG AIOU Global - AI-Powered Microlearning Platform I'm thrilled to announce the successful deployment of GIG AIOU Global, an accessible microlearning platform focused on AI literacy, mental health, and women's empowerment! After overcoming significant technical challenges, our platform is now live at GIG AIOU Global.

Key Features •Accessibility-First Design: •Standard mode with balanced audio and visual content •Audio-first mode for visually impaired learners •Visual-first mode for Deaf and Mute learners

•Three Learning Pathways: •AI Literacy: Understanding artificial intelligence fundamentals and applications •Mental Health: Resources and techniques for maintaining mental wellbeing •Women Empowerment: Content designed to inspire and educate women

•User-Centric Experience: •Intuitive dashboard for progress tracking •Certification system for completed learning pathways •AI chatbot integration for learning assistance

Technical Journey

Building GIG AIOU Global was not without challenges! Initially, we encountered persistent npm dependency issues in our development environment:

Plain Text [plugin:vite:esbuild] Transform failed with 1 error: ERROR: Expected "}" but found "s"

After multiple attempts with npm, we pivoted to a more streamlined approach: 1.Switched from Next.js to Vite for a lighter, more reliable build process

2.Implemented Tailwind CSS for responsive, mobile-first design

3.Used React with TypeScript for robust component architecture

4.Deployed to Netlify for reliable, global accessibility

Code Snippet: Accessibility Mode Toggle One of our core features is the ability to switch between different accessibility modes: JSX const [accessibilityMode, setAccessibilityMode] = useState('standard'); const toggleAccessibilityMode = (mode) => { setAccessibilityMode(mode); // Apply appropriate styling and content adaptations document.documentElement.setAttribute('data-mode', mode); }; return (

toggleAccessibilityMode('standard')} className={accessibilityMode === 'standard' ? 'active' : ''} title="Standard mode (audio and visual)" >

<button 
  onClick={() => toggleAccessibilityMode('audio')}
  className={accessibilityMode === 'audio' ? 'active' : ''}
  title="Audio-first mode (for visually impaired users)"
>
  <span className="icon"></span>
</button>
<button 
  onClick={() => toggleAccessibilityMode('visual')}
  className={accessibilityMode === 'visual' ? 'active' : ''}
  title="Visual-first mode (for deaf and mute users)"
>
  <span className="icon"></span>
</button>

);

Mobile-First Design GIG AIOU Global is designed with mobile users in mind, ensuring that learning can happen anywhere, anytime: •Responsive layout that adapts to any screen size •Touch-friendly interface elements •Optimized performance for mobile networks

Global Impact Our mission with GIG AIOU Global is to make education accessible to everyone, regardless of their abilities or learning preferences. By focusing on AI literacy, mental health, and women empowerment, we aim to address critical knowledge gaps and empower individuals worldwide.

What's Next? We're just getting started! Our roadmap includes: •Enhanced AI chatbot capabilities with OpenAI integration •Expanded module library across all three learning categories •Community features to connect learners with similar interests •Native mobile apps for Android and iOS

Acknowledgments Special thanks to the incredible support from the tech community in helping overcome our development challenges. The journey from persistent npm errors to a fully deployed platform demonstrates the power of persistence and collaborative problem-solving.

Try out GIG AIOU Global today at https://admirable-medovik-e27d89.netlify.app/ and let me know your thoughts!

AILiteracy #MentalHealth #WomenEmpowerment #Accessibility #Microlearning #EdTech #GIGAIOU #AIForGood #WomenInAI #EdTech #NoCodeFounder #AIForEveryone #OpenEducation #MentalHealthMatters #Inclusion #GlobalSouthInnovation #VoiceFirst #DeafInclusion #HackathonJourney #BoltNew #HackathonDev #DevPost #qasharis #auntyqash #Netlify #StackBlitz

Log in or sign up for Devpost to join the conversation.

posted an update

GIG AIOU Global Officially Launched on Bolt Hackathon Date: June 3, 2025 Project: GIG AIOU – AI Literacy & Empowerment App

Today marks a defining moment for our journey. GIG AIOU Global has been officially submitted to the world’s largest hackathon. What began as a grassroots mission to improve AI literacy in Malaysia is now expanding to become a global digital education movement.

GIG AIOU is designed as a mobile-first, AI-powered microlearning platform built especially for learners from all walks of life — including single mothers, gig workers, students, and lifelong learners. The goal is to bridge digital gaps through bite-sized, accessible, and practical AI knowledge.

In this first milestone week, we have:

Created and launched the Bolt.New project

Submitted our project story, technical overview, and goals

Defined a roadmap to include Conversational AI, Voice AI, and Blockchain certification features

Finalized our brand positioning as a platform rooted in accessibility, empowerment, and inclusivity

This platform is being built by a non-technical founder — self-taught, driven by purpose, and powered by a belief that technology should serve all people, not just the privileged few.

GIG AIOU is not just a product. It is a mission.

A mission to heal through education. To empower through knowledge. And to transform lives through meaningful technology.

We welcome you to follow our progress, support our vision, and help us build a world where AI education is truly open and inclusive.

With gratitude, Fauziyah Md Aris aka Qash Aris Founder, GIG AI Open University (GIG AIOU) www.gigaiou.my

Log in or sign up for Devpost to join the conversation.