Random Project Generator for Coding, Craft, Wood, Writing and School

One press gives you a project small enough to finish, with its size and the thing you hold at the end: one evening, one weekend or one month.

  1. Paint the front doorOne weekend: a front door sanded, primed and painted, with the hardware taken off first.One weekend
Saved

Seen 1 of 341

Tip: the space bar makes a new one.

Project of the day

 

Random Project Generator for Coding, Craft, Wood, Writing and School: how it works

Set a kind and a size, then press. This random project generator hands you one project small enough to finish, and names the thing you hold at the end: a page that flips a coin and keeps a tally, a spoon carved from green wood, 14 lines of iambic pentameter. We wrote all 341 ourselves.

Six kinds, three sizes, one draw

The Kind row sorts by what you work with: Coding 66, Craft 64, Woodwork 52, Writing 57, School 53 and Weekend home 60. Some sit under two: Code a times table trainer shows under Coding and School. The Size row, a label on each card, sorts by time: 157 take one evening, 148 one weekend, and 36 a month of short sessions, such as Keep a Moon journal, which follows one cycle of about 29.5 days. Woodwork plus One evening leaves 13. Scroll down for all 341, each printed once under its first kind.

Every card ends in a finished thing

A project differs from a hobby in one way: it ends. Each line names what is on the table when you stop, which tells you when you are done. Build a birdhouse ends with a box cut from one fence board. Draft a novel in a month ends with 50,000 rough words, about 1,667 a day. If a card feels too big, keep the idea and cut the size: one poem instead of thirty.

Tips

  • Set the size to 3 and keep the project you already own the materials for.
  • Pallet wood suits the Woodwork cards when its stamp reads HT, which means heat treated.
  • Save the project you chose, finish it, then press under a kind you have never tried.

Questions and answers

What is a good first coding project?

One with a single input and a single output, so you can tell when it works. Set Kind to Coding and Size to One evening for 30 of them: a coin flip page with a tally, a dice roller that reads 2d6+3, FizzBuzz for the first 100 numbers. Finish one before starting a weekend card.

How long should a small project take?

Short enough that you can see the end from the start. One evening here means two to three hours. One weekend means two days, with time for glue, paint or bugs. One month means a few short sessions a week. These are our estimates for a beginner.

Will I get the same project twice?

Not until you have seen the rest. The draw is fair across whatever the two rows leave, or all 341 with nothing set, and it skips projects already shown on this device. When a filter runs out, a Start over button clears the count.

More like this

Random tool Browse Entertainment

All 341 projects

Show all 341 projects

Coding 66

  • Automate one weekly chore One evening: a script for a task you repeat every week, such as sorting downloads into folders.
  • Blink an LED from a microcontroller One evening: a starter board, one LED and one resistor blinking from code you uploaded.
  • Build a blog from text files One weekend: a script that turns a folder of text posts into linked HTML pages with an index.
  • Build a coin flip web page One evening: a page with one button that flips a coin and keeps a tally of heads and tails.
  • Build a collection database One weekend: a program that keeps your books or games in an SQLite file and searches them.
  • Build a focus timer One evening: a timer that counts 25 minutes of work, then a 5-minute break, and chimes at each switch.
  • Build a habit tracker One weekend: a grid of days you can tick, with a streak count, saved in the browser.
  • Build a legal-move chess board One month: a two-player board that refuses illegal moves, castling and en passant included.
  • Build a maze generator One weekend: a program that draws a random maze with exactly one way through, ready to print.
  • Build a personal home page One weekend: one hand-written HTML and CSS page about you, live on a free static host.
  • Build a pixel art editor One weekend: a 16 by 16 grid you paint cell by cell and export as a PNG.
  • Build a plant moisture alarm One weekend: a soil sensor and a small board that lights an LED when the pot needs water.
  • Build a portfolio site One month: a site showing three finished projects, each with a screenshot, a paragraph and a link.
  • Build a private link shortener One weekend: a tiny server on your own machine that turns short codes into your long links.
  • Build a recipe scaler One weekend: a page where you paste ingredients, pick the servings, and every amount rescales.
  • Build a small JSON API One weekend: a server with two endpoints that returns your reading list as JSON.
  • Build a snake game One weekend: a growing snake, a score and a game-over screen, drawn on a canvas and steered by arrow keys.
  • Build a sudoku checker One evening: a program that reads a filled grid and says whether every row, column and box is valid.
  • Build a unit converter One evening: one page that converts length, weight and temperature both ways as you type.
  • Build a weather dashboard One weekend: a page that shows today's forecast for your town from a free public weather API.
  • Build one platformer level One month: one level with jumping, moving platforms, a coin and a finish flag in a free game engine.
  • Code a bouncing ball demo One evening: balls that fall, bounce and lose energy on a canvas; click to add more.
  • Code a Caesar cipher tool One evening: a script that shifts letters by any number to encode a message and decode it again.
  • Code a dice roller One evening: a roller that reads dice notation such as 2d6+3 and shows each die and the total.
  • Code a drawing pad One evening: a canvas you draw on with the mouse, plus color, brush size and clear buttons.
  • Code a four-function calculator One evening: a working calculator with a display, a clear key and correct handling of 0.1 + 0.2.
  • Code a Mandelbrot viewer One weekend: a program that draws the Mandelbrot set and zooms in where you click.
  • Code a sliding tile puzzle One weekend: a 15-tile puzzle that shuffles by legal moves, so it can always be solved, and counts yours.
  • Code a tic-tac-toe game One evening: a two-player board that spots wins and draws; add a computer player if it goes well.
  • Code a times table trainer One evening: a page that asks random facts up to 12 by 12, times you and repeats the ones you miss.
  • Code a tip calculator One evening: a small form that splits a bill between any number of people, tip included.
  • Code a typing speed test One weekend: a page that times you on a paragraph and reports words per minute and accuracy.
  • Code a word-guessing game One evening: a game that hides a word, takes letter guesses and ends after six misses.
  • Code an analog clock One evening: a clock face drawn in code, with hour, minute and second hands that keep real time.
  • Code the Game of Life One weekend: a grid where cells live or die by their eight neighbors, with start, stop and clear.
  • Fix a bug in an open-source project One month: a submitted pull request; start with issues labeled good first issue or a docs typo.
  • Log a room's temperature One month: a small board that records the temperature every ten minutes, and a chart of the month.
  • Make a browser extension One weekend: a small extension that changes one thing you dislike about a site you use every day.
  • Make a browser start page One evening: a page with your most used links in groups, set as the home page of your browser.
  • Make a browser step sequencer One weekend: a row of 16 steps that plays a drum loop with the Web Audio API.
  • Make a color palette picker One evening: a page that draws five random colors, locks the ones you like and copies the hex codes.
  • Make a countdown page One evening: a page that counts the days, hours and seconds down to a date you set.
  • Make a flashcard quiz page One weekend: a page that shows a question, flips to the answer and tracks the cards you miss.
  • Make a generative art sketch One evening: a program that draws a new pattern of lines and circles each run; print the one you like.
  • Make a Markdown to HTML converter One weekend: a script that turns headings, bold, links and lists from a text file into a web page.
  • Make a memory card game One weekend: a 4 by 4 grid of face-down pairs with a move counter and a win message.
  • Make a Morse code translator One evening: a page that turns text into dots and dashes and back, and beeps the message aloud.
  • Make a quiz about your town One evening: a ten-question multiple-choice page that scores the player at the end.
  • Make a reading log app One weekend: a page where you add books, rate them and see how many you read each year.
  • Make a to-do list app One weekend: a list that adds, ticks off and deletes tasks, and still has them after a reload.
  • Rebuild a home page by eye One weekend: a static copy of a favorite site's layout with your own text and images, for practice only.
  • Train a digit recognizer One month: a small model that reads handwritten digits from the public MNIST set, accuracy noted.
  • Write a branching story One weekend: 20 numbered passages whose choices send the reader to other numbers, on paper or as links.
  • Write a command-line journal One evening: a command that adds a dated entry to a text file and can search the old ones.
  • Write a headline scraper One evening: a script that saves one public page's headlines to a CSV file; read the site's terms first.
  • Write a maze solver One weekend: a program that reads a maze picture or text grid and draws the shortest way out.
  • Write a number guessing game One evening: a terminal game that picks 1 to 100 and answers higher or lower until you get it.
  • Write a photo renaming script One evening: a script that renames a folder of photos by date taken, with a dry run before the real one.
  • Write a README for an old project One evening: a README that says what it does and how to run it, with a screenshot at the top.
  • Write a rule-based chat bot One weekend: a script that answers typed questions from keyword rules you wrote, with no outside service.
  • Write a sorting visualizer One weekend: bars that swap on screen as bubble sort and merge sort run, with a speed slider.
  • Write a sudoku solver One weekend: a backtracking solver that fills any valid puzzle and prints how many guesses it took.
  • Write a text adventure One weekend: a terminal story with at least ten rooms, an inventory and one locked door.
  • Write a word frequency counter One evening: a script that reads any plain-text book and lists its 50 most used words.
  • Write FizzBuzz in three languages One evening: three short files that print the same 100 lines, and a feel for how languages differ.
  • Write tests for old code One evening: a test file covering one module you wrote last year, and likely one bug found.

Craft 64

  • Bead a keychain One evening: a beaded keychain on cord with a pattern or a name, finished with a split ring.
  • Bind a pamphlet notebook One evening: a notebook of folded paper sewn through the fold with a needle and three holes.
  • Braid a T-shirt rag rug One month: a braided, coiled rug made from old T-shirts cut into strips.
  • Build a diamond kite One weekend: a kite from two sticks, paper and string, with a tail for balance.
  • Build a model kit One weekend: a plastic or wooden kit, glued and painted; the box says how many hours to expect.
  • Build a paper flower bouquet One evening: a dozen crepe or tissue paper flowers on wire stems that never wilt.
  • Build a paper mache bowl One weekend: a bowl built in layers over a balloon, dried overnight, then painted and sealed.
  • Build a scrapbook of one trip One weekend: an album of one trip with tickets, photos, a map and a line of writing on each page.
  • Carve a rubber stamp One evening: a stamp cut from a carving block or a big eraser; the design prints mirrored.
  • Cast a concrete planter One weekend: a planter cast between two nested plastic tubs and left to cure for days; wear gloves to mix.
  • Coat beeswax food wraps One evening: cotton squares coated with melted beeswax in a low oven, used in place of plastic wrap.
  • Crochet a granny square One evening: one square in three colors; make more later and they join into a blanket.
  • Crochet a small stuffed animal One weekend: a palm-sized animal worked in a spiral of single crochet, stuffed and sewn shut.
  • Cross-stitch a bookmark One weekend: a bookmark on a strip of aida cloth with a small repeating border and your initials.
  • Cut a paper lantern string One evening: five paper lanterns on a string, each made from one folded, slit sheet.
  • Decoupage a wooden tray One weekend: a tray covered in cut paper, brushed with glue and sealed under three clear coats.
  • Draw a one-page comic One weekend: a six-panel comic, penciled and inked, with a setup, a turn and a punchline.
  • Draw a sticky note flip book One evening: a 40-page flip book on a sticky note pad, drawn from the last page forward.
  • Embroider a hoop One weekend: a finished hoop with a simple plant design in back stitch and satin stitch.
  • Fold an eight-page zine One evening: a mini zine of eight small pages folded from a single sheet of paper, ready to photocopy.
  • Hang an origami crane mobile One weekend: a hanging mobile of folded paper cranes on thread and two crossed sticks.
  • Hem a pair of pants by hand One evening: pants that fit, held with a blind hem stitch that barely shows.
  • Knit a cotton dishcloth One weekend: a cotton square that teaches casting on, knit, purl and binding off.
  • Knit a garter stitch scarf One month: a plain scarf in knit stitch only, on thick yarn and big needles: the usual first project.
  • Knit a hat in the round One month: a ribbed hat on circular needles, with decreases that close the crown.
  • Knot a friendship bracelet One evening: a candy-stripe bracelet in embroidery floss, made from one repeated knot.
  • Knot a macrame plant hanger One evening: a cord hanger for one pot, made with square knots and a ring.
  • Knot a no-sew fleece blanket One evening: two layers of fleece, fringed and knotted together around the edge.
  • Letter a quote with a brush pen One weekend: one quote lettered with thick downstrokes and thin upstrokes, fit to frame.
  • Make a family recipe book One month: ten family recipes typed up with who cooked them and when, printed and stapled.
  • Make a magazine collage One evening: one finished collage on card from old magazines, cut around a single color or idea.
  • Make a memory box One evening: a decorated box holding the letters, tickets and small objects of one year.
  • Make a pop-up card One evening: a card with one pop-up layer made from two parallel cuts and a fold.
  • Make a sock puppet cast One evening: three sock puppets with button eyes and yarn hair, enough for a short show.
  • Make melt-and-pour soap One evening: bars cast from a ready soap base with dried lavender; no lye to handle.
  • Marble paper with shaving cream One evening: sheets of marbled paper made with shaving cream and food coloring, good for cards.
  • Mend a knee with visible stitches One evening: a patched knee or elbow with rows of running stitch that show on purpose.
  • Mold an air-dry clay dish One weekend: a small dish for rings or keys, pinched by hand, dried for a day and painted.
  • Needle felt a small bird One weekend: a round wool bird; go slowly, because felting needles are notched and very sharp.
  • Paint a canvas for a bare wall One weekend: one finished canvas in three colors that already appear in the room.
  • Paint a set of garden stones One evening: smooth stones painted as ladybugs, cacti or plant labels and sealed with clear varnish.
  • Paint a watercolor postcard set One evening: four postcards painted on watercolor paper, stamped and ready to mail.
  • Plant a closed jar terrarium One evening: a lidded jar layered with gravel, charcoal, soil and moss that waters itself.
  • Pour a jar candle One evening: a soy wax candle in a jar, the wick held centered with a clothespin while it sets.
  • Press and frame flowers One month: flowers pressed flat in a heavy book for a few weeks, then arranged under glass.
  • Print a linocut edition One weekend: five prints from a block you carved, signed and numbered in pencil.
  • Print a photo calendar One weekend: a twelve-month calendar of your own photos or drawings, printed and bound.
  • Quilt a potholder One weekend: a quilted square with a hanging loop; practice for a full quilt.
  • Roll a pine cone bird feeder One evening: a pine cone rolled in nut butter and seed, hung where you can watch it.
  • Set a mosaic coaster set One weekend: four coasters of broken tile or glass pieces set in adhesive and grouted.
  • Set up a dot-grid planner One evening: a notebook with an index, a year view and this month's pages ruled by hand.
  • Sew a coptic-bound sketchbook One weekend: a hardcover book with an exposed chain-stitch spine that opens flat for drawing.
  • Sew a door draft stopper One evening: a fabric tube filled with rice or dried beans that lies along the bottom of a drafty door.
  • Sew a drawstring bag One evening: a lined bag with a cord channel, a good size for shoes or a board game's pieces.
  • Sew a felt stuffed toy One evening: a simple two-piece felt animal joined with blanket stitch and stuffed.
  • Sew a tote bag One weekend: a lined bag from two rectangles and two straps, big enough for a week of library books.
  • Sew an envelope pillow cover One evening: a cover with an overlapping back and no zipper, sized to a cushion you own.
  • Shape polymer clay earrings One evening: a pair of earrings shaped, baked as the packet says and fitted with hooks.
  • Shoot a stop-motion film One weekend: a 20-second film; at 12 frames a second that is 240 photos.
  • Stitch a leather card holder One weekend: a card holder sewn with saddle stitch through holes you punched first.
  • String a pom-pom garland One evening: a garland of yarn pom-poms wound around a fork, tied and strung across a shelf.
  • Tie-dye a spiral shirt One weekend: a shirt twisted into a spiral, banded and dyed in wedges; leave it wrapped overnight, then rinse.
  • Weave on a cardboard loom One weekend: a small wall hanging woven on a notched piece of cardboard and hung from a stick.
  • Wire a seasonal wreath One evening: a wreath on a wire or vine ring from whatever is growing now, bound with florist wire.

Woodwork 52

  • Build a basic workbench One weekend: a bench from 2x4s and a plywood top, at a height where your palms rest flat.
  • Build a bat box One weekend: a slim wooden box with its opening on the underside, where bats crawl up to roost.
  • Build a bedside table One month: a small table with four legs, aprons and a top; add a drawer if it goes well.
  • Build a bee hotel One weekend: a frame packed with drilled blocks and hollow stems, where solitary bees can nest.
  • Build a birdhouse One weekend: a box from one fence board; match the entrance hole to the birds you hope for.
  • Build a boot tray One evening: a shallow slatted tray that lets wet boots drip and dry by the door.
  • Build a cedar planter box One weekend: a cedar box with drainage holes, sized to fit the sunny end of a balcony.
  • Build a cold frame One weekend: a bottomless box with a clear sloped lid that shelters seedlings in spring.
  • Build a folding camp stool One weekend: a three-legged or X-frame stool with a canvas seat that folds flat.
  • Build a garden trellis One weekend: a ladder or fan of thin slats for beans, peas or a climbing rose.
  • Build a hallway bench One month: a bench long enough for two people to sit and tie their shoes.
  • Build a neighborhood book box One month: a weatherproof box on a post with a clear door, for swapping books on your street.
  • Build a pair of sawhorses One weekend: two sawhorses that stack; every later project starts on them.
  • Build a pallet compost bin One weekend: three or four pallets wired into a bay; pick pallets stamped HT for heat treated.
  • Build a plant stand One weekend: a stand that lifts a pot to window height, with crossed legs that slot together.
  • Build a platform bird feeder One weekend: an open tray with a mesh floor so rain drains, hung or set on a post.
  • Build a potting bench One month: a standing-height bench with a slatted top and a shelf for bags of soil.
  • Build a raised garden bed One weekend: a bottomless frame of rot-resistant boards, filled with soil and ready to plant.
  • Build a shoe rack One weekend: a two-tier slatted rack for the hallway, wide enough for four pairs a shelf.
  • Build a simple bookshelf One weekend: a three-shelf pine case with a back panel to stop it racking.
  • Build a spice rack One weekend: a wall rack with a front rail, measured to the jars you own.
  • Build a towel ladder One weekend: a leaning ladder of two rails and five rungs for towels or blankets.
  • Build a window box One weekend: a box as wide as the sill, lined and drilled for drainage.
  • Build an Adirondack chair One month: a slanted-back outdoor chair with wide arms, cut from a printed plan.
  • Burn a wooden sign One evening: a house number or name burned into a sanded board with a pyrography pen.
  • Carve a wooden spoon One weekend: a spoon carved from green wood with a straight knife and a hook knife, then oiled.
  • Cut a pair of bookends One evening: two L-shaped bookends, glued and screwed, with felt underneath.
  • Cut a phone stand One evening: a stand cut from one scrap block with a single angled slot.
  • Cut a practice dovetail One evening: one practice corner; date it, keep it and compare it with your tenth.
  • Cut a tangram set One evening: the seven tangram pieces cut from one square of thin wood, sanded and oiled.
  • Cut wood slice coasters One evening: six slices from a dry branch, sanded, sealed and backed with cork.
  • Drill a tea light holder One evening: a log or block drilled so three tea lights in metal cups sit flush. Battery ones work too.
  • Make a bench hook One evening: a simple jig that holds work steady while you saw; a common first shop project.
  • Make a chessboard One month: 64 squares from two woods: glue strips, crosscut them, flip every other one, glue again.
  • Make a cutting board One weekend: a hardwood board sanded to 220 grit and finished with food-safe mineral oil.
  • Make a desk organizer One weekend: a block with drilled pen holes, a phone slot and a tray for clips.
  • Make a floating shelf One weekend: a hollow shelf that slides over a cleat, so no bracket shows.
  • Make a lidded box One weekend: a small box with butt joints; try finger joints on the second one.
  • Make a mitered picture frame One weekend: a frame with four mitered corners, a rabbet for the glass and a hanger on the back.
  • Make a monitor riser One evening: a three-board riser that lifts the screen to eye level, with room for the keyboard under it.
  • Make a serving tray One weekend: a flat tray with two cut-out handles and a rim that stops glasses sliding.
  • Make a set of toy blocks One weekend: twenty blocks cut from one board, every edge sanded round for small hands.
  • Make a step stool One weekend: a sturdy one-step stool with splayed legs and a handle slot in the top.
  • Make a tool tote One weekend: an open box with a dowel handle, sized to your longest hand saw.
  • Make a wall key holder One evening: a small board with hooks and a ledge for mail, hung by the door.
  • Make a wooden mallet One weekend: a hardwood joiner's mallet; you will use it on every project after this one.
  • Make a wooden toy car One weekend: a block car with dowel axles and four wheels that really roll.
  • Mount a coat rack One evening: a sanded, finished board with five hooks, screwed into wall studs.
  • Refinish a secondhand chair One weekend: a chair stripped, sanded through the grits and refinished or painted.
  • Whittle a butter spreader One evening: a small spreader shaped with one knife from a straight-grained stick.
  • Whittle a small bird One weekend: a palm-sized bird roughed out in basswood and sanded smooth.
  • Wrap a cat scratching post One weekend: a post wrapped tight in sisal rope on a base heavy enough not to tip.

Writing 54

  • Build a personal crossword One weekend: a 9 by 9 crossword about your family or friends, with a full set of clues.
  • Build a world bible One month: a binder holding a map, a timeline, five places and ten people for a setting.
  • Caption ten old photos One evening: ten prints with who, where, when and one remembered detail written on the back.
  • Draft a novel in a month One month: a rough 50,000-word draft, which is about 1,667 words a day for 30 days.
  • Fill a commonplace book One month: a notebook of 30 quotes copied by hand, each with where it came from.
  • Keep a diary for 30 days One month: 30 dated entries of at least five lines each, reread in full at the end.
  • List 100 small things you like One evening: a numbered list of 100; the first 30 are easy and the rest are the point.
  • Mail a handwritten letter One evening: two handwritten pages to a friend, stamped and in the mailbox.
  • Make a historical front page One weekend: a newspaper front page dated to one day in history, with headlines, a lead story and ads.
  • Outline a novel One weekend: a one-page synopsis and a chapter list with one sentence for each chapter.
  • Record a podcast pilot One weekend: a scripted ten-minute episode recorded on a phone and edited in free software.
  • Record an oral history interview One weekend: a recorded hour with an older neighbor or relative, and a typed page of their words.
  • Start a blog with three posts One month: a live blog with three finished posts, because one post is not yet a blog.
  • Submit a story to a magazine One month: a polished story sent to one magazine with open submissions, and the date noted.
  • Translate a short poem One evening: your own English version of a poem from a language you are learning, with notes.
  • Update your résumé One evening: one page with this year's work added and the oldest line cut.
  • Write a ballad One weekend: a story poem in four-line verses with a repeated refrain, fit to be sung.
  • Write a cover letter you can reuse One evening: a three-paragraph letter with one swappable paragraph for each kind of job.
  • Write a fair-play mystery One month: a 5,000-word mystery in which the reader sees every clue the detective uses.
  • Write a family newsletter One evening: one page of family news with photos, mailed or sent to the relatives.
  • Write a farewell speech for a character One evening: a two-minute send-off for a character you invented; writing it shows you who they were.
  • Write a field guide to your street One weekend: an illustrated guide to ten trees, birds or buildings within a block of home.
  • Write a first chapter One weekend: 3,000 words that introduce a person, a place and a problem.
  • Write a flash fiction piece One evening: a whole story in under 500 words, cut until every sentence earns its place.
  • Write a haiku sequence One evening: seven three-line poems on things you saw today; 5, 7 and 5 syllables is the form schools teach.
  • Write a how-to guide One weekend: a guide to something you know well, tested by watching a beginner follow it.
  • Write a letter to yourself in ten years One evening: a sealed envelope with an opening date on it, stored where you will find it.
  • Write a memoir chapter One weekend: 2,000 words on one year of your life, built around a single scene.
  • Write a monologue One evening: two minutes for one voice with one secret, written to be read aloud.
  • Write a myth for an invented world One evening: a two-page myth that explains why that world has a moon, a sea or a winter.
  • Write a one-shot adventure One weekend: a one-evening tabletop adventure: a hook, three scenes, a map and a villain.
  • Write a page in another author's style One evening: one page that borrows an admired writer's sentence length, rhythm and habits.
  • Write a personal essay One weekend: 1,500 words on one thing you changed your mind about, and what did it.
  • Write a personal user manual One evening: one page on how you work: your hours, how you like feedback, what slows you down.
  • Write a picture book text One weekend: a complete story in under 500 words, split into page turns and read aloud to test it.
  • Write a poem a day for a month One month: 30 dated poems in one notebook, good or bad; mark the five worth keeping.
  • Write a radio drama scene One weekend: five minutes for voices and sound effects only, with no narrator to lean on.
  • Write a recipe in your own words One evening: one dish you cook from memory, written so a stranger could make it, then tested.
  • Write a set of riddles One evening: ten original riddles, each tried on someone to see if it is fair.
  • Write a short film script One weekend: five pages in screenplay format, which runs roughly a minute a page.
  • Write a song lyric One evening: two verses, a chorus and a bridge, written to a tune you can hum.
  • Write a sonnet One evening: 14 lines of iambic pentameter; the Shakespearean rhyme scheme is abab cdcd efef gg.
  • Write a speech for a class debate One evening: a three-minute case with a claim, three reasons, a rebuttal and a closing line.
  • Write a story in letters One weekend: a short story told only through letters, notes or messages between two people.
  • Write a story in one sitting One evening: a complete 1,000-word story with a beginning, a turn and an end.
  • Write a ten-minute play One weekend: about ten pages, one setting and two or three characters who want opposite things.
  • Write a three-minute toast One evening: about 400 words for a wedding or a birthday, timed aloud and trimmed.
  • Write a travel piece about your town One weekend: 800 words on your own town, written as if you had just arrived.
  • Write a villanelle One weekend: 19 lines built on two refrains that keep returning, so choose lines worth repeating.
  • Write down a family tree with stories One month: four generations on one chart, with a paragraph for each person you can ask about.
  • Write five limericks One evening: five limericks, each five lines rhyming aabba, about people who will forgive you.
  • Write five short book reviews One evening: five reviews of 100 words each: what the book is, who would like it, one flaw.
  • Write ten six-word stories One evening: ten stories of six words each; keep the three that imply the most.
  • Write up a family interview One weekend: a two-page portrait of a relative, written from an hour of recorded talk.

School 49

  • Build a baking soda volcano One evening: a cone built around a bottle; baking soda and vinegar fizz out carbon dioxide.
  • Build a balloon-powered car One evening: a car pushed by escaping air, tested over three runs with the distances measured.
  • Build a bottle water filter One evening: layers of gravel, sand and cotton that clear muddy water, which is still not safe to drink.
  • Build a cardboard robotic hand One evening: cardboard fingers pulled by strings through straws, the way tendons pull bones.
  • Build a chain reaction machine One weekend: ten steps of dominoes, ramps and strings that end by ringing a bell.
  • Build a craft stick catapult One evening: a catapult that launches a pom-pom; change the arm length and measure the distance.
  • Build a craft stick truss bridge One weekend: a glued truss bridge loaded with weights until it fails, with the load recorded.
  • Build a DNA model One evening: a twisted ladder of candy or beads with A paired to T and C paired to G.
  • Build a gumdrop dome One evening: a dome of toothpicks and gumdrops that shows why triangles hold their shape.
  • Build a model cell One weekend: a labeled plant or animal cell in clay or in a baking dish of gelatin.
  • Build a model lung One evening: a bottle, two balloons and a straw; pull the bottom balloon and the inside one fills.
  • Build a paper cup anemometer One evening: four cups on crossed straws that spin on a pencil; count the turns per minute.
  • Build a periscope One evening: two mirrors set at 45 degrees in a cardboard tube, enough to see over a wall.
  • Build a shoebox habitat diorama One weekend: one habitat in a shoebox with its plants, animals and a food chain label.
  • Build a solar system model One weekend: the Sun and eight planets in order, with sizes compared on a label.
  • Build a spaghetti tower One evening: the tallest tower you can make from 20 sticks of spaghetti, tape and string.
  • Build an egg drop package One evening: a package of straws, tape and paper that lets a raw egg survive a shoulder-height drop.
  • Chalk a scale solar system One evening: the planets' distances chalked to scale down a long sidewalk; most of it is empty.
  • Count birds at one window One month: a month of ten-minute counts at the same window, tallied by species.
  • Draw a family tree poster One weekend: three or four generations on one poster, checked with the oldest person you can ask.
  • Film a book trailer One weekend: a 60-second video that sells a book without giving away the ending.
  • Float a needle compass One evening: a magnetized needle floating on a cork that turns to line up north and south.
  • Grow beans in light and dark One month: two pots, one in a cupboard, and a growth chart that shows what light does.
  • Grow sugar crystals on a string One weekend: start a jar this weekend; the crystals keep growing for about a week.
  • Keep a Moon journal One month: a sketch of the Moon each clear night through one cycle of about 29.5 days.
  • Keep a weather log for a month One month: a chart of each day's temperature, rain and cloud cover, with one pattern you spotted.
  • Lay out a science fair board One weekend: a three-panel board: question, hypothesis, method, results and conclusion.
  • Make a flashcard deck for one course One evening: every key term of one course on cards, sorted into know and not yet.
  • Make a museum in a box One weekend: six objects or replicas with a written label each, telling one story from history.
  • Make a paper plate sundial One weekend: a plate and a pencil, marked each hour through one sunny day.
  • Make a pinhole viewer One evening: a box with a pinhole and a wax paper screen that shows the scene upside down.
  • Make a poster of the first 20 elements One weekend: hydrogen to calcium, each with its symbol, number and one everyday use.
  • Make a rain gauge One evening: a straight-sided jar with a ruler scale; log the rain for a month after.
  • Make a wall timeline One weekend: a paper timeline of 20 dated events from one period, drawn to a steady scale.
  • Map your neighborhood One weekend: a hand-drawn map with a scale, a compass rose and a key.
  • Model the layers of the Earth One evening: a cut-away clay ball showing crust, mantle, outer core and inner core.
  • Press a leaf collection One month: 20 pressed and labeled leaves with the tree, the place and the date for each.
  • Punch a constellation viewer One evening: pin-pricked cards over a flashlight that throw star patterns on the ceiling.
  • Race ice cubes on different surfaces One evening: ice on metal, wood and plastic, timed; the metal feels coldest and melts ice fastest.
  • Shape a salt dough relief map One weekend: a map with raised mountains and valleys, painted once the dough is dry.
  • Show the water cycle in a bag One evening: a sealed bag of water taped to a sunny window shows evaporation and condensation.
  • Survey 30 people and chart it One weekend: one question put to 30 people, a bar chart and one result that surprised you.
  • Tape up a marble run One weekend: cardboard tubes taped to a wall; time the marble and try to slow it down.
  • Test three paper airplanes One evening: three designs, ten throws each, and a table of the average distances.
  • Test whether plants bend to light One month: a seedling in a box with one side hole, photographed daily as it leans.
  • Test which paper towel absorbs most One evening: three brands, the same spill, the water squeezed out and measured each time.
  • Track a shadow through a day One weekend: a stick's shadow measured each hour; it is shortest at solar noon.
  • Wind an electromagnet One evening: a wire-wound nail on a battery lifts paper clips; more turns lift more. It heats, so unclip fast.
  • Wire a lemon battery One evening: lemons with zinc and copper electrodes wired in series; it takes several to light an LED.

Weekend home 56

  • Back up every photo One evening: two copies of your photo library: one on a drive at home and one somewhere else.
  • Build a charging station One evening: one drawer or box where every cable is labeled and every device sleeps.
  • Build a pegboard tool wall One weekend: a pegboard on spacers, with each tool's outline drawn so it goes back.
  • Build a reading nook One weekend: a chair, a lamp over your shoulder, a shelf in reach and a blanket.
  • Decant and label the pantry One evening: matching jars with labels and dates, oldest at the front.
  • Fix a running toilet One evening: often a worn flapper, a cheap rubber part that swaps in minutes with the water off.
  • Hang a gallery wall One evening: trace each frame on paper and tape the layout up before you make a hole.
  • Hang a pot rack or rail One evening: a rail with hooks screwed into studs, holding the pans you use every week.
  • Hang curtains high and wide One evening: a rod set above and beyond the window frame, so the window looks larger.
  • Label a matching spice set One evening: matching jars with names on the lids, in a drawer or on a rack in A to Z order.
  • Label the breaker panel One evening: flip one breaker at a time, note what goes dark and write it on the panel chart.
  • Lay a gravel seating area One month: a leveled square edged and filled with gravel over landscape fabric.
  • Lay a stepping stone path One weekend: stones set level in sand, one natural stride apart.
  • Line the kitchen drawers One evening: every drawer emptied, lined and given dividers so each thing has a place.
  • Make a home inventory One evening: photos of every room and the serial numbers of the big items, saved off site.
  • Mulch the flower beds One weekend: beds weeded, edged and covered in mulch, kept clear of stems and trunks.
  • Pack an emergency kit One evening: water, food, a flashlight, a radio, spare batteries and a first aid kit, packed in one bin.
  • Paint a piece of furniture One weekend: a dresser or table cleaned, scuff sanded, primed and painted, with new knobs.
  • Paint an accent wall One weekend: one wall cut in, rolled in two coats and unmasked before the paint fully hardens.
  • Paint the front door One weekend: a front door sanded, primed and painted, with the hardware taken off first.
  • Paint the kitchen cabinets One month: doors off and numbered, cleaned, sanded, primed and painted in two thin coats.
  • Patch and paint wall holes One evening: spackle, sand, prime and paint; the primer stops the patch showing through.
  • Plant a balcony garden One weekend: railing planters and one tall pot, chosen for the hours of sun you get.
  • Plant a pollinator patch One weekend: a square yard of native flowers chosen to bloom from spring to fall.
  • Plant a tree One weekend: dig wide, not deep: the root collar, where the top roots leave the trunk, sits at ground level.
  • Plant spring bulbs in fall One weekend: bulbs planted two to three times as deep as they are tall, for flowers next spring.
  • Pot a kitchen herb garden One evening: four pots of herbs you cook with, on the sunniest sill you have.
  • Print and frame ten phone photos One evening: ten photos off your phone, printed, framed and on a wall or shelf.
  • Put up a shelf One evening: a level shelf screwed into studs, or into anchors rated for your wall and the load.
  • Re-caulk the bathtub One evening: old caulk cut out and a new bead of bathroom silicone, kept dry for as long as the tube says.
  • Rearrange one room One evening: a new layout sketched to scale on graph paper first, then moved in one go.
  • Refresh the front entrance One weekend: new house numbers, a doormat and one planter, all seen from the street.
  • Refresh the tile grout One weekend: grout scrubbed, stained or replaced where it crumbled, then sealed.
  • Reorganize one closet One evening: everything out, sorted into keep, give and mend, and only the keep pile back in.
  • Replace a faucet aerator One evening: the tip of the faucet unscrewed, cleaned or swapped, which often fixes a weak stream.
  • Replace a shower head One evening: the old head off, plumber's tape on the threads, the new one on hand tight.
  • Repot the root-bound plants One evening: each crowded plant moved one pot size up into fresh mix and watered in.
  • Restore a cast iron pan One evening: rust scrubbed off, then thin coats of oil baked on until the pan is black and slick.
  • Root plant cuttings One month: cuttings in jars of water that root over a few weeks, then go into soil as plants to give away.
  • Scan your important papers One weekend: a scanned, named and backed-up set of your documents, and one bag for the shredder.
  • Set out a wildlife water dish One evening: a shallow dish with stones for insects to land on, refilled through the summer.
  • Set up a family command center One weekend: a calendar, hooks, a mail sorter and a pen that stays, by the door you use most.
  • Set up a home office corner One weekend: a desk at elbow height, the screen at eye level and the cables tied back.
  • Set up a mending basket One evening: needles, thread, buttons and the waiting pile in one basket, with the first fix done.
  • Set up a rain barrel One weekend: a barrel under a downspout with a screen and a tap; check your local rules first.
  • Set up a worm bin One weekend: a lidded bin with bedding and composting worms that eat kitchen scraps.
  • Sharpen the kitchen knives One evening: every knife in the block sharpened on a whetstone and tested on a tomato.
  • Sort out the garage One weekend: zones for tools, sports and garden, things off the floor and one load donated.
  • Start a compost bin One weekend: a bin with a mix of greens and browns, and a lidded caddy in the kitchen.
  • Start seeds indoors One month: trays of seedlings under a light, timed from your area's last frost date.
  • Stick up a backsplash One weekend: a removable tile-look backsplash, a renter-friendly change that peels off later.
  • Swap the cabinet hardware One evening: new knobs and pulls; take an old screw to the store to match the thread.
  • Tune up a bicycle One evening: chain cleaned and oiled, tires pumped to the range on the sidewall, brakes tested.
  • Tune up every door One evening: hinges tightened, pins oiled and strike plates adjusted until each door latches.
  • Weatherstrip a drafty door One evening: new foam or rubber strip and a door sweep, so no light shows around the edge.
  • Write a home manual One evening: one page: the water shut-off, the breaker panel, filter sizes and paint colors.

How this list was compiled: Written for this site: every project, size and finished-thing line is our own wording, and no list was copied. Sizes are our estimate for a beginner working at an easy pace: one evening is two to three hours, one weekend is two days with drying or debugging time, one month is a few sessions a week. Facts inside the lines were checked on 2026-09-19: the 25-minute work and 5-minute break interval at https://en.wikipedia.org/wiki/Pomodoro_Technique; FizzBuzz as the first 100 numbers at https://en.wikipedia.org/wiki/Fizz_buzz; the eight neighbors in the Game of Life at https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life; MNIST as a set of handwritten digits at https://en.wikipedia.org/wiki/MNIST_database; chain stitch and the flat opening of coptic bindings at https://en.wikipedia.org/wiki/Coptic_binding; the HT heat-treatment stamp on pallets at https://en.wikipedia.org/wiki/ISPM_15; the seven tangram pieces at https://en.wikipedia.org/wiki/Tangram; food-grade mineral oil on wooden boards at https://en.wikipedia.org/wiki/Cutting_board; the underside opening of a bat box at https://en.wikipedia.org/wiki/Bat_box; entrance hole size and drainage for birdhouses at https://nestwatch.org/learn/all-about-birdhouses/features-of-a-good-birdhouse/; the sonnet's 14 lines and rhyme scheme at https://en.wikipedia.org/wiki/Shakespeare%27s_sonnets; the villanelle's 19 lines and two refrains at https://en.wikipedia.org/wiki/Villanelle; the limerick's aabba scheme at https://en.wikipedia.org/wiki/Limerick_%28poetry%29; 5-7-5 as the haiku form taught in schools at https://en.wikipedia.org/wiki/Haiku_in_English; a screenplay page as roughly a minute at https://en.wikipedia.org/wiki/Screenplay; speaking rates behind the 400-word toast at https://en.wikipedia.org/wiki/Words_per_minute; zinc and copper electrodes and the need for several lemons at https://en.wikipedia.org/wiki/Lemon_battery; turns of wire and field strength at https://en.wikipedia.org/wiki/Electromagnet; the 29.5-day cycle of Moon phases at https://en.wikipedia.org/wiki/Lunar_phase; six to seven days for sugar crystals at https://en.wikipedia.org/wiki/Rock_candy; notched felting needles at https://en.wikipedia.org/wiki/Felt; worn toilet flappers and pipe tape on shower heads at https://www.epa.gov/watersense/fix-leak-week; hole width and root collar height for a new tree at https://www.arborday.org/trees/planting/containerized.cfm; bulb planting depth at https://www.rhs.org.uk/plants/types/bulbs/planting; the basic emergency kit at https://www.ready.gov/kit. Left out on purpose: mains wiring, roof and ladder work, lye, resin, anything that launches a hard object and any idea with no finished thing at the end. Licence: own work