Create a complete online store just by registering on Vareons
Registering on Vareons creates the whole online store in one step: store identity and seed content (homepage, header and footer, product, checkout and contact pages, and SEO meta tags), a subdomain that works immediately, and a dashboard wired to the same store data, with a default trial plan.
Last verified: 2026-09-18
The core idea on Vareons is that an online store is not assembled in disconnected phases — the account and the store are created at the moment of registration. The merchant opens /register and enters their name, business name, Website Name, the subdomain they want (for example "mystore", which becomes mystore.vareonos.com), phone, email and password. As soon as registration completes, the store exists on the internet with no separate installation or hosting step.
This is possible because Vareons models the user as the tenant: the store id equals the user account id (tenantId = User._id), and the entire site content is stored on the same document. So when the account is created, the server seeds a complete, renderable store: homepage component settings (a hero, a products grid, category tiles, and more products), header and footer components, the site layout with brand colours and bilingual SEO meta tags, and ready static pages such as product, checkout and contact. The merchant needs neither an external template nor extra integrations to start.
The subdomain is part of registration itself, so the store runs at {name}.vareonos.com, and the platform also owns an additional domain, vareons.store, that operates alongside the primary one. A custom domain the merchant owns can be connected later from dashboard settings. A default trial plan is also applied with registration (by default Basic for three days, adjustable by the platform admin), so the store stays available while it is being set up.
Afterwards the merchant goes through the onboarding flow (/onboarding) to turn the default store into one that reflects the business: choose the business type, then the template, then brand identity (colours and logo), then the store currency, then the product card theme, and finally the summary. These steps do not create the store again — they customise the very data that was born with registration.
The dashboard, meanwhile, is wired to the store structurally rather than separated from it. The storefront and the dashboard read and write the same tenant document: what the merchant edits in products, categories, prices, discounts, shipping and storefront visibility appears on the public store, and what a customer creates as an order on the store appears immediately in the dashboard orders page. Every record — products, orders, customers, reviews — is scoped by tenantId, so merchants' data never mixes.
In practice this means the first product you add from the dashboard appears in the homepage grid and on the products page, and the first order from the store shows up in orders with the customer, payment and shipping details. From there you can edit any component on any page in the live website editor, change the entire store theme from dashboard settings with a single apply action, or connect a custom domain. None of these paths require writing code or running anything on the merchant's machine.
In short: registration is not merely creating an account — it is creating a self-contained store that is ready to operate. The store takes visitors, shows products, completes orders, ships, accepts payments, and is managed entirely from the dashboard, from the first minute.
Setup steps in Vareons
Register and choose your subdomain
From /register enter your name, business name, Website Name and desired subdomain — the preview shows {name}.vareonos.com — then phone, email and password. You can register by email or with Google.
The complete store is generated automatically
On registration the server creates the tenant and seeds the homepage, header, footer, product, checkout and contact pages plus SEO meta tags, and applies a working subdomain and a default trial plan. There is no separate installation or hosting step.
Complete onboarding
Follow /onboarding to set the business type, template, brand identity (colours and logo), store currency, and product card theme. These steps customise the same store data rather than creating a new store.
Add products and customise the storefront
From the dashboard add products, categories and prices, then open the live website editor to edit any component, or change the whole theme from dashboard settings. Every change appears on the public store right after saving.
Share the link or connect your own domain
The store runs on {name}.vareonos.com from the first moment. If you own a domain, connect it from /dashboard/settings?tab=domains and follow the DNS steps until its status becomes active.
Frequently asked questions
Do I need technical skills or a developer to create a store on Vareons?
No. Registration itself creates the complete store, and everything afterwards is managed from the dashboard and the website editor. No code, hosting or installation is required.
Does the store work immediately after registration?
Yes. The store is seeded with complete default content (homepage, header, footer, product, checkout and contact pages) and runs on a {name}.vareonos.com subdomain with a default trial plan.
Can I add products right after registering?
Yes, from the dashboard. The first product you add appears on the homepage and products page, and the first order from the store appears in the dashboard orders page, because the store and dashboard read the same tenant data.
Can I connect a domain I already own instead of the subdomain?
Yes. From /dashboard/settings?tab=domains you can add a custom domain and follow the DNS steps until its status is active, then set it as the store's primary domain.
Can I change the store design later?
Yes, in two ways: the live website editor for any component, or a full theme change from /dashboard/settings?tab=themes with one apply action that changes the homepage, header, footer, brand colours and the theme's own pages.
Troubleshooting
1) If the requested subdomain is taken, registration shows a conflict; choose another name or register under a different business name. 2) If the store does not load on the subdomain, confirm the spelling and that registration completed, then reopen the link. 3) If your products do not appear on the storefront, check that the product is published and visible in the homepage layout in the editor. 4) After connecting a custom domain, status becomes active only after DNS verification and SSL succeed, and DNS propagation can take some time.