Hackathon for Kids — Build Something Great in 48 Hours
Anyone can join. Free to participate. Built to spark India's youngest innovators.
Ready to Master Hackathon for Kids — Free Hackathon + Prep Course (Ages 8–12) | Modern Age Coders?
Choose your plan and start your journey into the future of technology today.
International Students (Outside India)
Also available in EUR, GBP, CAD, AUD, SGD & AED. Contact us for details.
Program Overview
Hackathon for Kids is a free-to-enter hackathon and a 12-week structured prep course at Modern Age Coders, designed for children aged 8 to 12 who want to learn how real innovators build technology. The hackathon participation is 100% free — anyone, from any school or city, can register and compete. The optional 12-week prep course (priced the same as our other coding courses) is for kids who want serious training before they compete.
Our only motive is simple: build something great. Build something innovative. Use coding logic, efficient algorithms and AI tools to turn raw ideas into real, working projects in just one weekend.
Kids learn how a real hackathon works — how teams form, how ideas get scoped, how problems are decomposed, how AI is used to accelerate building, how you debug under pressure, and how you pitch your project to judges. They use Scratch, Replit, Bolt.new, Google Gemini, Microbit and Canva to build games, AI apps, websites and inventions that solve real problems for kids their age.
This is not a normal class. This is a creator's training camp. By the end, every child has a portfolio of 4+ hackathon-ready projects, a 90-second pitch video, a working capstone submission, and the confidence to walk into any school, district or international hackathon and stand on stage.
What Makes This Program Different
- 100% free hackathon participation — anyone can join, no fees, no gatekeeping
- Hackathon prep priced same as other Modern Age Coders courses — group, mini-batch and 1-on-1 monthly plans
- Designed by mentors who have judged and won 50+ hackathons
- Kids learn the full hackathon arc: ideate → plan → build → debug → pitch → demo
- AI-assisted building with Replit Agent, Bolt.new and Google Gemini
- Algorithm thinking made playful — sorting, searching, pathfinding through games
- Live mock hackathons every 4 weeks with judge feedback
- Team formation workshops — kids learn collaboration and roles (Builder, Designer, Pitcher)
- Pitch coaching — every child practices a real 90-second demo to camera
- Final hackathon weekend with prizes, judge panel, and Hall of Fame inclusion
- Parent dashboard, recorded sessions, and weekly progress reports
Your Learning Journey
Career Progression
Detailed Course Curriculum
Explore the complete week-by-week breakdown of what you'll learn in this comprehensive program.
📚 Topics Covered
- What is a hackathon? Origin story from Silicon Valley to Indian schools
- Famous kids who built real apps in hackathons (case studies)
- The 4 stages of every hackathon: Idea → Build → Demo → Judge
- What is an MVP (Minimum Viable Product)? — explained for kids
- Why anyone can join: free hackathon access at Modern Age Coders
- Setting up your hacker profile: name, team, project board
- Tour of Scratch 3.0 — your first build platform
- First mini-hack: build a 'Welcome' interactive card in 60 minutes
- Hackathon vocabulary kids need: bug, ship, push, demo, judge, pitch
- Online safety, kindness in teams, and being a good teammate
🚀 Projects
- 60-Minute Mini Hack: Animated Welcome Card
- Hacker ID Card (designed in Canva)
- Idea Wall — write 10 things in the world you'd like to fix
📚 Topics Covered
- How to spot problems worth solving (kids edition)
- The 'I wish this existed' game — how every great app started
- Idea generation techniques: brainstorming, mind maps, sticky notes
- Good ideas vs. great ideas — judging your own thoughts
- User empathy for kids — designing for a friend, sibling, or grandparent
- Competitor research made fun — what already exists?
- Picking your problem statement and writing it in one sentence
- Sketching your first wireframe by hand and on paper
- Storyboarding your idea — 6 panels, like a comic strip
- Sharing ideas in a group without fear — feedback rules
🚀 Projects
- My Idea Comic — 6-panel storyboard of your hackathon dream project
- Problem Statement Card (one sentence)
- Empathy Interview — interview a family member about their daily problems
📚 Topics Covered
- Loops: how computers repeat tasks — the foundation of efficient code
- If-Then-Else: making computers make decisions
- Variables: storing scores, names, and data
- Why every hackathon project needs these 3 building blocks
- Sequence, selection, repetition — the holy trinity of coding logic
- Building a number guessing game — your first 'algorithm'
- Debugging: finding bugs without crying — printing values to investigate
- Comments and notes — making your code readable to teammates
- Hackathon-style challenges: 30-minute build sprints
- Code reviews with classmates — being kind and helpful
🚀 Projects
- Number Guessing Game with hints
- Score-Tracking Quiz Game (5 questions)
- Loop Art — generate a star pattern using only loops
📚 Topics Covered
- Hackathon pacing: how to use 4 hours wisely
- The 4-hour template: 30 min ideate, 2.5 hr build, 30 min polish, 30 min pitch
- Choosing scope: what NOT to build is more important than what to build
- Building your project from a problem statement
- Time-boxing: setting timers and sticking to them
- What to do when stuck (the '15-minute rule')
- Recording a 60-second demo video with Loom or screen capture
- Writing your project's README — title, problem, solution, how to use
- Pitching to mentors: how to talk about your build with confidence
- Phase 1 review and Phase 1 capstone presentation
🚀 Projects
- PHASE 1 CAPSTONE — Solo Mini Hackathon: 4-hour build + 60-second demo + 1-page README. Choose any problem from your Idea Wall.
🎯 Assessment
Phase 1 Mini Hackathon Assessment — judged on innovation, execution, clarity
📚 Topics Covered
- What is AI and how do hackers use it to ship faster?
- Meet Replit Agent — describe an app, watch it appear
- Meet Bolt.new — full apps from a single sentence
- Prompt writing for hackathons: be specific, be visual, be small
- Iterating with AI: 'change the color', 'add a button', 'fix this bug'
- AI vs. human coding: when to use which
- Reading AI-generated code without panicking
- Asking Google Gemini to explain code line-by-line
- Limits of AI — what it gets wrong, why you still need to think
- Ethical AI use in hackathons — credit, originality, transparency
🚀 Projects
- AI-Built Calculator with custom theme (Replit Agent)
- AI-Built Quiz App on a topic you love (Bolt.new)
- AI-Explained Code Journal — print 3 AI snippets and write what each line does
📚 Topics Covered
- What is an algorithm? Simple recipe metaphor
- Why algorithms matter in hackathons (slow apps lose, fast apps win)
- Sorting: bubble sort visualized as kids in a line
- Searching: linear vs. binary — finding the right book on the shelf
- Pathfinding basics — the maze game
- Big O for kids: 'fast', 'slow', 'really slow' (no math symbols yet)
- Choosing the right algorithm for your hackathon idea
- Using AI to suggest algorithms when stuck
- Visualizing algorithms in Scratch with sprites
- Mini-challenge: implement 2 sorts and race them
🚀 Projects
- Sorting Race — animate bubble sort vs. insertion sort with sprites
- Maze Solver — a sprite that finds the exit using a simple algorithm
- Word Search Game — implement linear search visually
📚 Topics Covered
- Why hackathons love teams of 2–3
- The 3 hackathon roles: Builder (writes code), Designer (makes it pretty), Pitcher (tells the story)
- Picking a teammate — strengths and personalities
- Communication tools: Google Docs, Figma Jam, voice notes
- Sharing code through Replit Multiplayer (kid-safe)
- Introduction to GitHub — what is a repository?
- Forking, committing and pushing — explained with playground analogies
- Resolving 'who builds what' fights without drama
- Daily 5-minute stand-ups: what I did, what I'm doing, what I need help with
- Sharing credit — every teammate's name on the project
🚀 Projects
- Team Charter — 1 page on roles, rules, and project goals
- Pair-Built Story App — two kids, one app, built collaboratively in Replit
- Mini GitHub Profile — your first repo with your project README
📚 Topics Covered
- Forming hackathon teams (2–3 kids, mentor-paired)
- Selecting a problem statement from a curated list
- Day 1: 4-hour build sprint with Replit + Bolt.new + Scratch
- Day 2: 2-hour polish + 1-hour pitch prep + 1-hour live demos
- Time-boxing: how mentors keep teams from over-engineering
- Mid-sprint check-ins with mentors
- Designing a 1-slide pitch deck in Canva
- Recording a 90-second demo video together
- Live presentation to peer judges
- Receiving feedback gracefully — what worked, what to improve
🚀 Projects
- PHASE 2 CAPSTONE — Team Mock Hackathon: pick a problem, ship an MVP in 8 hours, deliver a 90-second demo with team intro and judge Q&A
🎯 Assessment
Mock Hackathon Judges Panel — innovation, technical execution, design, pitch clarity, teamwork
📚 Topics Covered
- Picking your capstone problem statement (3–5 idea finalists)
- Mentor matching — every team gets a personal hackathon mentor
- Writing the capstone proposal: problem, users, solution, tech stack
- Hackathon judging rubric explained (innovation 25%, execution 25%, design 25%, pitch 25%)
- Designing your project board — Trello-for-kids visual planning
- Stretch goals vs. core MVP
- Risk planning: what could go wrong and how we'll handle it
- First architecture sketch (boxes-and-arrows)
- Setting up your repo, your team channel, your Canva board
- Locking the scope — saying NO to feature creep
🚀 Projects
- Capstone Proposal Document
- MVP Definition (one paragraph)
- Architecture Sketch (paper or Figma Jam)
📚 Topics Covered
- Day-by-day build plan (kids learn to plan their week)
- Working with AI tools at high speed
- Debugging strategies: rubber duck debugging, AI-assisted debugging
- Component thinking — break big projects into small reusable parts
- Asset creation in Canva — backgrounds, sprites, icons
- Sound and music for projects (free libraries)
- Mid-week mentor reviews: what's done, what's blocked
- Pair programming with your teammate
- Quality bar: what 'good enough' looks like for a kids hackathon
- Daily commits — writing kind, clear messages
🚀 Projects
- Capstone build — 70% complete by end of Week 10
- Daily standup logs (5 lines per day)
- Mid-sprint demo to mentor
📚 Topics Covered
- What judges actually look for: clarity, impact, energy, originality
- The 90-second pitch formula: Hook → Problem → Solution → Demo → Ask
- Practicing in front of a mirror, then a parent, then your team
- Recording your pitch on camera (5+ takes)
- Slide design in Canva — title, problem, solution, tech, team, thank you
- Demo recording with Loom — show, don't tell
- Voice tips for kids: pace, pauses, smiles
- Handling Q&A — what to say when you don't know the answer
- Making your project README judge-ready (problem, demo link, screenshots, team)
- Final polish on your build: bugs, edge cases, mobile view
🚀 Projects
- Pitch Slides (5 slides, Canva)
- Pitch Video (90 seconds, recorded)
- Final README (judge-ready)
📚 Topics Covered
- Friday evening: kickoff ceremony, theme announcement, team check-in
- Saturday all-day: 8-hour final sprint with mentor support
- Saturday evening: pitch dress rehearsal
- Sunday morning: final 2-hour polish + submission upload
- Sunday afternoon: live judging — every team presents
- Categories: Most Innovative, Best Built, Best Designed, Best Pitch, Audience Favorite
- Live judge Q&A — handled with grace and confidence
- Awards ceremony — certificates, badges and Hall of Fame inclusion
- Reflection circle: what I learned about myself
- Graduation: Junior Hackathon Builder Certification awarded
🚀 Projects
- GRAND CAPSTONE — Live Hackathon Submission: working project + 90-second demo video + 5-slide pitch deck + judge-ready README + live presentation
🎯 Assessment
Final Hackathon Scoring + Judge Feedback Letter
Projects You'll Build
Build a professional portfolio with 12+ projects + Grand Live Hackathon Capstone real-world projects.
Weekly Learning Structure
Certification & Recognition
Technologies & Skills You'll Master
Comprehensive coverage of the entire modern web development stack.
Support & Resources
Career Outcomes & Opportunities
Transform your career with industry-ready skills and job placement support.
Prerequisites
Who Is This Course For?
Career Paths After Completion
Salary Expectations
Course Guarantees
Common Questions About Hackathon for Kids — Free Hackathon + Prep Course (Ages 8–12) | Modern Age Coders
Get answers to the most common questions about this comprehensive program
Still have questions? We're here to help!
Contact Us