Skip to content

Instantly share code, notes, and snippets.

@ynonp
Created November 18, 2025 12:55
Show Gist options
  • Select an option

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

Select an option

Save ynonp/6e4a2694c6aad30523cb2d24b9efa84c to your computer and use it in GitHub Desktop.

No Code Rapid Apps Development

Hi ;)

We start at 15:00

  1. Intro

  2. AI Builder Landscape

    • Lovable founded in 2023
    • Dozens of new products since
    • The new MS Access
  3. 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)
  4. How does it work

    • Project template
    • Backend / Frontend / Specialized templates
    • Demo: lovable + supabase, base44
  5. 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
  6. Demo Prompts

Create a user feedback form and save responses to the database
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 flashcards game to learn animal names in Spanish.
Create an app to manage expenses for my business. I need to upload receipts and other documents and get a monthly expenses report.
Create a shared shopping list app for our team. Everyone can add products we want to buy or mark items as "Purchased" which means they're off the list.
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