Kevin Bell

My dad minored in computer engineering. This blew his mind!

Twitter Post


My dad minored in computer engineering in college until he realized he didn't want to write code the rest of his life.

I just showed him how I build apps without writing ANY code and it blew his mind. 🤯

This is oversimplified, but here's what I showed him. Steal this and show your parents

đź§µ

ridescout

I asked my dad if he could build any app, what would it be and what would it do. He loves riding motorcycles, so this is what he wanted...

Step 1 - type it in to chat GPT or any other LLM

ride

Step 2 - talk it out and then have GPT create a prompt for you based on what you discussed

relit

BONUS - Here is the prompt if you want to build this yourself

I want to build a simple web-based MVP for a motorcycle riding app.

🌍 Core Functionality:

đź§  Key Features for V1:

  1. Simple input form for user to enter location

  2. Static list of curated roads (manually entered JSON data for now)

  3. Radius filter (within 100 miles of entered location)

  4. Sort roads by rating (descending)

  5. Each road result should show:

    • Road name

    • Rating (1–5 stars)

    • Ride length

    • Description

    • “View on Map” button (link to Google Maps)

🎨 Design:

đź”§ Tools:

đź§Ş Bonus Stretch Features (optional):

Let’s build this as a simple front-end MVP hosted on Replit. Prioritize usability and fast loading.

Step 3 - Drop this into Replit or Loveable or v0 or bolt or any other tool step 3

Step 4 - Add the API key to get the location data step 4

Step 5 - MVP is built. Test it out. step 5

It's not perfect nor is it production ready, but it works.

ridescout last