How to open a project, change it, publish it, and wire it to the rest of your stack. The commands, API paths, and events on these pages are the ones the product runs.
Updated 19 September 2026
Create an account and a project
An Eqlo account gives you five free projects, one seat, and no card. The first project starts from a sentence and lives on a projet.eqlo.app subdomain.
1
Open an account
Sign up with email, Google, or Apple. Eqlo sends a verification message. A project will not publish until that address is confirmed.
2
Name the project
A project is a website, an app, or both. Use an internal name such as Austin studio. Visitors never see that name.
3
Pick the region
European Union, United States, or United Kingdom. You choose at creation. The database, files, and backups stay in that region.
4
Describe the work
One sentence is enough. You can attach an image, a PDF, a live URL, or a screenshot. The first version lands in 2 to 5 minutes.
The editor opens on that first version. Chat on the left, the page in the middle, versions at the top. You do not have to publish. Read it, change it, compare.
Eqlo writes from what you say. A precise sentence beats a list of ten wishes. Name the trade, the city, the pages, and what happens after a form submit.
Input is a description in English, plus an optional image, PDF, URL, or screenshot. A website comes out as pages, navigation, written copy, forms, placed images, tags, and structured data. An app comes out as screens, tab navigation, loading and error states, and an icon set.
A sentence that works
Example
A yoga studio in Austin, class times, a ten-session pack,
and a form that asks for a first class date.
What to name
The trade and the city, not only "a clean modern site".
The useful pages: home, offer, about, contact, maybe an account.
The action after submit: a held slot, a quote, a charge.
What you refuse: no blog, no invented reviews, no slider.
A publishable brochure site then takes 1 to 2 hours of back and forth. An online store, half a day. A full mobile app, about a day. The first version is not the one you send. It is the starting point you correct.
Three plans. Readable HTML, hosting, and a repository export already sit on Free. Your own domain, store builds, and extra seats sit on Plus and Team.
Eqlo plans
Free
Plus
Team
Price
$0
$19 / month
$49 / month
Projects
5
Unlimited
Unlimited
Seats
1
3
10
Hosting
projet.eqlo.app
Your domain
Your domain
GitHub export
Manual
Automatic
Automatic
Store builds
Phone preview
Yes
Yes
Roles
One seat
Three seats
Viewer, editor, admin
Card
No
At upgrade
At upgrade
Free is not a three-day trial. You build, you review, you publish on the subdomain. When the name, the seats, or the stores are missing, you move to Plus. Nothing is wiped on the way.
Team is for a studio or a squad that should not share one password. Past ten seats, write to hello@eqlo.app. The enterprise page covers single sign-on.
Chat, a selected element, and in-place copy. Each exchange writes a version. You compare, you restore, you keep going.
Three ways to change a thing
Type in the chat, in English or French: "move the form under the class list".
Click an element, then write an instruction that only touches that element.
Edit the copy on the page, without the chat, for a typo or a price.
Each exchange creates a version you restore in one click. Visual compare shows two versions side by side. If generation is wrong, go back. Do not stack five unrelated asks in one message.
The design tokens
Colors, fonts, and radii apply to every screen at once. If you already have a system, give it. Generating a second brand is a waste.
Chat
Replace the blue with #0F3D2E.
Keep titles at 32, body at 16.
Radius 8. Do not rewrite the copy.
Eqlo creates a Postgres database from the description. The schema is visible and editable. Accounts, roles, and CSV import live on the same project.
When your sentence names bookings, members, or orders, Eqlo creates the tables. The schema stays on screen. You change it in the editor, or a developer reads the database directly.
Accounts for people who use your project
Sign-in with email, Google, and Apple.
Forgot password and address verification.
Roles and permissions. Organizations for multi-tenant work.
Import and export
CSV into a table, CSV out of a table. Headers must match columns. An import does not overwrite a table without a confirm.
Eqlo connects the customer Stripe account. Never a middle-man account. Subscriptions, one-off charges, deposits, free trials. European VAT and US sales tax go through Stripe Tax.
1
Ask for Stripe in the chat
Say you want to take money. Eqlo opens the connection. You sign in with your own Stripe account.
2
Pick the charge
Subscription, one-off, deposit, or free trial. Prices stay yours. Eqlo does not add a cut.
3
Turn on Stripe Tax if you need it
European VAT and US sales tax. Invoices go out on their own. The customer cancels from the Stripe portal.
Keys stay encrypted. Payment errors show on the page, not in a quiet email. A proprietary bank payment, outside Stripe, is out of scope.
Stripe, Google Calendar, Google Sheets, Notion, Slack, Brevo, HubSpot, Twilio, Google Analytics, Supabase. You ask in one sentence. Keys are stored encrypted. Errors are handled.
In the chat, name the connector and the job. "When a class is booked, create the event in Google Calendar." Eqlo asks for the key, stores it encrypted, and shows the error if the vendor refuses.
The projet.eqlo.app subdomain is immediate. Your domain, DNS checks, and an SSL certificate sit on Plus. Pages are pre-rendered. The copy is in the first HTML.
1
Read the first HTML
Open the preview. Titles, paragraphs, and links must be in the page, not only after a script. The index-check tool verifies that.
2
Publish on the subdomain
One click. The address looks like austin-studio.eqlo.app. The certificate is already there.
3
Point your domain
On Plus you add the name, you place the DNS records Eqlo lists, you wait for the certificate. Eqlo checks.
What each publish writes
Title, meta description, heading tree, structured data that matches the trade.
Sitemap and robots.txt. The sitemap is submitted for you.
Images as WebP, sized, with written alt text.
Core Web Vitals measured. An alert fires if a publish regresses.
A preview deploys per branch when GitHub is connected. A stakeholder opens the branch URL without a merge. Rankings still come from the copy and the links. No tool guarantees a position.
Phone preview by QR code, link valid for 24 hours. Signed iOS and Android builds on Plus and Team. Developer accounts stay in the customer name.
The first app version gives you screens, tabs, empty and error states. You test it on a phone by scanning the QR. The link dies after 24 hours. On Free, that is the test. Store builds sit on Plus.
What Eqlo prepares
A signed iOS build for the App Store, a signed Android build for Google Play.
Icons, splash, and store screenshots in the right sizes.
Push notifications, camera, location, and offline mode, if your sentence asked for them.
The API is for another system that must list projects, read versions, or publish. Auth is a bearer token. Base URL https://api.eqlo.app/v1.
Create a token in the project, under Developers. Send Authorization: Bearer, then the token. Every response is JSON. Errors carry an HTTP status and an error field.
To publish: POST /v1/projects/{id}/publish with an empty body. The response returns the public URL and the version id. A rate ceiling is not published here. If you run agency volume, write.
Eqlo posts an event when a project publishes, when a branch preview is ready, or when a Stripe payment succeeds. You give an HTTPS URL. Eqlo signs the body.
Events
Event
When
project.published
A publish is live
project.preview.ready
A branch preview can be opened
payment.succeeded
Stripe confirmed a charge
The X-Eqlo-Signature header is HMAC-SHA256 of the raw body, using the secret shown once when you create the webhook. Verify the signature before you act. A failure on your side is retried.
React, TypeScript, and Tailwind on the web. React Native on mobile. Sync runs both ways. Branches and pull requests stay ordinary Git objects.
On Free, export is manual: you take the repository and push it wherever you want. On Plus and Team, GitHub syncs on its own. You connect the org, you pick the repo, Eqlo pushes and pulls.
A preview deploys per branch.
Two people on the same file still produce a conflict. You resolve it the usual way.
The in-browser code editor opens the files.
The activity log says who changed what.
You can leave. The repository is yours. Plenty of teams keep Eqlo for the next loop and turn it off for the parts they now own. That is a normal week.
European Union, United States, or United Kingdom, chosen at creation. Daily backups, 30-day retention. Full export whenever you ask. Access log, encryption at rest and in transit.
The region is set when the project is born. It covers the database, files, backups, and secrets. Changing region later is a migration, not a toggle. Write if you need that done.
GDPR alignment, a full access log.
Encryption at rest and in transit.
Daily backups, kept for 30 days.
A full export of files and data, at any time.
Invites go out by email. Roles: viewer, editor, admin. A comment anchors to an element on the page. Agencies keep a separate space per client, billed per space.
Create an account, name a project, pick a region, then describe the work in one sentence. The first version lands in 2 to 5 minutes. The articles under Start walk that path in order.
Is Free a trial that expires?
No. Free keeps five projects, one seat, and the projet.eqlo.app subdomain with no card. Plus at $19 a month and Team at $49 a month add a custom domain, store builds, and more seats.
How do I verify that published pages are in the first HTML?
Open the preview or the live URL, then use the index-check tool on this site. It fetches without JavaScript and reports title, H1 count, visible words, and JSON-LD.
Can a developer take the code away?
Yes. Free exports the repository by hand. Plus and Team sync GitHub both ways. The CLI pull and push commands write the same React and TypeScript tree onto a machine you trust.
What stays out of scope?
Critical systems, a proprietary bank payment outside Stripe, and a regulated health file. Generation can still be wrong, which is why versions and restore exist.