For people who have never written a line of code

Describe the app. Watch it get built.

Vibecoding is building software by explaining what you want in plain English and letting AI write every line. This course takes you from "I don't know what a terminal is" to shipping real, working apps — the ones you'd otherwise pay a developer thousands for.

10Modules
42Lessons
8Projects
0Code needed
See what you'll build

Instant access · Lifetime updates · Works on Mac and Windows

your-first-app — claude code
build me a booking app for my barbershop. clients pick a barber, a service and a time slot. i need to see the week on my phone.
Thinking…
I'll set up a small web app with a booking form, a calendar view and a database for appointments.
Created app/, database.sql, booking-form
Added barbers, services, time slots
Built the week view, mobile first
Running on http://localhost:3000
the time slots should stop at 7pm and skip sundays
Updated opening hours · Sundays closed
You write EnglishThe AI writes the code
Real, working appsNot toys, not slides
Built in eveningsNot in six months
Lifetime accessUpdated as tools change
What vibecoding is

You stopped needing to learn the language. You need to learn how to ask.

For thirty years, having an idea for software meant one of two things: spend two years learning to program, or find several thousand dollars and a developer who'd take three months. That was the whole bottleneck, and it's gone.

Tools like Claude Code and Codex read plain English, write the code, run it, see the error, and fix it themselves. Your job is to describe what you want clearly, look at the result and say what's wrong. That's a skill — and it's the one this course teaches.

  • No syntax to memorise, ever
  • You fix bugs by describing them, not by reading code
  • The same method works for a website, an app or an internal tool
Fixing something, without reading a line of code
on my phone the buttons at the bottom are hidden behind the browser bar
That's the safe-area on mobile. I added padding at the bottom and tested it at phone width — the buttons now sit above the bar on iPhone and Android.
also the total is wrong when someone adds two of the same item
Found it: the quantity wasn't multiplied in the total. Fixed in cart.js and re-checked with a test order of 3 items.
Both fixed · 2 minutes
A laptop with a terminal open at night

The gap between "I have an idea" and "it exists" is now one evening.

Not a metaphor. The barbershop booking app in the terminal above is a real Tuesday night, start to finish.

The loop

Five moves. You'll use them for every project you ever build.

The entire craft is this loop, done well. Module by module the course teaches you to run it faster and get better output each time round.

1

Describe it like you'd describe it to a person

Not "create a React component with state management" — "a page where my customers pick a date and leave their phone number, and I get an email". The course teaches you exactly how much detail to give and what to leave out.

2

Let it build

The AI writes the files, installs what's needed and starts the app. You watch it happen. This is the part that looks like magic for about a week and then becomes normal.

3

Open it and actually use it

Click every button like a customer would. You're not reviewing code — you're reviewing a product. That's the whole shift, and it's why non-programmers are often better at this than programmers.

4

Say what's wrong, in your own words

"The button is too small on my phone." "It should send me an email too." "This page is ugly, make it look like Airbnb." Each sentence is a change request, and it gets done in seconds.

5

Put it online

A real address people can open. The course covers the free hosting options, the custom domain, and how to hand it to someone else without breaking it.

What you'll build

Eight projects. All of them things people pay for.

You build each one with me, step by step, from empty folder to online. Then you swap the subject for your own and you have your first real product.

Booking app

Slots, services, staff, confirmation emails and a calendar the owner reads on their phone.

Bought off the shelf: $40–$90 / month

Landing page that converts

A real one-page site with a form, analytics and a mobile layout that doesn't fall apart.

Agency quote: $800–$2,500

Mini CRM

Clients, notes, follow-ups and a pipeline — built exactly around how you actually work.

SaaS equivalent: $25–$75 / user / month

Dashboard from a spreadsheet

Turn the sheet everyone hates into a page with charts, filters and a monthly view.

Analyst day rate: $400+

Phone app (PWA)

Installs on the home screen, works offline, sends notifications. No app store, no approval queue.

Freelance quote: $3,000+

Internal tool

Inventory, shift planner, order log — the small thing your business does badly on paper.

Custom build: $2,000–$6,000

Automation bot

Something that watches, reminds, replies or reports — on a schedule, without you.

Automation tools: $20–$50 / month

A product you can sell

The last project is yours: we take one idea you actually have and ship it with payments attached.

Value: whatever you charge for it

Price comparisons are typical market rates for buying or commissioning equivalent software, shown to give a sense of scale. What you save depends on what you build.

The curriculum

Ten modules, in the order a beginner actually needs them.

Module one assumes you have never opened a terminal. By module ten you're shipping to a domain and taking payments.

01

Setting up, from absolute zero

Installing the tools on Mac or Windows, what a terminal is, what a folder is, and the five commands you'll ever need. Nothing assumed.

5 lessons
02

Your first app in 30 minutes

One prompt, one working app, live in your browser. Done before any theory, so you know it's real.

3 lessons
03

How to describe what you want

The single most valuable skill here. Structure, level of detail, what to specify, what to leave to the AI — with the exact prompt patterns that get clean results.

6 lessons
04

Claude Code, Codex and friends

What each tool is genuinely better at, how to set them up, and how to switch between them without starting over.

4 lessons
05

Making it look good

How to get a design that doesn't scream "template": references, layout language, spacing, mobile-first. Design vocabulary for people who aren't designers.

5 lessons
06

Data: saving things properly

Databases explained in plain terms, accounts and logins, files and images, and why your app forgets everything until you add this.

4 lessons
07

When it breaks

Reading an error without panicking, describing a bug so it gets fixed first try, going back to a working version, and knowing when to start the file again.

5 lessons
08

Putting it online

Free hosting, custom domains, keeping secrets out of public files, and the checks to run before you send the link to anyone.

4 lessons
09

Taking payments

Adding checkout to something you built, subscriptions versus one-off, and the legal pages you need before you charge a stranger.

3 lessons
10

Building for other people

Scoping a job, quoting it, handing it over, and charging for something that took you an evening — without underselling it.

3 lessons
The tools

Which one to open, and when.

You don't need all of them. You need to know what each is for — and the course sets up whichever you choose, click by click.

Tool
Best for
Where it runs
Claude CodeTerminal agent
Whole projects, multi-file changes, anything that needs to be built and then repeatedly changed. The default of the course.
Your computer
CodexCoding agent
Long refactors and tasks you want to hand off and check later. Good second pair of hands.
Cloud or local
Editor agentsCursor and similar
Working visually inside the files, seeing changes as they happen. Nice once you're comfortable.
Your computer
Browser buildersPrompt-to-site tools
Very fast first drafts of simple sites. Hits a wall quickly — the course shows you where.
The browser
The honest bit

"I'm not technical" is not the obstacle you think it is.

The people who struggle with vibecoding aren't the ones who don't know code. They're the ones who can't say clearly what they want, give up at the first error, or ask for a whole app in one sentence and get a mess back.

All three are habits, and habits can be taught. That's what modules three and seven are for — and why this course spends more time on describing and debugging than on tools.

  • Every lesson is done on screen, at beginner speed
  • Copy-paste prompts for every step of every project
  • A troubleshooting page for the errors beginners hit most
Someone building an app at their kitchen table
The comparison

The old way of getting software made.

Getting an idea built
Hiring it out
Vibecoding it
Cost of a first version
$2,000 – $8,000
Your evening
Time to something usable
4 – 12 weeks
Hours
Changing your mind halfway
A new quote
A sentence
Small fixes later
Wait for their availability
Two minutes, yourself
Testing a bad idea
Expensive lesson
Free lesson
Who owns it
Depends on the contract
You, entirely
Learning curve
None — and no skill gained
A weekend — and it's yours forever
Second project
Full price again
Faster than the first
A shop owner using an app they built

The best software for your business is the one built by the person who runs it.

Nobody else knows which three fields you actually need — and now nobody else has to.

Who takes this

Not developers. That's rather the point.

Business owner
Business ownersBuild the tool your business actually needs
Someone with an idea
People with an ideaStop waiting for a technical co-founder
Freelancers
Freelancers & agenciesDeliver in days what you used to outsource
Marketers
MarketersLanding pages and tools without the dev queue
Students
Students & career changersA portfolio of shipped things, not certificates
Side project builders
Side-project peopleFinally finish one of the twelve ideas
What you get

Everything in one download.

The lessons, the prompts, the project files and the pages you'll open when something breaks.

42 video lessons

Screen-recorded at beginner speed, nothing sped up, nothing skipped over.

The prompt library

Every prompt used in every project, copy-paste ready, plus the patterns to write your own.

8 finished project files

The completed version of each build, so you can compare when yours goes sideways.

The error handbook

The twenty errors beginners actually hit, what each one means, and the sentence that fixes it.

Ship-it checklists

What to check before you put something online, before you take a payment, before you hand it to a client.

Lifetime updates

These tools change every few months. When they do, the lessons get re-recorded and you get them.

Honest fit

What this does — and what it doesn't.

You'll be able to…

  • Build and publish real web apps, sites and internal tools on your own
  • Fix and change them yourself, forever, without asking anyone
  • Test an idea in a weekend instead of budgeting for it
  • Charge other people for small builds, with a process to follow

It won't make you…

  • A software engineer — this is building, not computer science
  • Able to build a bank, a hospital system or anything safety-critical
  • Free of the need to think — you still have to know what you want
  • Rich by Friday — it's a skill, and skills pay off over months
The details

Course at a glance

Format42 video lessons + PDF workbooks + project files
Modules10, from setup to selling
Projects built8, start to online
PrerequisitesNone — a computer and an internet connection
Operating systemMac or Windows
Tools coveredClaude Code, Codex, editor agents, browser builders
Tool costsFree tiers are enough to complete the course
LanguageEnglish
AccessInstant, lifetime, with updates
Questions

What everyone asks first

I genuinely know nothing about programming. Is that a problem?
No — the course is written for exactly that. Module one starts with installing the tools and explains what a terminal and a folder are. Nothing before that is assumed.
Will I have to read code?
You'll see it go past, and by the end you'll recognise roughly what's happening. But you never have to write it, and every fix in the course is made by describing the problem in normal English.
Do the AI tools cost money?
All of them have a free tier that's enough to finish the course and build your first projects. The course says clearly where a paid plan starts being worth it and where it isn't.
Mac or Windows?
Both. Setup is recorded separately for each, so you follow the one that matches your machine.
What can I actually build with this?
Websites, web apps, phone apps that install from the browser, internal business tools, dashboards, bots and automations. Anything that runs in a browser or on a server is in range.
What can't I build?
Anything where a mistake is dangerous or a breach is catastrophic — medical devices, banking cores, safety systems. Also anything needing deep native performance, like a 3D game engine. The course is honest about the line.
How long does it take to get through?
Most people do a module per evening and finish in two to three weeks. You'll have your first working app in the first hour, though — that's module two on purpose.
Can I sell what I build?
Yes. Everything you build is yours. Module ten is specifically about scoping, quoting and delivering small builds for other people.
What if the tools change next month?
They will — that's the nature of this. Lessons are re-recorded when a tool changes meaningfully, and updates are included for life.
Is this just prompts I could find for free?
The prompts are included, but they're the smallest part. What takes people from stuck to shipping is the order of the modules, the debugging method and the eight complete builds — that's what you're buying.
How do I get access?
Straight away. The link appears on the confirmation page the moment you pay, and a copy is emailed to you.
What if something doesn't open?
Write to support@digitalproductofficial.com and we'll sort it out.
Today

Less than a takeaway. It replaces a quote.

$9.99$29.00SAVE 66%
  • 10 modules · 42 video lessons
  • 8 complete projects, built with you
  • Prompt library and error handbook
  • Lifetime access and updates

Instant access · Something wrong with your files? We'll fix it or refund you.

Start tonight

The thing you've been meaning to build for two years.

You could have it open in a browser before the weekend. Not a mockup, not a plan — the actual thing, on the internet, with your name on it.

$9.99$29.00 · lifetime access