Skip to content

Instantly share code, notes, and snippets.

@ynonp
Created November 16, 2025 15:32
Show Gist options
  • Select an option

  • Save ynonp/cdae7ef9f45887a730784f9d05ffea8a to your computer and use it in GitHub Desktop.

Select an option

Save ynonp/cdae7ef9f45887a730784f9d05ffea8a to your computer and use it in GitHub Desktop.
vibe-coding-webinar

No Code Rapid Apps Development

  1. AI Builder Landscape

    • Lovable founded in 2023
    • Dozens of new products since
    • The new MS Access ?
  2. What can you build

    • From idea to product
    • Learn to code
    • Build something you can expand
    • Specialized builders (build mobile app, build an agent, build mini apps, build landing pages, build frontend, build minecraft style game)
  3. What -> How

    • Small game, app, I don't care about the code, online fast => App builder
    • Mini app, AI focused, automation => Opal
    • Codebase I can later use => Copilot, Cursor
  4. Demo Prompts

Let's build a Stitch and Unicorn multiplication practice game for my daughter and her friends (ages 8-10). The game should offer multiple levels and you need to solve multiplication exercises. Give them a way to share their score so they can compete with each other.
Create a Kahoot style quiz game. Game Screens:
    1. Home Screen
        1.1. User is presented with 2 options: They can "Join" a game or create a game
        1.2. Creating a game starts a new game
        1.3. Joining a game presents a dialog where a user enters the game code and joins.

    2. Wait for players
        1.1. After user "creates" a game they are presented with the game code.
        1.2. Other players can type this game code in the "Join game" screen to join the game.
        1.3. This page shows how many players have joined and has a button to "Start Game"
        1.4. When players join the game they also enter this screen, but only the game creator can press "Start Game".

    3. Question screen
        1.1. Everyone sees a question and can click on 1 of 4 answers.
        1.2. Only after everyone has answered we show the correct answer and the names of the users who were right.

    4. End Game screen
        1.1. At the end of the game show the winners

    This is a demo version so use hardcoded questions. There is no way for users to change the questions.
  1. Your turn

  2. Show Your Work

  3. Q & A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment