How To Use Lovable Dev
📖 Bu rehber ToolPazar ekibi tarafından hazırlanmıştır. Tüm araçlarımız ücretsiz ve reklamsızdır.
What it is
Lovable is an AI full-stack builder that turns prompts into deployable React + Supabase apps, with a live GitHub mirror.
Install
Lovable — formerly GPT Engineer — lets you describe an app in chat and watch it appear, file by file, in a side-by-side preview. Unlike UI-only tools, it wires up a backend too: Supabase for auth and Postgres, serverless functions for business logic, and Stripe for payments are all one prompt away. Every project is mirrored to a real GitHub repo you own, so you can eject at any time and continue in your editor of choice.
First run
Lovable is a hosted platform built by a Stockholm-based team. The generated stack is Vite + React + TypeScript + Tailwind + shadcn/ui on the frontend and Supabase on the backend. Code is yours under a standard MIT-style project license once exported. The service itself is SaaS, with a free daily message allowance and paid tiers for heavier use.
Everyday workflows
Lovable is browser-based. To work on an exported project locally:
Gotchas and tips
At lovable.dev, click “New Project” and type a prompt. Lovable scaffolds the repo and opens a preview; follow-up messages edit the same codebase.
Who it’s for
Lovable is generous with dependencies — audit package.json before shipping or you’ll carry half of npm into production. Its Supabase integration creates tables quickly, but it rarely adds indexes; profile slow queries early. Long chats also drift: if the app starts contradicting itself, fork a fresh chat that points at the same GitHub repo.