Lovable
LovableBuilds full web applications from a conversation, with code you can export
by Replit
Browser development environment with an agent that builds and deploys apps
Replit is a development environment that runs entirely in the browser, with an agent that can build a working application from a description, install packages, provision a database, and deploy it to a hosted URL. Because the environment, the runtime and the hosting are all part of the same service, there is no local setup, which makes it popular for teaching, prototyping and building internal tools. Collaboration works like a shared document, with several people editing the same project. It suits beginners, educators, and people who want a running application rather than a repository. The limitations matter once projects grow: generated applications accumulate structural problems that are hard to unpick, the agent consumes credits per action so an afternoon of iteration has a real cost, and teams eventually need to export to a conventional repository and hosting setup for serious production work.
Sign up at replit.com and create an app; the free tier gives limited agent usage and public projects, which is enough to see how it works. Describe what you want in plain language and the agent scaffolds the project, explains its plan, and starts building while you watch files appear. Answer its questions specifically, especially about data models and authentication, because vague answers produce structures you will fight later. Use the checkpoints it creates to roll back a bad direction rather than asking it to undo changes conversationally. When the app works, use the deployment panel to publish it, choosing the deployment type that matches your traffic; this is billed separately from agent usage, which surprises people. For anything you intend to keep, connect a GitHub repository early so the code exists outside the platform. Expect to review database schemas and authentication yourself, as these are the areas where generated applications most often go wrong.
Builds full web applications from a conversation, with code you can export
Generates React interfaces and full-stack apps from prompts or designs
AI-first code editor with multi-file agent editing
Prompt-to-app builder that runs the whole stack in your browser