I Asked AI to Rebuild My App (Firebase → Laravel)

Опубликовано: 03 Май 2026
на канале: Laimonas Narbutas
13
0

I decided to run a small experiment with AI coding tools.

My Goal Planner app was originally built using:
• Firebase (authentication + database)
• Vue.js frontend

But when I wanted to add push notifications, Firebase required upgrading to a paid tier.

Instead of paying, I asked AI to migrate the project.

In just a few prompts the AI:
• moved the project to a new structure
• created a Laravel backend
• separated frontend and backend
• replaced Firebase API calls

The result?

About 80% of the migration was done automatically.

But it wasn't perfect.

In this video I talk about:
• what worked
• what AI got wrong
• what still needs to be configured
• and why modern developers need to understand the entire stack.

Because today being a developer is not just about writing code anymore.

It's about understanding:
frontend, backend, deployment, infrastructure — and now AI.

Also sharing some thoughts about learning new technologies like push notifications and why experimentation is still one of the best ways to grow as a developer.

If you're building apps or experimenting with AI coding tools, this might be interesting for you.

---

💬 Question for developers watching:

Are you already using AI tools in your coding workflow?

Or do you still prefer writing everything manually?

---

#AIcoding #Laravel #VueJS #Firebase #FullStackDevelopment

💬 Question for developers watching:

Are you already using AI in your development workflow, or still coding the traditional way?
00:00 AI rewrote my app backend
00:22 Testing a new camera setup
00:48 Why content still matters more than AI
01:18 My Goal Planner app experiment
01:45 Original stack: Firebase + Vue
02:25 Why I decided to leave Firebase
03:05 Asking AI to migrate the backend
03:30 AI creates Laravel API
04:05 What still needs manual work
04:35 Current state of the app
05:10 Promoting my own project 😄
05:45 AI tool I used for the migration
06:25 How the AI analyzed the codebase
07:10 The prompt that transformed the project
08:10 Problems AI didn't solve
09:05 My rating for AI coding tools
10:00 Deployment plans (Docker + server)
11:05 Watching Eli the Computer Guy
11:50 Why full-stack development is huge
12:45 Learning push notifications
13:50 The most important lesson: never stop learning