8-week private AI builder coaching

Build, ship and grow with AI

Bring your idea, business or workflow to life with 1:1 coaching.

An 8-week private coaching programme for founders, operators, marketers, consultants, creators and ambitious beginners who want to learn how to build real websites, apps, dashboards and growth systems using AI.

You do not need to be a developer.

You do need curiosity, consistency and a real willingness to build.

[private]

1:1

Trevorn lighthouse mark

8

weeks to live version 1

2

private spots per month

Idea

Choose a realistic version 1 and turn the idea into a plan.

Build

Use AI coding tools without losing control of the project.

Ship

Deploy a live product with logs, domains and checks covered.

Grow

Add content, SEO, pSEO or marketing workflows once it works.

[01] Builder shift

/ For people who want to become builders in the age of AI

AI is changing who gets to build.

You no longer need years of traditional coding experience to create useful software. But you do need to understand how the pieces fit together.

That is where most people get stuck. They try ChatGPT, Cursor, Claude Code or Codex. They get something working. Then the files get confusing, GitHub breaks, the deployment fails, the database does not connect, or the AI starts making changes they do not understand.

This programme is designed to fix that by working through the actual process of building, shipping and improving your own idea.

Idea

Choose a realistic version 1 and turn the idea into a plan.

Build

Use AI coding tools without losing control of the project.

Ship

Deploy a live product with logs, domains and checks covered.

Grow

Add content, SEO, pSEO or marketing workflows once it works.

[02] Fit

/ Maybe this sounds like you

For the person who can see what AI could unlock, but keeps getting blocked by the technical middle.

Your business runs on Wix or WordPress, but you are starting to feel the ceiling.

You have a product idea, but no technical co-founder.

You are stuck in spreadsheets, Notion, Airtable or manual workflows.

You have tried AI coding tools, but everything falls apart when you hit errors, files, GitHub or deployment.

You are a marketer who wants to build landing pages, content systems, pSEO pages or growth workflows.

You are pre-idea and just know you want to become more capable with AI.

You are a founder who wants to prototype faster without waiting weeks for technical help.

If any of that sounds familiar, this is for you.

[03] What this is

/ Part coaching, part apprenticeship, part hands-on build sprint

We choose a real project and use it as the vehicle for learning the modern builder stack.

The goal is not to turn you into a traditional software engineer. The goal is to make you technically confident enough to build, ship, debug and improve useful things with AI.

The project might be

  • a better website for your business
  • a landing page for a new offer
  • a dashboard for leads, clients, sales or operations
  • a small internal tool to replace a spreadsheet
  • a simple SaaS prototype
  • a productised service platform
  • a client portal
  • a directory or content hub
  • a structured content system
  • a programmatic SEO project
  • an AI-assisted outbound or marketing workflow

[working principle]

You will not know everything. You will know enough to be dangerous.

And that is the point. You leave with enough understanding to keep moving after the 8 weeks end.

[04] Outcomes

/ What you will be able to do by the end

You will understand the parts of modern building that usually make beginners give up.

what a repo is and how a codebase is structured

how to work locally on your own machine

how files, folders, packages and dependencies fit together

how to use GitHub Desktop without panicking

the basics of Git: commits, branches, push, pull, merge and rollback

how to use Cursor, Claude Code and Codex for different jobs

how to brief an AI coding agent properly

how to stop AI from making a mess of your project

how to review, test and debug AI-generated code

how to plan an app before asking AI to build it

how frontend, backend, database and auth connect

when to use tools like Vercel, Render, Supabase, Neon and Sanity

how to deploy a working product

how to connect a domain

how to read logs and fix common deployment issues

how to structure content for SEO and answer engines

how to keep improving your product after the programme ends

What you will have by the end

You will no longer be someone who only has ideas. You will be someone who can start turning them into real things.

  • a live deployed project
  • a GitHub repo you understand
  • a working local development setup
  • a clear app structure
  • a practical AI coding workflow
  • reusable prompts and templates
  • deployment checklists
  • debugging checklists
  • a stronger understanding of modern software
  • a roadmap for what to build next
  • access to the learning hub
  • more confidence in your own ability to build

[05] How it works

/ 1:1 only

For 8 weeks, we work directly together on your project.

This is hands-on. I review your project, help you debug, shape your build plan and guide you through the parts that usually make beginners give up.

I only take 2 people per month so each person gets proper attention.

[01]

weekly 1:1 coaching sessions

[02]

async support between sessions

[03]

project reviews

[04]

guided build sessions

[05]

templates and checklists

[06]

access to the learning hub

[07]

a final launch and roadmap session

[06] Structure

/ The 8-week structure

Each week moves your project forward and teaches the foundation you need at that moment.

Week 1

Idea, setup and fundamentals

We choose the right project, define version 1 and get your machine set up properly.

You will learn

  • what we are building and why
  • what a repo is
  • how local development works
  • how files and folders fit together
  • how GitHub Desktop works
  • how Cursor, Claude Code and Codex fit into the workflow
  • how to ask AI for help without losing control

By the end

You will have a project spec, local setup, GitHub repo and first commit.

Week 2

App architecture

We turn the vague idea into something an AI coding agent can actually work with.

You will learn

  • user journeys
  • core actions
  • pages
  • components
  • data
  • permissions
  • version 1 scope
  • what not to build yet

By the end

You will have a clear app blueprint and build plan.

Week 3

First working version

The product starts becoming real as we generate, edit and understand the first version.

You will learn

  • how to brief an AI coding agent
  • how to read the files it creates
  • how to make safe changes
  • how to debug errors
  • how to review what AI has changed
  • how to avoid blindly accepting broken code

By the end

You will have a working local version of your project.

Week 4

Data and databases

Most useful products need to store information, so we add real data.

You will learn

  • what a database is
  • tables, rows and IDs
  • basic relationships
  • CRUD: create, read, update and delete
  • Supabase, Neon and other options
  • environment variables
  • connecting your app to real data

By the end

Your project will have a real database-backed feature.

Week 5

Auth and user flows

If your project needs users, we add the right authentication flow.

You will learn

  • what auth actually means
  • login and sign up
  • sessions
  • protected pages
  • permissions
  • user-owned data
  • common auth mistakes
  • how to debug login issues

By the end

Your app will have the right user flow for version 1.

Week 6

Hosting and deployment

This is where your project goes live.

You will learn

  • Vercel vs Render
  • what deployment means
  • how production differs from local
  • build errors
  • environment variables in production
  • logs
  • domains
  • common deployment problems

By the end

Your product will be live online.

Week 7

Polish, content and growth foundations

We make the product more useful, credible and ready to share.

You will learn

  • landing pages
  • onboarding
  • copy
  • UI polish
  • empty states
  • analytics
  • SEO basics
  • structured content
  • Sanity
  • technical content marketing
  • pSEO foundations
  • AI-assisted content workflows
  • outbound foundations

By the end

Your project will have a stronger product and growth layer.

Week 8

Launch, handover and roadmap

We review what you have built, fix priority issues and create a clear next plan.

You will learn

  • your live project
  • your repo
  • your workflow
  • your personal build checklist
  • your next 90-day roadmap
  • what to build yourself and what to outsource

By the end

You will know how to keep moving.

[07] Learning hub

/ A one-stop shop for the process

The learning hub supports the 1:1 work so you are not left trying to remember everything from calls.

Inside, you will find practical guides, templates and checklists covering the exact process I follow to build apps and ship products with AI.

Your reference library

Return to it whenever you get stuck on setup, Git, prompting, debugging, deployment, databases, auth, SEO or launch.

  • software fundamentals
  • repos and codebases
  • local development
  • GitHub Desktop
  • Git basics
  • Cursor, Claude Code and Codex
  • app architecture
  • prompting AI coding agents
  • debugging
  • hosting and deployment
  • databases
  • auth
  • domains
  • Sanity and structured content
  • technical SEO
  • pSEO
  • JSON-LD
  • AI-assisted content workflows
  • marketing engineering
  • launch checklists

[08] Suitability

/ Who it is and is not for

You do not need coding experience. You do need curiosity, patience and the willingness to build something real.

This is for you if

  • you have ideas but do not know how to build them
  • your business runs on Wix, WordPress, spreadsheets, Notion, Airtable or manual workarounds
  • you have tried AI coding tools but got stuck when things became technical
  • you want to prototype faster without relying on developers for every small experiment
  • you are a founder, operator, marketer, consultant, creator or ambitious beginner
  • you want to understand how modern software actually works
  • you are willing to practise between sessions
  • you want direct guidance, not another passive course

This probably is not for you if

  • you want someone to build everything while you stay hands-off
  • you are looking for a passive video course
  • you already work confidently as a software engineer
  • you do not have time to practise between sessions
  • you expect AI to do all the thinking for you
  • you want shortcuts without learning the foundations

This programme is practical, but it is not magic. AI makes building easier. It does not remove the need to think clearly.

[09] Why

/ Why 1:1, why now

Beginners do not usually get stuck on the lesson. They get stuck on their specific project.

That is why this is private coaching. You get help with your actual machine, repo, error, project and confusion, not a generic demo app that looks easy in a tutorial.

The ability to build with AI is becoming one of the most useful skills you can learn. You do not need to become a full-time developer, but understanding how software gets built gives you a serious advantage.

Founders

Test ideas faster and understand what your product actually needs.

Operators

Automate workflows and replace fragile manual processes.

Marketers

Build landing pages, growth systems and structured content engines.

Consultants and creators

Create better client deliverables and ship products of your own.

[10] Examples

/ What we might build together

Every project is different. If you are not sure what to build yet, that is fine.

Part of the programme is helping you choose the right project for your level, goals and timeline.

  • a landing page for a new offer
  • a lead generation website
  • a small SaaS prototype
  • an internal dashboard
  • a CRM-style tool
  • a client portal
  • a content hub
  • a directory site
  • a calculator or interactive tool
  • a programmatic SEO site
  • a structured content system
  • a marketing workflow
  • an AI-assisted outbound system
  • a better version of your current Wix or WordPress setup

[what makes this different]

Most coding courses teach concepts in isolation. Most AI courses teach tools in isolation.

This programme teaches the full process by building something real. You learn Git because you need to save your work. You learn databases because your app needs data. You learn hosting because your product needs to go live. You learn debugging because things will break.

[the outcome]

A real product, a real workflow and real confidence.

By the end of 8 weeks, you will have brought an idea to life. You will understand how your product works, how to make changes, and how to use AI coding tools with more confidence.

[11] Apply

/ 2 private spots per month

If you are interested, apply and tell me what you would like to build.

I only take people I think I can genuinely help. If it looks like a good fit, we will have a short call to talk through your goals, project idea and current level.

Availability

I am currently taking 2 people per month because this is hands-on. Each person gets direct attention, project reviews, async support and help with the messy parts of learning to build.

Application questions

What do you want to build?

Why do you want to build it?

What have you tried already?

How technical are you today?

What would success look like after 8 weeks?

Can you commit time each week outside the sessions?

Are you more interested in building a product, website, dashboard, automation or growth system?

[12] FAQ

/ Common questions

A few practical answers before you apply.

Do I need to know how to code?

No. You do not need coding experience. We start with the fundamentals and build from there. You do need to be comfortable using a computer, willing to learn and prepared to practise between sessions.

What if I do not have an idea yet?

That is fine. If you are pre-idea but know you want to become more capable with AI, we choose a project that makes sense for your goals. The best first project is usually something useful, small and practical.

What if my business is already on Wix or WordPress?

That is completely fine. You might improve what you already have, build something alongside it, or learn how to move beyond template-based tools. We choose the right approach based on your situation.

Will you build it for me?

No, not in the traditional done-for-you sense. We build it together. I guide you, review your work, help you debug and show you how to think through the process so you leave more capable than when you started.

What tools will we use?

It depends on your project, but we may use Cursor, Claude Code, Codex, GitHub Desktop, Vercel, Render, Supabase, Neon, Sanity and other modern builder tools. The tools matter, but the workflow matters more.

Will I have a finished product by the end?

You should have a live version 1 by the end. The exact scope depends on your idea, current level and how much time you can commit. We choose a realistic version 1 so you actually ship.

How much time do I need each week?

You should expect to spend time outside the sessions. As a guide, 3-5 hours per week is a good minimum. More time means faster progress.

Is this suitable for teams?

For now, this is 1:1 only. Team and cohort versions may come later, but the current offer is private coaching.

How much does it cost?

The beta price is GBP 2,000 for the full 8-week programme. There are 2 private spots available per month.

What happens after I apply?

If it looks like a good fit, we will have a short call to talk through your goals, project idea and current level. If I think I can help, I will invite you to join the next available slot.