Was sich geändert hat

Changelog

Jedes Release ist hier ein Eintrag, mit seinem Commit. Einmal im Monat ein längerer Text mit dem, was wir gemessen haben und was schiefging.

RSS

September 2026

Release9e1188b

Every question someone types has its own page, in six languages

Twenty-three questions people ask a model before they pick a host ("where do I host a Lovable app with a database in Europe", "why is my app slow after being idle", "is there an MCP server for publishing a website") eac…

Release6501b3a

The contact form works on your own domain too

The contact form module accepted submissions only on the trial address and refused them on a customer's own domain with a 403. Found while writing the question page about email, fixed the same day: the module now recogn…

Release5984819

A paid site gets its own domain by itself

When you keep a site, you now pick your domain name in the payment form. The form checks whether the name is free and shows what the extension costs; standard extensions (.nl, .com, .eu, .be, .org, .dev and more) are in…

Release36e0240

An assistant on every page that answers from the documentation

Bottom right on every page there is now a chat that answers from the documentation, nothing else: it quotes the article it used and says when it does not know. Want a person? One click turns the conversation into a tick…

Releaseec919d3

The architecture is on the site, drawn from the model

The architecture page shows how the platform is built: which parts there are, on which cloud they run, and how a request travels from your visitor to your site. The diagram is generated from the same model the code is c…

Release8ca4eab

A status page that answers even when the platform does not

The status page moved to status.dorelli.cloud, served from the edge, separate from the platform it reports on. When the platform is down, the page still loads and says so, with the last measurement it saw. Without measu…

Release229d4df

A Content-Security-Policy, with a separate one for your HTML

Every page of the platform now carries a Content-Security-Policy with a per-request nonce. Trial sites and sites on their own domain get a different, closed policy: your HTML runs in its own sandbox and can never borrow…