Non-coder track4 weeks live · Build a real deployed app · No coding required

Learn to ship real apps with Lovable.
Prove that you can.

A live, coached programme for people who don't write code. Half of every class is taught. Half is building your own real product, with a mentor in the room. You leave with a live app and the only assessed Lovable credential that exists — because Lovable has not built one yet.

Free to apply. Pay only once confirmed. Seats limited to keep classes small.

The credential you earn — and the only one that exists

NBL Lovable Builder, Level 1

Lovable has no official certification. Their Academy teaches you to follow tutorials. It does not assess whether you can ship. We do. A graded capstone, a live deployed app, assessed by a person.

A real deployed app with a live URL — not a slide deck or screenshot
A reusable prompt library of briefs and fixes that actually worked
Listed on The Bench — the NBL talent pool organisations hire from
NO CODING REQUIREDFIRST ASSESSED LOVABLE CREDENTIALLIVE URL
4
weeks, live
11
official Lovable lessons
21
prompting techniques
5
rubric dimensions
1
live deployed app
$450
full programme

Lovable has no official certification. Tutorials teach you to follow along. They do not teach you to ship something that holds up — or prove it to an employer. We built the four weeks, and the credential, that close that gap.

The only assessed Lovable credential. Because nobody else built it yet.

Four content types.
We kept what earns its place.

Unlike Anthropic's structured courses, Lovable Academy is four content types with no sequencing and no assessment. We mapped all of it, kept what solves a real problem, and sequenced it so each week builds on the last.

📐 Week 1 spine

11-Lesson Structured Path

One app (Upvote), one hour, every learner builds the same thing. Auth, database, AI features in a fixed order. The only real instructional design Lovable has produced. We use it as mandatory pre-reading.

✍️ Week 2 spine

The 5-Principles Prompting Guide

21 named techniques across five principles: know what you're building, one piece at a time, Location + Behavior + Guardrails, right tool for the job, iterate not one-shot. The richest single asset in the Academy.

🔧 Week 3 modules

Go Deeper — 8 Production Topics

Auth (Supabase OAuth), Stripe payments, custom domain, Knowledge files, Lovable Cloud, GitHub sync, Design tool, Add AI. We pull four into Week 3 and hold the rest for Level 2.

🎯 Blueprint + Academy

Blueprint & Templates

AI-generated prompt chains from your own idea. Remixable starter apps. 14 persona pages showing what each role builds. Used in Week 1 scoping — not as the curriculum spine.

No assessment anywhere in any of these. That is what NBL Level 1 provides.

Four weeks. You leave with a real app,
live on the internet.

Week 1Foundations
You learn

From idea to first live build.

Plan mode: think before you touch Agent mode. How to scope your idea (what it does, who for, what it feels like, what it does NOT do). How to use Blueprint as a prompt-chain scaffold. The full build loop: describe → plan → approve → build → check → iterate.

11-lesson path (pre-reading)Plan modeBlueprintBuild loop
You build

First working version, live before class ends.

Each learner uses Blueprint with their own scoped brief. A working first version by end of class. Messy is allowed. Working is the requirement.

Week 2Prompting
You learn

Stop breaking things with vague prompts.

All 21 techniques from the 5-principles guide: Plan mode for thinking, the Location + Behavior + Guardrails formula, the one-component-one-prompt rule, the debug loop (Try to fix → Revert → Supabase logs → Plan mode). Real content, never placeholders.

5 principlesLBG formulaDebug loopIteration
You build

The same app, built better.

Take Week 1's build. Apply the prompting guide systematically. Rewrite the three worst prompts using Location + Behavior + Guardrails. One change, then check — not five changes then check.

Week 3Real product
You learn

Make it ready for real users.

Knowledge files: always-on context for your entire project (brand voice, what not to touch, product rules). Supabase auth: user signup, login, protected routes. Stripe: working checkout, real integration. Custom domain: live URL, not a .lovable.app subdomain.

Knowledge filesSupabase authStripeCustom domain
You build

A live app with auth and one production feature.

Auth connected. At least one production feature (Stripe or a meaningful data integration). Deployed to a real domain by end of class. This is the app submitted for assessment.

→ Towards NBL Level 1 capstone
Week 4Capstone
You learn

Prove it holds up.

How to document your build for assessment: the prompt log (five or more key prompts with what they produced and what decision you made), the reflection (what broke, how you fixed it, what you'd do differently). The five dimensions of the NBL rubric explained.

Prompt logRubric prepReflection
You build

One shipped, assessed app. End to end.

Submit: live URL + prompt log + half-page reflection. Graded by a person against the five-dimension rubric. NBL Lovable Builder Level 1 awarded on pass.

✓ Awards NBL Lovable Builder, Level 1
Bonus session — Week 3.5

Build /commands in Lovable
that also work in Claude.

Write a SKILL.md file once. It becomes a /slash command in Lovable — and the same file works in Claude. You build /launch-check, /brief and /knowledge in 25 minutes. Lovable Academy does not cover this. It is the most advanced technique in the stack.

--- name: launch-check description: Reviews app for launch readiness. Use before submitting capstone or shipping to real users. --- ## Launch checklist Check each. Report PASS / FIX / BLOCK: 1. Auth — test logged-out state 2. Error states — forms validate? 3. Real content — no placeholders? 4. Mobile — test on a phone 5. Stripe — run 4242 test card 6. Domain — real URL, not .lovable.app → Type /launch-check in Lovable
The meta-hack — taught in Week 2

Use Claude to write your Lovable prompts.

Describe what you want in plain English. Claude writes a precise Location + Behavior + Guardrails prompt. You paste it into Lovable. Better output. Less effort. This is lazy prompting — and it is the most time-saving technique in the curriculum. One AI writes. One AI builds. You manage the direction.

// Paste into Claude ↓ I am building in Lovable. I want to [plain English task]. It lives on the [page / component]. The user should [action]. Do not touch [things to protect]. Write a Lovable prompt using Location + Behavior + Guardrails. Be specific. One component only. Under 80 words. → Paste Claude's output into Lovable

A live app. A reusable prompt library.
The credential nobody else offers.

You leave with
A deployed, live app

Real URL. Your own idea. Built end to end. Auth, at least one production feature, custom domain.

You leave with
A reusable prompt library

The briefs and fixes that actually worked, saved as SKILL.md files that work in Lovable and Claude.

Next Billion Lab
NBL Lovable Builder, Level 1

The first assessed Lovable credential. Graded on a real deployed app, by a person, not a checklist.

Five dimensions. Assessed by a person.

Pass at 14/20, no dimension below 2, Diligence minimum 3. Distinction at 18/20. One free resubmission.

1. Scoping and planning
Did they think before they built? Does the app solve one clear problem for one clear user? Is the scope deliberate?
/ 4
2. Prompting craft
Do the logged prompts show the 5-principles guide in practice? Specificity, guardrails, iteration? Or one-line guesses?
/ 4
3. Production readiness
Auth working, real domain, no placeholder content, renders on mobile, at least one production feature (Stripe or equivalent).
/ 4
4. Responsible build min 3 to pass
No scraped data, no deceptive UX, data handled honestly, limitations acknowledged in the reflection.
/ 4
5. Outcome quality
Is it actually good? Would the target user use it? Is it worth showing? Does it solve the stated problem?
/ 4

Level 1 is where everyone starts.
The ladder goes as far as you want.

Every level is assessed. Every level makes you more hireable than the one before. Coach and Champion programmes open Q4 2026.

L1

Lovable Builder ← You are here

Ship a real deployed app without coding. Four weeks live. NBL Level 1 assessed credential — the only Lovable credential that exists.

This programmeNon-coderLive URL
4 weeks
$450/seat
L2

Claude Coach

Train others on both Claude and Lovable. Build organisations' AI infrastructure. Run four-week cohorts. Listed on The Bench talent pool. Combine with Claude Lab L1 for the full path.

Requires L1Teach othersThe BenchQ4 2026
6 weeks
$1,200/seat
L3

Claude Champion

Lead AI adoption inside an organisation. Write the policy, run the rollout, build the internal community. For people put in charge of transformation with no roadmap.

Requires L2Lead deploymentsTop of The BenchQ4 2026
8 weeks
$2,400/seat
The Bench — NBL talent pool

Every L2 graduate is listed. Organisations browse and hire directly.

Not a job board. A credentials-backed directory where every person has been assessed against a published rubric. The organisation knows exactly what they are getting.

  • Listed automatically after completing Coach or Champion
  • Accept full-time, contract, fractional or project work
  • Earn reputation through the Claude Helpline
  • Listing is free, forever
  • The same AI changing jobs is the one we teach you to master
87,714
AI cuts
through May 2026 — the highest AI-attributed job displacement ever recorded. The Coach and Champion programmes are built for people navigating that transition.

Real Lovable problems.
Real answers. Built by builders.

Post a problem you are stuck on. Coaches, Champions and Practitioners answer. Best answers NBL-verified. Best problems become curriculum. Open to everyone.

✦ Problem of the WeekFounder, Lagos · 189 views
"My Lovable app looks great on desktop but completely breaks on mobile. I've tried asking Lovable to fix it 4 times and it keeps making it worse."

Every time I ask it to fix mobile it changes the desktop too. Then I revert but I've lost the mobile fixes.

✓ NBL Verified — Claude Coach L2
Use the Location + Behavior + Guardrails formula explicitly for mobile: "On /dashboard on screens under 768px only, [what to change]. Do not touch the desktop layout. Do not change any component that is not mentioned here." Also: add "Always make things responsive on all breakpoints, mobile-first" to your Knowledge file so you never have to say it again.
↑ 72·9 answers·2 NBL Verified
✓ SolvedHR Manager, Singapore · 98 views
"I connected Supabase but Lovable keeps saying 'auth error' when users try to sign in. I followed the docs exactly."
✓ NBL Verified — Lovable Builder L1
Check your Supabase project → Authentication → URL Configuration. Your site URL needs to be set to your live Lovable URL, not localhost. Also add your Lovable URL to the Redirect URLs list. This catches 80% of auth errors after connecting Supabase.
↑ 54·6 answers·1 NBL Verified

If you have an idea and want it
live — this is for you.

🚀
Founders

Build the MVP you've been describing for six months. Ship it. Show it. Get real feedback from real users. No developer required.

👩‍💼
Operators & Admins

Build the internal tool your team actually needs — expense submission, approval workflows, booking systems — without waiting for IT.

📣
Marketers

Build landing pages, lead capture tools, referral systems. Ship the campaign tool instead of briefing for it.

📚
Educators

Build the quiz app, the student portal, the resource library. Customised for your curriculum, not a generic tool.

💼
Consultants

Build client-facing tools that show your work rather than describe it. Proposals that move. Dashboards that update.

🤝
Non-profits

Build the donation tracker, the volunteer portal, the community hub. Without a development budget.

Four weeks.
One live app.
One credential.

Apply
Free
Tell us your app idea. We confirm fit before any payment. No technical background required.
Apply now
Corporate cohort
$350 / seat
Minimum 10 seats. Build internal tools for your organisation with custom project briefs for your industry.
Talk to us

The ones we get most often.

Do I need any coding knowledge?
None at all. Lovable Lab is built for people who work in browsers and documents, not terminals and code editors. The programme teaches you to work with Lovable's Plan mode, Agent mode, and the prompting guide — all non-technical.
What is the Lovable Academy content and is it free?
Lovable Academy (academy.lovable.app) is free. It includes an 11-lesson structured path, a 5-principles prompting guide, and 8 Go Deeper production topics. We map the curriculum to this content and add coaching, a sequenced four-week structure, and the only assessed credential. Lovable Academy has no certification or assessment anywhere.
What do I need to bring to build the capstone?
A real idea for something you actually want to exist — an internal tool, a product, a community resource, anything. The only constraint is that it should solve a real problem for at least one real user. You will scope and refine it in Week 1 before building begins.
Should I do Claude Lab as well?
The two programmes are designed to work together. Claude Lab teaches you to work with Claude — prompting, Projects, Connectors, SKILL.md. Lovable Lab teaches you to ship with Lovable. The SKILL.md session in both programmes uses the same file format, so skills built in Claude Lab work in Lovable Lab and vice versa. Most learners benefit from doing Claude Lab first and Lovable Lab second, or both simultaneously.
Is this affiliated with Lovable?
No. Lovable Lab is an independent programme by Next Billion Lab. It is built around Lovable's publicly available Academy content and the Lovable product. The NBL Level 1 credential is awarded by NBL, not by Lovable. Lovable is a trademark of its respective owner.

Stop following tutorials.
Start shipping apps
that prove the skill.

Four weeks. One live app. The first assessed Lovable credential. And a community that is figuring this out with you.