ADVERTISEMENT

Creative screen-free activities that keep kids busy at home

Real moms share their favorite ways to turn rainy days into fun and meaningful play

Published Aug 2, 2025 09:56 am
An unexpected week of class suspension got parents thinking—how to keep kids busy at home without resorting to screen time? No need to overthink. More often than not, all it takes is to look around and make the most of what we already have. From simple games like hide-and-seek and motor skill exercises to creative art projects, there are plenty of ways to keep kids happily preoccupied—no gadgets required.
Moms Georgia P. Remulla and Meghann Hernandez share how their children’s crafts and playtime not only keep them busy but spark joy, laughter, and a bit of colorful chaos—proving that sometimes, a little rain is all it takes to turn boredom into cherished family bonding memories.
Georgia Remulla with her two boys
Georgia Remulla with her two boys
Learning to cut fruits
Learning to cut fruits
Counting their coins as they keep them in their coin banks.
Counting their coins as they keep them in their coin banks.
Fun activity books keep them learning at home
Fun activity books keep them learning at home
Roars and crayons
On rainy days, when we feel we’ve overdone screen time and ditch the gadgets, it usually turns into controlled chaos at home. My kids get bored like any other, so we have to get creative fast. Right now, they’re in a full-on Godzilla phase. We have a toy Godzilla hat and spend half the day stomping around the house, chasing each other like a mini monster movie. On quieter days, we hide under tables and wait to be found, which usually ends in a lot of giggling—and someone bumping their head (not too hard!).
Some days, we cut up fruits with kid friendly-knives, build a fort in their playroom, and collect coins together so I can teach them the value of saving early. Lately, I’ve been pulling them into arts and crafts. We have mountains of crayons and coloring books, though every page still ends up with some version of Godzilla. The best part? They’ve started writing their names in between the chaos. No screens, just imagination, noise, and a house that looks like a craft and toy store exploded.—Georgia P Remulla, Heavens Portfolio's general manager, mom to two boys, 3 and 1
Creating special blind box packaging
Creating special blind box packaging
Candy pouches to giveaway
Candy pouches to giveaway
Making bracelets for friends
Making bracelets for friends
It was easy and fun to make slime
It was easy and fun to make slime
Meg Hernandez and her family
Meg Hernandez and her family
Paperclip toppers made from polymer clay
Paperclip toppers made from polymer clay
Ceramic coasters as gifts to friends when it was time to go back to school
Ceramic coasters as gifts to friends when it was time to go back to school
Handmade at home
Being cooped up at home on rainy days is a great opportunity for my children and me to bond over arts and crafts. Our drawers are always brimming with craft supplies such as buttons, pens, colors, papers, beads, leftover fabrics, and ribbons, among others.
On one rainy day last month, my eldest spent most of the day creating a whole collection of coasters, which she eventually sold online. My youngest, on the other hand, crafted miniature character plushies out of fabric scraps and proudly gave them to classmates when they returned to school.
My kids love crafting as much as I do, and seeing them channel their creativity and work with colorful materials reminds me so much of my own childhood.—Meghann Hernandez, The Westin Manila's assistant director of marketing communications, mom to two daughters, 18 and 7
Nicole with daughter Mattie, mother-in-law Baby, and husband Mark Morales
Nicole with daughter Mattie, mother-in-law Baby, and husband Mark Morales
Independent play
One of the best things we’ve done lately—especially for rainy days stuck at home—was to transform our daughter Mattie’s room into a Montessori-inspired play-and-learn space. Everything’s laid out on reachable shelves: a dollhouse with all its accessories, a kitchen setup, arts and crafts, activity sheets, puzzles, and painting tools. The rule is simple: She picks what she wants, plays, finishes, packs away—then she can move on to the next. We rotate the toys and materials weekly to keep things exciting. It’s been a game-changer. Mattie gets to explore and be creative independently (without relying on screens), and I get to work from home while she’s meaningfully engaged. Just like in school, she is learning to make decisions, stay focused, and clean up after herself. Plus, I don’t hear “I’m bored!” every so often anymore.—Nicole Morales, The Beauty Edit founder, mom to one daughter, 5

Related Tags

Parenting
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.