diff --git a/site/app/start/page.tsx b/site/app/start/page.tsx index 269ca44..60dcda3 100644 --- a/site/app/start/page.tsx +++ b/site/app/start/page.tsx @@ -1,9 +1,9 @@ import type { Metadata } from "next"; -import { InstanceForm } from "@/components/InstanceForm"; +import { AccountForm } from "@/components/AccountForm"; export const metadata: Metadata = { title: "Vantage Cloud", - description: "An instance owns its servers, keys, workflows, monitors and secrets. Free for three servers, hosted or self-hosted.", + description: "Your account is where instances, licences and billing live. Free for three servers, hosted or self-hosted.", }; export default function StartPage() { @@ -12,14 +12,13 @@ export default function StartPage() {
- An instance owns its servers, keys, workflows, monitors and secrets. Nothing inside it is visible to any other instance. Confirm your email and it is created with you - as its owner. + Your account is where instances, licences and billing live. Confirm your email and you can create a free instance straight away — three servers, hosted by us.
We send a link that works once. Your instance is created when you open it, not before.
+We send a link that works once. Your account is created when you open it, not before.
- Paste the contents of ~/.ssh/id_ed25519.pub. Vantage fingerprints it and refuses duplicates.
-
One click in the portal. It gets its own subdomain and a free licence, and you are its owner.
Run the install command as root. It expires in an hour and works once.
+Paste your public key, then run the install command as root. It expires in an hour and works once.
- We sent a confirmation link. Open it and {slug || "your instance"} is created with you as its owner. The link works once and expires in 24 hours. + We sent a confirmation link. Open it and your Vantage account is ready — then you can create your first instance from the portal. The link works once and expires in 24 hours.
Nothing exists until you confirm if the email does not arrive, start again or contact support@hostxtra.co.uk.
@@ -54,14 +45,11 @@ export function InstanceForm() {