In this series, we’ll go over creating real software with AI — and I’ll teach it as if you have zero coding experience.
❓ Did you download this code and run into errors? Watch this troubleshooting video
📥 Learn how to easily download a GitHub repository in just 2 minutes with this guide: https://youtu.be/m0wi6zf21FU
Test 1
All lessons are available on YouTube. Click any title to watch:
👍 Like & Subscribe: It’s free! 🤠
- 🧱 Tech Stack (10 min): Watch on YouTube
- 🔧 Set Up (31 min): Watch on YouTube
- 🎨 Frontend (1.2 hours): Watch on YouTube
- 🧠 Backend (56 min): Watch on YouTube
- 💰 Monetization (19 min): Watch on YouTube
- 🚀 Launch (26 min): Watch on YouTube
- ❌ Don’t Do This (20 min): Watch on Builder's Console Log
- 📚 Full Guide (3.4 hours): Watch on YouTube
ℹ️ Tip: To open multiple links, right-click each link and choose “Open link in new tab.”
-
☁️ Firebase
Unified backend services to build, improve & grow your apps.
🔗 https://firebase.google.com/ -
💬 Bumpups
Creating the go-to AI model for video content.
🔗 https://bumpups.com/ -
🐱 GitHub
The world’s leading software development platform.
🔗 https://github.com/ -
🖱️ Cursor AI
An AI-powered coding assistant that autocompletes and refactors code right in your editor.
🔗 https://www.cursor.com/ -
🤖 ChatGPT
OpenAI’s conversational AI for engaging, human-like dialogue.
🔗 https://chat.openai.com/
You’ll need to provide your own API keys & config values. Create a .env file in the project root with:
# Firebase
REACT_APP_API_KEY=your_firebase_api_key
REACT_APP_AUTH_DOMAIN=your_auth_domain
REACT_APP_PROJECT_ID=your_project_id
REACT_APP_STORAGE_BUCKET=your_storage_bucket
REACT_APP_MESSAGING_SENDER_ID=your_messaging_sender_id
REACT_APP_APP_ID=your_firebase_app_id
REACT_APP_MEASUREMENT_ID=your_measurement_id
# YouTube Data API
REACT_APP_YOUTUBE_API_KEY=your_youtube_api_key
# reCAPTCHA
REACT_APP_RECAPTCHA_SITE_KEY=your_recaptcha_site_key
# Bumpups API
BUMPUPS_API_KEY=your_bumpups_api_keyMake sure to never commit your .env—it’s included in .gitignore by default.
| Resource | Description | Link |
|---|---|---|
| Onboarding Guide for New Developers | React, GitHub & Firebase | Onboarding Guide |
| GitHub SSH Key Setup Guide | How to configure SSH keys for GitHub | SSH Key Setup |
| Firebase Python Functions Setup Guide | Deploy Python functions on Firebase | Python Functions Guide |
| App Security Setup Guide | Best practices for securing your app | App Security Guide |
Stay up-to-date with new tutorials, tips, and behind-the-scenes:
- X (formerly Twitter): @corbin_braun
- Instagram: @corbin_braunlich
- YouTube: Corbin_Brown
Learn what the Builder’s Console Log community is all about.
Got feedback or want to connect with other builders?
Join the Builder’s Console Log community on Skool:
