Stacked
New challenge ind––h––m––s

Stop Building Alone,Build With Your People.

Where AI and automation builders grow together. One real challenge a week, reviewed by people who get it, plus a feed of paid work to go after. Come build with people who are chasing the same thing you are.

Founding cohort forming

0%

were stuck after a course

0%

had nobody to ask

What is Stacked?

And why builders want in

Live leaderboard

2
Oluwafemi Isola

Oluwafemi Isola

40
TM

Toriola Mariam

40
3
OA

Olawale Arinola

30
  • 4
    Eze Vivian

    Eze Vivian

    20
  • 5
    Opeyemi Joseph Ajayi

    Opeyemi Joseph Ajayi

    20
  • 6
    OLONADE JULIUS OLABISI

    OLONADE JULIUS OLABISI

    20
  • 7
    Azeem Olunloye

    Azeem Olunloye

    10
  • 8
    Obiete Livinus Maduka

    Obiete Livinus Maduka

    10
Stacked builders working together on their laptops

A whole room of builders

Whether you just finished a course or you're switching into automation, there's a clear way up. Weekly challenges, builders a tier above you to learn from, and a room that keeps you shipping.

Opportunity hub

Real automation work, matched to your tier. As you climb, we surface vetted client gigs and paid apprenticeships, then point the people hiring straight at the builders who keep shipping.

Two Stacked builders reviewing an automation together

n8n automation build

Remote · ₦80–120k

CRM data sync

Lagos · Paid gig

Workflow audit

Online · Free

Simple plans. Climb for free.

Pay once to get in. Climb from Beginner to Intermediate by paying or by earning the stacks. Mentorship is the side door you apply through.

See full pricing
1

Beginner

one-time entry

₦10,000
2

Intermediate

or earn 850 stacks in 90 days

₦30,000
3

Mentorship

per 8-week cohort · by application

₦80,000

The weekly challenge

One real challenge. Every week.

Every Sunday a new client-grade automation brief drops, pulled from actual freelance work, not toy exercises. Build it in n8n, Zapier or Make, record a short Loom, and ship it before the clock runs down.

Two builders at your tier or higher review every submission. Ship on time and you bank up to +40 stacks, the points that climb you from Beginner to Intermediate.

This week’s challenge left

Auto-route inbound leads to the right rep

A real-estate agency gets 60+ form leads a day. Score each lead, assign it to the right agent, and drop a clean summary in Slack, with no duplicates.

Build it on

Reward

+40 stacks

Market value

≈ $350

How the week runs

Build. Submit. Stack up.

One challenge, four moves, seven days. Then it resets and you go again. The reps are the whole point.

  1. 01

    Sunday: a brief drops

    A new client-grade automation challenge, pulled straight from real freelance work.

  2. 02

    You build it

    In n8n, Zapier or Make, then record a short Loom walking through your solution.

  3. 03

    Two peers review

    Builders at your tier or higher give real feedback, usually within 3–5 days.

  4. 04

    Earn your stacks

    Up to +40 for an on-time build. Climb the tiers and the monthly leaderboard.

The stacks system

Every rep is on the board

Stacks are how you move. Earn them for the work that matters, hold a streak, and climb the monthly leaderboard for real prizes.

How you earn

  • Challenge submission (on time)+40
  • Peer review+10
  • Build-in-public (LinkedIn or X)+10
  • Verified client win+50
  • 4 / 8 / 12-week streaks+50 / +100 / +200

Sample monthly board

  • 1
    0
  • 2
    0
  • 3
    0

0k

to the top stacker, every month

0k

grand prize, every quarter

Featured builds

Builder of the Week

Every Sunday we spotlight the standout build: what they made, and where to find them. Ship something great and this is your stage, with a direct line to your profiles.

Daniel Awobodu Builder of the Week
Week 8Intermediate

Daniel Awobodu

Multi-channel intake to structured records

Three intake routes feed one shared pipeline in n8n. A website form posting to a webhook, an internal form for requests that come in by phone or in a meeting, and a Gmail inbox using plus addressing. The main decision was writing the Airtable record before the AI runs instead of after. Status goes in as Received, then classification updates it. If OpenAI fails, you still have the request. Every route normalises into the same shape and converges on one merge node. Classification is one call with a strict JSON schema, so the category cannot come back as something Airtable rejects. A code node after it clamps confidence and pushes anything doubtful to Needs Review. Duplicates key on content, not the submission ID, because a page reload generates a new ID. Internal notes are allowed to duplicate on purpose. Better a repeat row than silently dropping something a person typed. Critical and High alert to Slack with a link straight to the record.

Akinsola Akingbola

Akinsola Akingbola

Week 7Intermediate

AI support-reply agent from a knowledge base

I built an AI-powered support reply agent to help a SaaS team handle repetitive customer questions while keeping a human in control. The workflow starts when a new support email arrives in Gmail. Using n8n, it extracts the customer's details and question, then sends the request to an OpenAI-powered AI Agent. The agent connects to a Pinecone vector database containing the company's approved AcmeFlow FAQ knowledge base, allowing it to retrieve relevant information before drafting a response. The workflow includes a confidence check. If the knowledge base supports the answer with high confidence, a reply is created as a Gmail draft for a human to review and send. It never auto-sends. If the AI cannot confidently answer from the knowledge base, the ticket is flagged for human review instead of guessing. Finally, Airtable logs each support ticket, including the customer, question, category, AI confidence, draft status, and ticket status. Tool stack: n8n, Gmail, OpenAI, Pinecone, and Airtable.

Olorire Sanusi

Olorire Sanusi

Week 6Beginner

End-to-end sales lead workflow

I built a reliable lead intake workflow that removes manual handoffs while keeping the automation simple, maintainable, and fault-tolerant. The workflow begins by capturing every website submission through a webhook and immediately returning a success response so the user never experiences a slow form. Incoming data is then normalized and validated to filter out invalid or low-quality submissions before they reach the CRM. An AI model analyzes each valid lead, assigning a priority, urgency level, and concise summary to help the sales team identify high-value opportunities quickly. The qualified lead is upserted into HubSpot, followed by an automatic follow-up email and a Slack notification to the sales team. To prevent silent failures, critical nodes route errors to a centralized handler that posts an alert in Slack and logs the incident to Google Sheets for auditing. The workflow was built using n8n, Webhooks, Groq Llama 3.3, HubSpot, Gmail, Slack, and Google Sheets.

Chukwuebuka Arueze

Chukwuebuka Arueze

Week 5Beginner

Two Workspace AI mini-workflows

Built two n8n automations for the ops team using Gmail, Sheets, Docs, and OpenAI: Workflow 1 — Auto-labeled client emails get summarized by AI and logged to a tracking sheet every 5 minutes, with the label flipped after processing so nothing repeats. Workflow 2 — New rows in the Client Reports sheet trigger an AI-drafted project update, filled into a copied doc template, with the link written back and Status marked "Done." Both flows report to a shared error handler that emails an alert on any failure. Both are self-protecting against duplicate work (label swap / Status check).

Feedback

What builders say after shipping

0 builders·0 peer-reviewed builds

StackedHQ has been helping me stay consistent in automation. Personally, I'm someone who doesn't like putting my face in public, but StackedHQ has helped massively with that. The most impressive part has been populating my portfolio — before StackedHQ I had just 2 projects, and in the 3 weeks since we launched, I've added 3 more.

520 stacks · 8 builds

Daniel Awobodu

Daniel Awobodu

Intermediate
If I could plot a graph of my growth since joining StackedHQ, it will show how far I have come. And it is not just my skills, my LinkedIn is in the ups too. This community was exactly what I wanted when I submitted my capstone project and thought, what next?

740 stacks · 12 builds

Akogun Imoleayo

Akogun Imoleayo

Beginner
Stacked is the best thing that has happened to me in automation. I started learning AI automation without a community and no one to keep me accountable — that's changed within the span of three weeks. Presentation hasn't been my strongest point, but breaking down a workflow three times in three weeks is great progress.

450 stacks · 8 builds

Success Enyi

Success Enyi

Beginner
I learnt a lot from the reviews I got and the workflows I reviewed. My ability to present my work through videos is on the rise. I can finally see the light at the end of the tunnel. StackedHQ has provided me a torch to guide my way forward.

385 stacks · 7 builds

Emeka Amah

Emeka Amah

Intermediate
When I finished my training with TS Academy, I lost interest in AI and automation. StackedHQ helped me build that interest back, and now I build workflows outside the weekly challenge. I had a portfolio going before and abandoned it — StackedHQ got me adding projects to it again.

575 stacks · 8 builds

Opeyemi Joseph Ajayi

Opeyemi Joseph Ajayi

Beginner
After my capstone, I almost gave up on AI automation because it felt too difficult. But since joining, I've built three workflows, gained confidence from the feedback and support, and even made my first LinkedIn post. I haven't landed a client yet, but I've landed a student I'm currently tutoring on the basics of AI automation.

175 stacks · 4 builds

Rachael Chidera Eneh

Rachael Chidera Eneh

Beginner
After my course I sat on projects for a month. I had other engagements and the ginger just was not coming. Since I joined Stacked, every week a project comes, and the people here push you to just do it and submit. I can automate things on my own now. I have not landed a client yet, but I know I will soon.

595 stacks · 8 builds

David Dickson

David Dickson

Beginner

Who it’s for

Built for the post-course gap

You finished the course. You can build. But what, for who, and where do clients come from? That gap is exactly what Stacked closes.

0%

were stuck after finishing learning. They knew the tools, but weren’t earning yet.

0%

had nobody to ask when they got stuck.

You’re a fit if…

  • You’ve finished (or are finishing) a course in n8n, Zapier or Make
  • You can build basic workflows but don’t have a portfolio that proves it
  • You want serious peers and real client work, not another silent Discord

Not for you if…

  • You haven’t touched an automation tool yet (Stacked isn’t a tutorial)
  • You won’t show up, and the whole model assumes weekly reps

The community

It all lives on WhatsApp

The website runs the challenges and the scoreboard. The day-to-day (the wins, the 11pm “why won’t this webhook fire”, the job leads) happens in the Stacked WhatsApp community.

You’re added the moment you join.

Join the room

Stacked Community

4 channels · active now

  • General Chat

    Daily hellos, wins, banter

  • Build in Public

    Share what you’re shipping

  • Ask Questions

    Stuck at 11pm? Drop it here

  • Jobs & Opportunities

    Curated gigs · Intermediate+

Questions

Short and honest

Is this a course?+

No. Stacked is a community of builders shipping real challenges, not lessons. You should already know the basics of at least one tool.

What if I miss a week?+

Expired challenges still count for your portfolio, and the 4 most recent earn reduced stacks. You never fully lose a week.

Can I switch platforms?+

Yes. Change your primary platform once every 30 days from your profile.

What’s the refund policy?+

No refunds after access is granted, except a payment error within 24 hours. You’re paying for a room of builders, not a returnable product.

Do I need to know the tools already?+

Yes. Finish your n8n / Zapier / Make basics first. Stacked is where you go from “I can build” to “I’m earning.”

More questions? See the full FAQ →

Ready to

stack up?

A serious room of builders, one real challenge a week, and people who actually review your work. Come earn your spot.