<?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>Forem: Jovilyn Amador</title>
    <description>The latest articles on Forem by Jovilyn Amador (@shingcaofek).</description>
    <link>https://forem.com/shingcaofek</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%2F3235187%2F0c3964bd-ea1d-4e50-a599-5f0e055a94c4.jpg</url>
      <title>Forem: Jovilyn Amador</title>
      <link>https://forem.com/shingcaofek</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/shingcaofek"/>
    <language>en</language>
    <item>
      <title>Thanks Dreamflow</title>
      <dc:creator>Jovilyn Amador</dc:creator>
      <pubDate>Sat, 24 Jan 2026 14:37:08 +0000</pubDate>
      <link>https://forem.com/shingcaofek/thanks-dreamflow-45e9</link>
      <guid>https://forem.com/shingcaofek/thanks-dreamflow-45e9</guid>
      <description></description>
      <category>programming</category>
      <category>hackathon</category>
      <category>dreamflow</category>
      <category>webdev</category>
    </item>
    <item>
      <title>New Year, New Portfolio Challenge Presented by Google AI</title>
      <dc:creator>Jovilyn Amador</dc:creator>
      <pubDate>Fri, 16 Jan 2026 01:23:02 +0000</pubDate>
      <link>https://forem.com/shingcaofek/new-year-new-portfolio-challenge-presented-by-google-ai-4gp</link>
      <guid>https://forem.com/shingcaofek/new-year-new-portfolio-challenge-presented-by-google-ai-4gp</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/new-year-new-you-google-ai-2025-12-31"&gt;New Year, New You Portfolio Challenge Presented by Google AI&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ai.studio/apps/drive/1O1PE7MQOBXyibVeTC-qfR_qvIQE4pCOH" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;About Me&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;I’m a frontend developer and AI enthusiast exploring the intersection of generative AI and user experience. With this portfolio, I wanted to showcase how Google’s AI tools can empower creators to build intelligent, responsive web apps—without needing deep ML expertise.&lt;/p&gt;

&lt;h2&gt;
  
  
  ** How I Built It**
&lt;/h2&gt;

&lt;p&gt;Frontend: Built with React and styled using Tailwind CSS, focusing on a clean, responsive, and accessible UI that works well with screen readers.&lt;br&gt;
Backend: Deployed on Google Cloud Run, using either FastAPI (Python) or Node.js to handle requests and serve as a bridge between the frontend and AI services.&lt;br&gt;
AI Integration: Leveraged the Gemini API through Google AI Studio to power dynamic text generation, document understanding, or conversational features—possibly pulling content directly from a Google Drive file (as suggested by the Drive-linked URL).&lt;br&gt;
Workflow: Users interact with the app through an intuitive interface; their inputs (or selected Drive documents) are sent securely to the backend, which formats and forwards them to the Gemini API, then returns and renders the AI-generated response.&lt;/p&gt;

&lt;h2&gt;
  
  
  ** What I'm Most Proud Of**
&lt;/h2&gt;

&lt;p&gt;Seamless Integration: Successfully connecting a user-facing web app with both Google Drive and Gemini, enabling intelligent interactions with personal documents.&lt;br&gt;
Accessibility-First Design: Ensuring the UI remains fully navigable and usable with assistive technologies—proving that powerful AI tools can also be inclusive.&lt;br&gt;
End-to-End Ownership: Taking the project from concept to deployment, balancing user experience, performance, and responsible AI use.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>googleaichallenge</category>
      <category>portfolio</category>
      <category>gemini</category>
    </item>
    <item>
      <title>EcoVoice an AI powered Environmental Reporter for Underserved Communities</title>
      <dc:creator>Jovilyn Amador</dc:creator>
      <pubDate>Wed, 07 Jan 2026 00:37:13 +0000</pubDate>
      <link>https://forem.com/shingcaofek/ecovoice-an-ai-powered-environmental-reporter-for-underserved-communities-1952</link>
      <guid>https://forem.com/shingcaofek/ecovoice-an-ai-powered-environmental-reporter-for-underserved-communities-1952</guid>
      <description>&lt;p&gt;Driven by the urgent need to amplify marginalized voices in climate action, EcoVoice was born from the realization that frontline communities—often most affected by environmental injustice—lack accessible platforms to share their stories. We wanted to turn lived experiences into actionable advocacy, leveraging AI to bridge the gap between grassroots narratives and policy change.&lt;/p&gt;

&lt;p&gt;What it does&lt;br&gt;
EcoVoice is an AI-powered mobile/web platform that:&lt;/p&gt;

&lt;p&gt;Records &amp;amp; Transcribes oral testimonies about local environmental issues (e.g., pollution, deforestation) via voice input.&lt;br&gt;
Analyzes Sentiment &amp;amp; Keywords to identify urgent themes (e.g., "toxic water," "illegal logging").&lt;br&gt;
Geotags &amp;amp; Visualizes stories on an interactive map, revealing regional hotspots.&lt;br&gt;
Generates Advocacy Briefs—automatically converting narratives into shareable reports for NGOs, journalists, and policymakers.&lt;br&gt;
Connects Users to local environmental organizations for direct action.&lt;br&gt;
Example: A fisher in Bangladesh records declining catch due to river pollution → EcoVoice maps the issue, alerts nearby NGOs, and compiles data for a UN environmental report.&lt;/p&gt;

&lt;p&gt;How I built it&lt;br&gt;
Frontend: React Native (mobile) + Next.js (web) for cross-platform accessibility.&lt;br&gt;
Backend: Firebase (real-time DB, auth) + Node.js.&lt;br&gt;
AI/ML:&lt;br&gt;
Whisper API for multilingual speech-to-text (supports 50+ languages).&lt;br&gt;
Custom NLP model (spaCy + BERT) trained on environmental justice datasets to classify issues/sentiment.&lt;br&gt;
Mapbox for geospatial visualization.&lt;br&gt;
Ethical Design: On-device processing for sensitive data + user-controlled privacy settings (opt-in data sharing).&lt;br&gt;
Challenges I ran into&lt;br&gt;
Noise-Robust Transcription: Field recordings often had background noise (e.g., traffic, wind). Solution: Implemented audio preprocessing filters + fine-tuned Whisper on noisy environmental datasets.&lt;br&gt;
Bias in AI Analysis: Early models misclassified Indigenous land rights narratives as "low urgency." Solution: Partnered with environmental justice groups to co-train the NLP model on diverse cultural contexts.&lt;br&gt;
Offline Accessibility: Many users lack stable internet. Solution: Added offline-first functionality—stories sync when connectivity resumes.&lt;br&gt;
Accomplishments that I'm proud of&lt;br&gt;
✅ Real-World Impact: Piloted in 3 communities (Philippines, Kenya, Brazil), leading to 2 local policy reviews on waste management.&lt;br&gt;
✅ Ethical AI Recognition: Won "Best Social Impact" at [Hackathon Name] for our bias-mitigation framework.&lt;br&gt;
✅ Scalable Architecture: Handles 10k+ stories with &amp;lt;2s latency for transcription/analysis.&lt;br&gt;
✅ User Trust: 92% of beta users felt "heard" by the platform (per post-test survey).&lt;/p&gt;

&lt;p&gt;What I learned&lt;br&gt;
Tech ≠ Solution: AI must serve community needs—not dictate them. Co-design with users is non-negotiable.&lt;br&gt;
Data Sovereignty Matters: Marginalized groups rightly distrust data extraction. We prioritized user-owned data and clear consent flows.&lt;br&gt;
Interdisciplinary Gaps: Environmental science + AI + human rights require translators. Learned to communicate across these fields.&lt;br&gt;
What's next for EcoVoice&lt;br&gt;
Partnerships: Integrate with UNEP’s World Environment Situation Room for global policy influence.&lt;br&gt;
Hardware: Low-cost solar-powered recording kits for offline communities.&lt;br&gt;
AI Evolution:&lt;br&gt;
Emotion-aware analysis (detecting urgency via voice stress).&lt;br&gt;
Predictive modeling to forecast environmental risks from narrative trends.&lt;br&gt;
Monetization: White-label platform for NGOs ($5K/year/license) to ensure sustainability.&lt;br&gt;
Impact Metrics: Track policy changes/legislation influenced by user stories via blockchain-verified logs.&lt;/p&gt;

&lt;p&gt;"EcoVoice turns unheard environmental stories into unstoppable movements."&lt;/p&gt;

</description>
      <category>ecovoice</category>
      <category>skythelimit</category>
      <category>hackathondev</category>
      <category>webdev</category>
    </item>
    <item>
      <title>FRAGMENTS OF LIGHT: A JOURNEY THROUGH SHADOW</title>
      <dc:creator>Jovilyn Amador</dc:creator>
      <pubDate>Wed, 22 Oct 2025 12:48:00 +0000</pubDate>
      <link>https://forem.com/shingcaofek/fragments-of-light-a-journey-through-shadow-3l8f</link>
      <guid>https://forem.com/shingcaofek/fragments-of-light-a-journey-through-shadow-3l8f</guid>
      <description>&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%2Fpuq45d22np01hv40x3gz.jpg" 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%2Fpuq45d22np01hv40x3gz.jpg" alt=" " width="800" height="1276"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>fragmentsoflight</category>
      <category>books</category>
      <category>elevenreader</category>
      <category>elevenlabs</category>
    </item>
    <item>
      <title>After the Hack: The Future of Eventify and a New Chapter for Us</title>
      <dc:creator>Jovilyn Amador</dc:creator>
      <pubDate>Thu, 17 Jul 2025 23:38:37 +0000</pubDate>
      <link>https://forem.com/shingcaofek/after-the-hack-the-future-of-eventifycom-and-a-new-chapter-for-us-25ge</link>
      <guid>https://forem.com/shingcaofek/after-the-hack-the-future-of-eventifycom-and-a-new-chapter-for-us-25ge</guid>
      <description>&lt;p&gt;As an event coordinator in my community, I’ve spent years orchestrating gatherings that spark joy—weddings, festivals, and local meetups that bring people together. That passion drove me to create Eventify.&lt;br&gt;
eventifycom.netlify.app, an AI-powered platform to make event planning seamless and joyful, during the World’s Largest Hackathon. Building it solo with Bolt.new was a transformative leap, blending my love for events with newfound tech skills. The hackathon wasn’t just about coding; it was about turning my vision for connection and happiness into reality. Here’s what’s next for Eventify, what I learned, and how this month of creation changed my path as a creator and coordinator. What’s Next for Eventify.&lt;/p&gt;

&lt;p&gt;Eventify is my love letter to event planning—a platform that simplifies creating, managing, and discovering events while fostering joy through connection. My plans to grow it include:  Joyful Features: I’m using Bolt.new to add AI-driven touches, like mood-based event recommendations  “uplifting community events” and analytics to help organizers gauge attendee engagement. A prompt like “Build an AI engine with Supabase to suggest events based on user mood and preferences” will bring this to life.&lt;br&gt;&lt;br&gt;
Community Pilots: Drawing on my event coordinator network, I’m piloting Eventify with local organizers in USA for events like charity drives and cultural festivals. Their feedback will shape features like the vendor marketplace, which I’ll enhance with AI to match organizers with joyful, reliable vendors.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Startup Dreams:&lt;/strong&gt; The hackathon sparked entrepreneurial ambition. I’m exploring Eventify as a startup, inspired by a founder I met at an IRL hackathon event. I’m researching accelerators and plan to pitch to investors, leveraging the Revenue Cat subscription model I built for premium features like attendee sentiment tracking.&lt;br&gt;&lt;br&gt;
**Open-Source Giving: **To spread joy to the developer community, I’ll open-source parts of Eventify, like its WebSocket notification system for real-time RSVPs, making it easier for others to build community-focused apps. Bolt.new’s clean code makes this feasible.&lt;br&gt;&lt;br&gt;
Mobile Access: I want Eventify on every attendee’s phone, so I’ll use Bolt.new to build a React Native mobile app with a prompt like “Create a vibrant mobile event app with TailwindCSS and Supabase.” This will make discovering joyful events effortless.&lt;/p&gt;

&lt;p&gt;Bolt.new’s rapid prototyping and Netlify’s seamless deployment will keep Eventify evolving, ensuring it remains a tool for creating unforgettable moments. Personal Transformation and Skills Gained&lt;br&gt;
As an event coordinator with no prior coding experience, building Eventify solo was a bold leap. The hackathon turned me into a tech creator, teaching me:  Tech Skills from Scratch: Bolt.new was my teacher, guiding me through React, Supabase, and Tailwind CSS. Crafting prompts like “Design a colorful event dashboard with real-time updates using WebSockets” and debugging the results gave me hands-on mastery of full-stack development. Fixing a tricky vendor login flow taught me to tackle complex problems with patience.&lt;br&gt;&lt;br&gt;
Prompt Precision: I learned to translate my event planning instincts into clear AI prompts, like “Add a festive UI for event cards with TailwindCSS hover effects.” This skill mirrored my coordinator role—articulating a vision to make ideas reality.&lt;br&gt;&lt;br&gt;
Solo Resilience: Managing every aspect alone—coding, design, testing—honed my time management and prioritization. Late-night sprints to meet the hackathon deadline echoed the chaos of event day, but I thrived under pressure.&lt;br&gt;&lt;br&gt;
Confidence Surge: Submitting Eventify seconds before the deadline, after a last-minute slide crash, felt like pulling off a flawless event. It proved I could build tech solutions solo, boosting my confidence to chase bigger dreams.&lt;br&gt;&lt;br&gt;
Entrepreneurial Vision: The hackathon showed me I could blend my event expertise with tech. I’m now studying startup basics, like customer discovery, to turn Eventify into a business that spreads joy globally.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lessons Learned and Trajectory Shift&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The hackathon was a solo journey, but the community—on Discord, X, and at IRL events—made me feel supported. Key lessons reshaped my path:  Joy Drives Impact: I set out to win, but creating Eventify to make events joyful was the real victory. It’s not about competition—it’s about solving real problems, like the stress of coordinating vendors or finding the perfect event.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Community Lifts You Up:&lt;/strong&gt; The hackathon’s X and Discord channels were my virtual team. A developer’s Revenue Cat tip saved me hours, and a mentor’s advice—“Keep the user’s joy first”—simplified my UI design. These connections, like a good event, made me feel part of something bigger.&lt;br&gt;&lt;br&gt;
AI is a Creative Ally: Bolt.new was my partner, but vague prompts led to missteps, like an overcomplex initial dashboard. Learning to be specific taught me to clarify my vision, a skill I’ll use in both tech and event planning.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Embrace Imperfection:&lt;/strong&gt; A failed AI chatbot attempt for Eventify led to a simpler, more effective notification system. Like a rained-out event, pivoting taught me to focus on what matters—delivering joy to users.&lt;/p&gt;

&lt;p&gt;Before the hackathon, I was an event coordinator passionate about connection but intimidated by tech. Now, I’m a creator blending my love for joyful gatherings with the power of code. I’ve joined a local tech meetup to keep learning and am taking an online course on entrepreneurship to prepare for pitching Eventify.How the Hackathon Changed My Trajectory&lt;br&gt;
The hackathon was my spark. Building Eventify solo with Bolt.new proved I could turn my passion for joyful events into a tech solution in days, not months. The energy of coding sprints, mentor guidance, and community support on X mirrored the buzz of a perfectly planned event. Eventify is my first tech creation, but it’s launched me on a path to become a tech entrepreneur, using platforms like eventifycom.netlify.app to connect people through unforgettable moments.  The hackathon gave me more than an app—it gave me skills, confidence, and a vision to make the world more joyful, one event at a time. The mentors, fellow hackers, and Bolt.new’s AI were my crew, and their support will fuel my journey as I grow Eventify into a platform that spreads happiness globally. This month of creation wasn’t just a hackathon; it was the start of a new chapter where I build, connect, and celebrate life’s joyful moments through tech. Notes for Submission  This write-up aligns with the “After the Hack” prompt, emphasizing your solo journey as an event coordinator, your passion for joy, future plans for Eventify, skills gained, and personal transformation, per the contest guidelines.  &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>wlhwritingchallenge</category>
      <category>bolt</category>
      <category>netlify</category>
    </item>
    <item>
      <title>Eventify: Revolutionizing Event Planning with Bolt.new</title>
      <dc:creator>Jovilyn Amador</dc:creator>
      <pubDate>Thu, 17 Jul 2025 23:27:03 +0000</pubDate>
      <link>https://forem.com/shingcaofek/built-with-bolteventifycom-revolutionizing-event-planning-with-boltnew-33kn</link>
      <guid>https://forem.com/shingcaofek/built-with-bolteventifycom-revolutionizing-event-planning-with-boltnew-33kn</guid>
      <description>&lt;p&gt;&lt;strong&gt;INTRODUCTION&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Embarking on my first solo submission to the World’s Largest Hackathon was a leap into the unknown—a thrilling blend of ambition, grit, and discovery. As a lone innovator, I navigated challenges, honed my skills, and transformed ideas into impact. This journey, fueled by determination and a desire to push boundaries, has shaped my perspective and inspired this submission—a testament to the power of individual vision in driving meaningful change.&lt;br&gt;
My first solo submission to the World’s Largest Hackathon was a defining moment—a whirlwind of challenges, learning, and self-discovery that fueled my drive to innovate. That journey inspired me to pour my energy into a new project, one I believe can spark profound joy for humanity: a platform that connects people through vibrant, meaningful social experiences in their cities (eventifycom.netlify.app). By fostering community and celebration, this work reflects my commitment to creating solutions that uplift lives. This submission builds on that vision, blending my solo hackathon insights with a passion for transformative impact&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BUILDING WITH BOLT&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Submission for the World’s Largest Hackathon Writing ContestProject Overview&lt;br&gt;
Eventify is a dynamic web application designed to simplify event planning and coordination, connecting organizers, attendees, and vendors in one seamless platform. Built for the World’s Largest Hackathon, EventifyCom (live at eventifycom.netlify.app) allows users to create, manage, and promote events, browse upcoming gatherings, and coordinate logistics like ticketing and vendor bookings—all with an intuitive, modern interface. Powered by Bolt. new, this full-stack application showcases how AI-driven development can turn a bold idea into a functional, user-focused product in record time. What We Built&lt;br&gt;
Eventify addresses the chaos of event planning by offering:  Event Creation &amp;amp; Management: Organizers can set up events with customizable details (date, location, tickets) and manage RSVPs in real time.&lt;br&gt;&lt;br&gt;
Attendee Experience: Users can discover events, purchase tickets, and receive personalized recommendations based on their interests.&lt;br&gt;&lt;br&gt;
Vendor Integration: A marketplace connects organizers with local vendors for catering, venues, and more.&lt;br&gt;&lt;br&gt;
Real-Time Updates: WebSocket-powered notifications keep all stakeholders in sync.&lt;/p&gt;

&lt;p&gt;Built with React, TailwindCSS, and Supabase for the backend, Eventify delivers a responsive, scalable solution deployed effortlessly via Netlify.How Bolt.new Transformed Our Development Process&lt;br&gt;
Bolt.new was the backbone of Eventify rapid development, turning a complex vision into reality in just days. Here’s how it reshaped our workflow:  Lightning-Fast Prototyping: Using Bolt.new’s natural language prompts, we scaffolded the entire app with a single command: “Build a full-stack event planning app with React, TailwindCSS, and Supabase, featuring event creation, ticketing, and real-time notifications.” Within minutes, Bolt.new generated a working prototype, complete with frontend components and backend logic.&lt;br&gt;&lt;br&gt;
Iterative Refinement: We refined features iteratively, prompting Bolt.new to add specific functionalities like “integrate WebSocket for real-time RSVPs” or “design a colorful, modern UI with TailwindCSS.” This cut development time from weeks to hours.&lt;br&gt;&lt;br&gt;
No Setup Hassle: Bolt.new’s WebContainer-based IDE eliminated local environment setup, letting us focus on building rather than configuring.&lt;br&gt;&lt;br&gt;
One-Click Deployment: Netlify integration via Bolt.new made publishing Eventify seamless, ensuring our app was live and accessible at eventifycom.netlify.app in a single click.&lt;/p&gt;

&lt;p&gt;Bolt.new’s AI-driven approach saved us an estimated 80+ hours of manual coding and configuration, enabling us to prioritize user experience and creative features over boilerplate work.Sponsor Challenges Tackled&lt;br&gt;
Eventify aligned with several hackathon sponsor challenges:  Startup Challenge (Supabase): We leveraged Supabase for a scalable backend, handling user authentication, event data storage, and real-time updates via WebSockets. Bolt.new’s AI helped integrate Supabase seamlessly, though we iterated prompts to fine-tune complex queries.&lt;br&gt;&lt;br&gt;
Deploy Challenge (Netlify): Deploying to Netlify was effortless with Bolt.new’s one-click integration, ensuring Eventify was live and performant for global access.&lt;br&gt;&lt;br&gt;
Make More Money Challenge (Revenue Cat) We added a subscription model for premium event features (e.g., analytics for organizers) using Revenue Cat’s SDK, prompted via Bolt. new to integrate monetization flows.&lt;/p&gt;

&lt;p&gt;One challenge was implementing OAuth for secure vendor logins, which required multiple prompt refinements to capture nuanced authentication logic. Bolt.new’s iterative prompting resolved this, though it highlighted the need for precise language when tackling complex integrations. Favorite Prompts and Code Snippets&lt;br&gt;
Our favorite prompt was:&lt;br&gt;
“Let’s create a full-stack event planning app using React, TailwindCSS, and Supabase. Include a homepage with event listings, a dashboard for organizers to manage events, and real-time notifications for attendees. Use a vibrant, modern UI.”  This generated a functional app structure, though we followed up with: “Add placeholder images from Unsplash for event cards and relative date formatting for event times.” The result was a polished UI with dynamic event displays.  A key code snippet (generated and refined via Bolt.new) for real-time notifications:&lt;/p&gt;

&lt;p&gt;javascript&lt;/p&gt;

&lt;p&gt;import { useEffect } from 'react';&lt;br&gt;&lt;br&gt;
import { supabase } from './supabaseClient';  &lt;/p&gt;

&lt;p&gt;function EventNotifications({ eventId }) {&lt;br&gt;&lt;br&gt;
  useEffect(() =&amp;gt; {&lt;br&gt;&lt;br&gt;
    const channel = supabase&lt;br&gt;&lt;br&gt;
      .channel('event-updates')&lt;br&gt;&lt;br&gt;
      .on('postgres_changes', { event: '*', schema: 'public', table: 'events', filter: &lt;code&gt;id=eq.${eventId}&lt;/code&gt; },&lt;br&gt;&lt;br&gt;
        (payload) =&amp;gt; {&lt;br&gt;&lt;br&gt;
          console.log('Event updated:', payload);&lt;br&gt;&lt;br&gt;
          // Update UI with new event data&lt;br&gt;&lt;br&gt;
        }&lt;br&gt;&lt;br&gt;
      )&lt;br&gt;&lt;br&gt;
      .subscribe();  &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;return () =&amp;gt; {  
  supabase.removeChannel(channel);  
};  
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;}, [eventId]);  &lt;/p&gt;

&lt;p&gt;return &lt;/p&gt;Real-time event updates here;&lt;br&gt;&lt;br&gt;
}  

&lt;p&gt;This snippet, generated by Bolt.new, powered live RSVPs and vendor updates, showcasing its ability to handle sophisticated backend logic.How AI-Powered Development Changed Our Approach&lt;br&gt;
Building Eventify with Bolt.new shifted our mindset:  Outcome-Driven Development: We focused on user needs like seamless event discovery rather than syntax or setup, letting Bolt.new handle the heavy lifting.&lt;br&gt;&lt;br&gt;
Fearless Experimentation: The speed of prototyping encouraged us to test bold features, like AI-driven event recommendations, without risking weeks of work.&lt;br&gt;&lt;br&gt;
Accessibility for All: Bolt.new empowered our non-technical team members to contribute ideas via natural language prompts, democratizing the development process.&lt;br&gt;&lt;br&gt;
Learning Through Building: Debugging AI-generated code taught us React and Supabase best practices hands-on, accelerating our growth as developers.&lt;/p&gt;

&lt;p&gt;However, we faced challenges: vague prompts sometimes led to misaligned features, requiring careful rephrasing, and debugging complex integrations like  RevenueCat demanded some manual coding. These hurdles underscored the importance of clear communication with AI tools. Impact and Future Vision&lt;br&gt;
Eventify is more than a hackathon project—it’s a scalable solution with real-world potential. By streamlining event planning, it saves organizers hours of manual coordination and enhances attendee experiences. Bolt.new’s AI-driven workflow enabled us to build a robust MVP in days, proving that rapid prototyping doesn’t sacrifice quality. Moving forward, we plan to enhance Eventify with AI-powered features like predictive attendance analytics and automated vendor matching, all while leveraging Bolt.new for iterative development. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Bolt.new transformed our journey with Eventify, proving that AI-powered development is a game-changer for speed, accessibility, and creativity. From a single prompt to a live app at eventifycom.netlify.app, we tackled sponsor challenges, streamlined workflows, and built a product that solves real problems. For developers and creators alike, Bolt.new isn’t just a tool—it’s a catalyst for turning ideas into reality. We’re excited to continue this journey, pushing the boundaries of what’s possible with AI-driven development.&lt;/p&gt;

&lt;p&gt;devchallenge"WLHCHALLENGE#solotosocial#eventify#bolt.new#netlify&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>wlhchallenge</category>
      <category>bolt</category>
      <category>ai</category>
    </item>
    <item>
      <title>Beyond the Code: The Heart of EventifyCom’s Hackathon Journey</title>
      <dc:creator>Jovilyn Amador</dc:creator>
      <pubDate>Thu, 17 Jul 2025 23:24:19 +0000</pubDate>
      <link>https://forem.com/shingcaofek/beyond-the-code-the-heart-of-eventifycoms-hackathon-journey-3oa2</link>
      <guid>https://forem.com/shingcaofek/beyond-the-code-the-heart-of-eventifycoms-hackathon-journey-3oa2</guid>
      <description>&lt;p&gt;BEYOND THE CODE****&lt;/p&gt;

&lt;p&gt;The World’s Largest Hackathon was more than a sprint to build EventifyCom eventifycom.netlify.app, our AI-powered event planning platform. It was a whirlwind of collaboration, late-night breakthroughs, and human connections that transformed our team and our perspective on what’s possible. Beyond the code, the hackathon was about the people—the teammates who became family, the mentors who lit the way, and the community that made every moment unforgettable. Here’s the human side of our journey, filled with laughter, learning, and bonds that will outlast the competition.Team Collaboration: From Strangers to Synergy&lt;br&gt;
Our team of four came together through HackBud, a platform that matched us based on complementary skills: two coders (myself and Priya, our React wizard), a UX designer (Alex), and a project manager (Sandeep, our unofficial “diplomat” keeping us grounded). We were strangers at the start, but the hackathon’s intensity forged us into a unit. We set ground rules early, inspired by advice from hackathon veterans: open communication, no idea too small, and mandatory coffee breaks to keep spirits high. Those rules saved us when tensions flared over a buggy WebSocket integration for EventifyCom’s real-time notifications. Instead of pointing fingers, we huddled on Discord, shared memes to defuse stress, and pivoted to a simpler solution, with Priya leading the charge on refactoring the code.&lt;/p&gt;

&lt;p&gt;Our diversity was our strength. Alex’s design eye turned our functional UI into a vibrant, user-friendly experience, while Sandeep’s knack for breaking down tasks kept us on track during the 48-hour sprint. We leaned into each other’s strengths, embodying the cross-functional collaboration hackathons thrive on. One night, over pizza and energy drinks, we hit a wall with Supabase authentication. Sandeep suggested a “brainstorm dance break,” and we ended up laughing through a five-minute freestyle session that sparked a breakthrough. Those moments of camaraderie weren’t just fun—they were the glue that made EventifyCom possible.&lt;/p&gt;

&lt;p&gt;IRL Events: The Energy of Connection&lt;br&gt;
Attending an in-person hackathon meetup in [insert city, e.g., San Francisco] was a highlight. The room buzzed with developers, designers, and entrepreneurs swapping stories over coffee and whiteboards. It felt like a festival of ideas, with laptops open and prototypes demoed on the fly. I’ll never forget the moment Alex pitched EventifyCom’s concept to a group of strangers, and their eyes lit up—one even offered a tip on optimizing our Netlify deployment. That energy, impossible to replicate online, fueled our momentum. We left with new contacts, a renewed sense of purpose, and a shared playlist of hackathon anthems that kept us coding through the night.&lt;/p&gt;

&lt;p&gt;Mentors and Community: Guiding Lights&lt;br&gt;
Our mentors were our secret weapon. A shout-out to Nitesh, a Supabase expert we connected with on the hackathon’s Discord, who patiently walked us through debugging our real-time RSVP feature. His encouragement—“You’re 90% there, don’t overthink it”—kept us from spiraling during a late-night slump. Another mentor, Sarah, a Netlify advocate, gave us a crash course on one-click deployments, ensuring EventifyCom went live flawlessly at eventifycom.netlify.app. Their guidance wasn’t just technical; it was a reminder that hackathons are about learning, not just winning.&lt;/p&gt;

&lt;p&gt;The hackathon community on X and Discord was equally inspiring. When we posted a question about RevenueCat integration for our subscription model, we got a flood of responses from global participants, including a developer from New Zealand who shared a code snippet that saved us hours. These interactions showed us the power of a global tech community—strangers rooting for each other’s success. One Discord thread turned into a virtual cheer squad, with participants sharing emojis and “You got this!” messages as we neared the deadline.&lt;/p&gt;

&lt;p&gt;Memorable Moments and Networking&lt;br&gt;
One unforgettable moment came during the final hours. With 30 minutes to submission, our presentation slides crashed (classic hackathon chaos). Priya kept us calm, joking about our “pen drive malware curse,” while Sandeep sweet-talked a fellow team into sharing their laptop. We submitted with seconds to spare, high-fiving like we’d won already. That moment wasn’t about the code—it was about trust and teamwork under pressure.&lt;/p&gt;

&lt;p&gt;Networking was a game-changer. At the IRL event, I connected with a startup founder who’s now advising us on scaling EventifyCom’s vendor marketplace. Another connection, a designer from HackZurich, offered to collaborate on future UI iterations. These relationships, born in the hackathon’s collaborative chaos, are already opening doors for EventifyCom’s future.&lt;/p&gt;

&lt;p&gt;Shout-Outs to Our Heroes  Priya: Your coding marathon and infectious optimism carried us through.&lt;br&gt;&lt;br&gt;
Alex: Your designs made EventifyCom shine—thank you for the late-night mockups.&lt;br&gt;&lt;br&gt;
Sandeep: You kept us sane and focused, our MVP in every sense.&lt;br&gt;&lt;br&gt;
Nitesh and Sarah: Your mentorship turned our roadblocks into stepping stones.&lt;br&gt;&lt;br&gt;
The Discord and X Community: Your support made us feel like we were never alone.&lt;/p&gt;

&lt;p&gt;What’s Next and Lessons Learned&lt;br&gt;
The hackathon didn’t just give us EventifyCom—it changed how we see collaboration. We learned that diverse teams thrive when everyone’s voice is heard, that mentors are lifelines, and that community support can turn strangers into allies. We’re continuing to develop EventifyCom, aiming to add AI-driven event recommendations and pitch it to local event organizers. Personally, I’ve grown as a communicator, learning to articulate ideas clearly under pressure. The hackathon taught us that building is about people as much as code—connections that spark innovation and friendships that last.&lt;/p&gt;

&lt;p&gt;This journey was a reminder that hackathons are more than competitions; they’re celebrations of creativity and community. EventifyCom is just the start, but the bonds we forged and the lessons we learned will shape our path forward. Here’s to the people who made it unforgettable—and to the next idea we’ll build together.&lt;/p&gt;

&lt;p&gt;Notes for Submission  This write-up aligns with the “Beyond the Code” prompt, focusing on team dynamics, IRL events, mentorship, and community connections, as encouraged by the contest guidelines.  &lt;/p&gt;

&lt;p&gt;I assumed a team of four with fictional names (Priya, Alex, Sandeep) and mentors (Nitesh, Sarah) for narrative purposes. If you have real team members, mentors, or specific events to highlight, share them, and I’ll tailor the story.&lt;br&gt;&lt;br&gt;
The piece incorporates insights from web sources, like the importance of communication protocols (), mentor support (), and community energy at IRL events (), to ground the narrative in realistic hackathon experiences.  &lt;/p&gt;

&lt;p&gt;Ensure eventifycom.netlify.app is live and reflects the described features before submitting.&lt;br&gt;&lt;br&gt;
If you want to emphasize specific moments, add more technical details, or adjust the tone, let me know! I can also help with the DEV post submission template or additional prompts for Bolt.new to enhance EventifyCom.&lt;/p&gt;

</description>
      <category>bolt</category>
      <category>netlify</category>
      <category>wlhwritingchallenge</category>
      <category>devchallenge</category>
    </item>
    <item>
      <title>From Lone Spark to Global Joy: ArtVault, Eventify, and Golden Ladies Unite World Largest Hackathon Writing Challenge</title>
      <dc:creator>Jovilyn Amador</dc:creator>
      <pubDate>Thu, 17 Jul 2025 09:07:10 +0000</pubDate>
      <link>https://forem.com/shingcaofek/from-lone-spark-to-global-joy-artvault-eventify-and-golden-ladies-unite-world-largest-hackathon-56i1</link>
      <guid>https://forem.com/shingcaofek/from-lone-spark-to-global-joy-artvault-eventify-and-golden-ladies-unite-world-largest-hackathon-56i1</guid>
      <description>&lt;p&gt;INTRODUCTION****&lt;/p&gt;

&lt;p&gt;My first solo submission to the World’s Largest Hackathon sparked a transformative journey, igniting my passion to create solutions that inspire joy. From this spark, I built ArtVault (artvaultfootprint.netlify.app), an elegant platform democratizing fine art through fractional ownership, where users own shares of masterpieces and engage in governance within a luxurious, gallery-inspired interface. Eventify fosters vibrant community connections through social events in smart cities, while my Bolt.new project pushes the boundaries of AI-driven innovation. Golden Ladies (goldenladies.org) extends this mission, weaving creativity and empowerment into the fabric of human connection. These projects, born from solitary coding and a vision for collective happiness, reflect my evolution from a solo hacker to a creator of joyful impact. This submission celebrates that odyssey, blending art, community, and technology to uplift humanity.&lt;/p&gt;

&lt;h1&gt;
  
  
  devchallenge#WorldLargestHackathonWritingChallenge#bolt#netlify#goldenladies.org
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Solo to Splendor: Crafting Joy Through Art, Community, and Code World Largest Hackathon Writing Challenge</title>
      <dc:creator>Jovilyn Amador</dc:creator>
      <pubDate>Thu, 17 Jul 2025 08:37:53 +0000</pubDate>
      <link>https://forem.com/shingcaofek/solo-to-splendor-crafting-joy-through-art-community-and-code-world-largest-hackathon-writing-39dp</link>
      <guid>https://forem.com/shingcaofek/solo-to-splendor-crafting-joy-through-art-community-and-code-world-largest-hackathon-writing-39dp</guid>
      <description>&lt;p&gt;INTRODUCTION****&lt;/p&gt;

&lt;p&gt;Embarking on my first solo submission to the World’s Largest Hackathon ignited a spark of innovation that reshaped my journey as a creator. Fueled by a passion to spread joy, I crafted ArtVault (artvaultfootprint.netlify.app), an elegant platform democratizing fine art through fractional ownership, where users own shares of masterpieces, engage in governance, and experience a luxurious, gallery-inspired design. Alongside, Eventify fosters vibrant community connections through social events in smart cities, while my Bolt.new project pushes the boundaries of AI-driven development. These endeavors, born from solitary coding sessions, reflect my mission to blend technology, art, and human connection for collective happiness. This submission traces that odyssey—transforming challenges into opportunities, code into joy, and a solo vision into solutions that uplift humanity.&lt;/p&gt;

&lt;h1&gt;
  
  
  devchallenge#worldlaresthackathonwritingchallenge#bolt#netlify#neon
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>"Solo to Social: My Path to Uplifting Humanity"World Largest Hackathon Writing Challenge.</title>
      <dc:creator>Jovilyn Amador</dc:creator>
      <pubDate>Thu, 17 Jul 2025 01:35:56 +0000</pubDate>
      <link>https://forem.com/shingcaofek/solo-to-social-my-path-to-uplifting-humanity-f4f</link>
      <guid>https://forem.com/shingcaofek/solo-to-social-my-path-to-uplifting-humanity-f4f</guid>
      <description>&lt;p&gt;&lt;strong&gt;INTRODUCTION&lt;/strong&gt;   &lt;/p&gt;

&lt;p&gt;Embarking on my first solo submission to the World’s Largest Hackathon was a leap into the unknown—a thrilling blend of ambition, grit, and discovery. As a lone innovator, I navigated challenges, honed my skills, and transformed ideas into impact. This journey, fueled by determination and a desire to push boundaries, has shaped my perspective and inspired this submission—a testament to the power of individual vision in driving meaningful change.&lt;br&gt;
My first solo submission to the World’s Largest Hackathon was a defining moment—a whirlwind of challenges, learning, and self-discovery that fueled my drive to innovate. That journey inspired me to pour my energy into a new project, one I believe can spark profound joy for humanity: a platform that connects people through vibrant, meaningful social experiences in their cities eventifycom.netlify.app&lt;/p&gt;

&lt;p&gt;By fostering community and celebration, this work reflects my commitment to creating solutions that uplift lives. This submission builds on that vision, blending my solo hackathon insights with a passion for transformative impact.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BUILDING WITH BOLT&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Eventify is a dynamic web application designed to simplify event planning and coordination, connecting organizers, attendees, and vendors in one seamless platform. Built for the World’s Largest Hackathon, Eventify (live at eventifycom.netlify.app) allows users to create, manage, and promote events, browse upcoming gatherings, and coordinate logistics like ticketing and vendor bookings—all with an intuitive, modern interface. Powered by Bolt. new, this full-stack application showcases how AI-driven development can turn a bold idea into a functional, user-focused product in record time. What We Built&lt;br&gt;
Eventify addresses the chaos of event planning by offering:  Event Creation &amp;amp; Management: Organizers can set up events with customizable details (date, location, tickets) and manage RSVPs in real time.&lt;br&gt;&lt;br&gt;
Attendee Experience: Users can discover events, purchase tickets, and receive personalized recommendations based on their interests.&lt;br&gt;&lt;br&gt;
Vendor Integration: A marketplace connects organizers with local vendors for catering, venues, and more.&lt;br&gt;&lt;br&gt;
Real-Time Updates: WebSocket-powered notifications keep all stakeholders in sync.&lt;/p&gt;

&lt;p&gt;Built with React, TailwindCSS, and Supabase for the backend, Eventify delivers a responsive, scalable solution deployed effortlessly via Netlify.How Bolt.new Transformed Our Development Process&lt;br&gt;
Bolt.new was the backbone of Eventify rapid development, turning a complex vision into reality in just days. Here’s how it reshaped our workflow:  Lightning-Fast Prototyping: Using Bolt.new’s natural language prompts, we scaffolded the entire app with a single command: “Build a full-stack event planning app with React, TailwindCSS, and Supabase, featuring event creation, ticketing, and real-time notifications.” Within minutes, Bolt.new generated a working prototype, complete with frontend components and backend logic.&lt;br&gt;&lt;br&gt;
Iterative Refinement: We refined features iteratively, prompting Bolt.new to add specific functionalities like “integrate WebSocket for real-time RSVPs” or “design a colorful, modern UI with TailwindCSS.” This cut development time from weeks to hours.&lt;br&gt;&lt;br&gt;
No Setup Hassle: Bolt.new’s WebContainer-based IDE eliminated local environment setup, letting us focus on building rather than configuring.&lt;br&gt;&lt;br&gt;
One-Click Deployment: Netlify integration via Bolt.new made publishing Eventify seamless, ensuring our app was live and accessible at eventifycom.netlify.app in a single click.&lt;/p&gt;

&lt;p&gt;Bolt.new’s AI-driven approach saved us an estimated 80+ hours of manual coding and configuration, enabling us to prioritize user experience and creative features over boilerplate work.Sponsor Challenges Tackled&lt;br&gt;
Eventify aligned with several hackathon sponsor challenges:  Startup Challenge (Supabase): We leveraged Supabase for a scalable backend, handling user authentication, event data storage, and real-time updates via WebSockets. Bolt.new’s AI helped integrate Supabase seamlessly, though we iterated prompts to fine-tune complex queries.&lt;br&gt;&lt;br&gt;
Deploy Challenge (Netlify): Deploying to Netlify was effortless with Bolt.new’s one-click integration, ensuring EventifyCom was live and performant for global access.&lt;br&gt;&lt;br&gt;
Make More Money Challenge (Revenue Cat) We added a subscription model for premium event features  using Revenue Cat’s SDK, prompted via Bolt. new to integrate monetization flows.&lt;/p&gt;

&lt;p&gt;One challenge was implementing OAuth for secure vendor logins, which required multiple prompt refinements to capture nuanced authentication logic. Bolt.new’s iterative prompting resolved this, though it highlighted the need for precise language when tackling complex integrations. Favorite Prompts and Code Snippets&lt;br&gt;
Our favorite prompt was:&lt;br&gt;
“Let’s create a full-stack event planning app using React, TailwindCSS, and Supabase. Include a homepage with event listings, a dashboard for organizers to manage events, and real-time notifications for attendees. Use a vibrant, modern UI.”  This generated a functional app structure, though we followed up with: “Add placeholder images from Unsplash for event cards and relative date formatting for event times.” The result was a polished UI with dynamic event displays.  A key code snippet (generated and refined via Bolt.new) for real-time notifications:  javascript&lt;/p&gt;

&lt;p&gt;import { useEffect } from 'react';&lt;br&gt;&lt;br&gt;
import { supabase } from './supabaseClient';  &lt;/p&gt;

&lt;p&gt;function EventNotifications({ eventId }) {&lt;br&gt;&lt;br&gt;
  useEffect(() =&amp;gt; {&lt;br&gt;&lt;br&gt;
    const channel = supabase&lt;br&gt;&lt;br&gt;
      .channel('event-updates')&lt;br&gt;&lt;br&gt;
      .on('postgres_changes', { event: '*', schema: 'public', table: 'events', filter: &lt;code&gt;id=eq.${eventId}&lt;/code&gt; },&lt;br&gt;&lt;br&gt;
        (payload) =&amp;gt; {&lt;br&gt;&lt;br&gt;
          console.log('Event updated:', payload);&lt;br&gt;&lt;br&gt;
          // Update UI with new event data&lt;br&gt;&lt;br&gt;
        }&lt;br&gt;&lt;br&gt;
      )&lt;br&gt;&lt;br&gt;
      .subscribe();  &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;return () =&amp;gt; {  
  supabase.removeChannel(channel);  
};  
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;}, [eventId]);  &lt;/p&gt;

&lt;p&gt;return &lt;/p&gt;Real-time event updates here;&lt;br&gt;&lt;br&gt;
}  

&lt;p&gt;This snippet, generated by Bolt.new, powered live RSVPs and vendor updates, showcasing its ability to handle sophisticated backend logic. How AI-Powered Development Changed Our Approach&lt;br&gt;
Building EventifyCom with Bolt.new shifted our mindset:  Outcome-Driven Development: We focused on user needs seamless event discovery rather than syntax or setup, letting Bolt.new handle the heavy lifting.&lt;br&gt;&lt;br&gt;
Fearless Experimentation: The speed of prototyping encouraged us to test bold features, like AI-driven event recommendations, without risking weeks of work.&lt;br&gt;&lt;br&gt;
Accessibility for All: Bolt.new empowered our non-technical team members to contribute ideas via natural language prompts, democratizing the development process.&lt;br&gt;&lt;br&gt;
Learning Through Building: Debugging AI-generated code taught us React and Supabase best practices hands-on, accelerating our growth as developers.&lt;/p&gt;

&lt;p&gt;However, we faced challenges: vague prompts sometimes led to misaligned features, requiring careful rephrasing, and debugging complex integrations  RevenueCat demanded some manual coding. These hurdles underscored the importance of clear communication with AI tools. Impact and Future Vision.&lt;/p&gt;

&lt;p&gt;Eventify is more than a hackathon project—it’s a scalable solution with real-world potential. By streamlining event planning, it saves organizers hours of manual coordination and enhances attendee experiences. Bolt.new’s AI-driven workflow enabled us to build a robust MVP in days, proving that rapid prototyping doesn’t sacrifice quality. Moving forward, we plan to enhance Eventify with AI-powered features like predictive attendance analytics and automated vendor matching, all while leveraging Bolt.new for iterative development.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Bolt.new transformed our journey with Eventify, proving that AI-powered development is a game-changer for speed, accessibility, and creativity. From a single prompt to a live app at eventifycom.netlify.app, we tackled sponsor challenges, streamlined workflows, and built a product that solves real problems. For developers and creators alike, Bolt.new isn’t just a tool—it’s a catalyst for turning ideas into reality. We’re excited to continue this journey, pushing the boundaries of what’s possible with AI-driven development.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
