Quickstart
Lyvica builds a real web app from a sentence or two. Here’s the whole loop.
1. Sign in
Section titled “1. Sign in”Lyvica uses passwordless magic links — no password to remember.
- Go to lyvica.com and enter your email.
- Click Send magic link.
- Open the email (“Your Lyvica sign-in link”) and click the button — or paste the URL into your browser.
- You land on your dashboard, signed in.
2. Describe what to build
Section titled “2. Describe what to build”On your dashboard you’ll see “What do you want to build?”
- Type a description of your app — the more specific, the better.
- Press Enter (or Start building).
- On the next screen, confirm the project name (auto-filled from your brief) and the brief itself, then click Create project.
A good brief names the app, its main screens, and anything important about how it should work. For example:
A link-in-bio page for a DJ: hero with name and photo, links to Spotify and SoundCloud, an upcoming-gigs list, and a contact button. Dark theme.
3. Watch it build
Section titled “3. Watch it build”You’re taken into the project workspace, split into chat (left) and preview (right). The build runs automatically:
-
The Logs tab streams the agent’s work in real time.
-
The Preview tab shows your live app once it’s ready. Until then you’ll see:
Building your app — the first build usually takes 1–2 min. Switch to Logs to watch; the preview appears here when it’s ready.
The page updates itself while the build runs — no need to refresh.
4. Iterate
Section titled “4. Iterate”When the build finishes, your app is live. To change anything, just type in the chat — for example “make the hero section dark” or “add a pricing table”. Each message kicks off a new build.
→ More detail in Building & iterating.
What you get
Section titled “What you get”Every project ships with:
- A real GitHub repo — private, in the Lyvica organization, with your app’s full source.
- A live preview at
https://<your-project>.preview.lyvica.comyou can open and share.