Platform features

Everything the handoff should include.

Vard gives your clients a real admin panel — not a stripped-down CMS. Collections, redirects, banners, orders. The things they'll actually need to run their business.

Collections

Structured lists your clients can actually manage.

You define the fields in your TypeScript schema — a practitioner list for a therapy practice, a product catalog, a restaurant menu. Clients create, edit, and reorder records without touching code.

Define any record shape: text, images, booleans, rich text
Clients create, edit, reorder — drag-and-drop
Schema changes sync automatically on your next deploy
Practitionerscollection · 3
Dr. Lena Park
Clinical Psychologist
Marcus Hale
Family Therapist
Aisha Bello
Counsellor
Content

They edit. You stay in control.

Your schema defines exactly what clients can touch — hero text, section copy, images, button labels. Nothing outside it is accessible. They can't restructure pages, add arbitrary HTML, or break a layout.

Field-level permissions: expose only what makes sense
Rich text, plain text, images, links — all supported
Publish from the dashboard; changes go live instantly
Hero sectionpage · home
headline
Calm, modern therapy
subheading
Booking now for spring.
cta label
Book a session
Publish
Redirects

Printed labels. Dynamic destinations.

A QR code on a label, flyer, or business card can't change — but where it points can. Vard manages short redirect URLs clients update from the dashboard in seconds, with no deploy and no developer call.

The short URL stays constant on printed materials
Destination updates instantly from the dashboard
Great for seasonal campaigns, launches, label fixes
Edit redirectredirects
vrd.app/r/honey
destination
honeybrand.com/summer-collection
Update
Banners

Announcements without a deploy.

Holiday hours, a flash sale, a new collection, a temporary closure — clients publish a banner to the top of their site without waiting for a developer. Set it live, take it down, all from the dashboard.

Toggle banners on / off instantly
Control message text and link destination
No code change, no deploy, no developer required
Site bannerlive preview
We're closed Dec 24–26. Back on the 27th. →
your site
Show banner
Orders

Recent orders. No Stripe archaeology.

Small business owners often have a Stripe account but find the interface overwhelming. Vard surfaces a clean order summary — recent transactions, totals, item breakdown — linked through to Stripe for anything that needs more detail.

Recent orders at a glance — no Stripe login required
Click through to the full Stripe order when needed
Revenue summary: today, this week, this month
Ordersthis week · $1,284
DateCustomerTotal
Jun 9Erin Walsh$48
Jun 9Tom Reyes$120
Jun 8Priya N.$32
Jun 8D. Okafor$215
Email

Contact management. Order emails. One place.

Clients manage their newsletter list, export contacts, and see a running log of transactional emails — order confirmations, shipping updates — so they can verify something was sent without asking the developer to dig through logs.

Newsletter subscriber list with export
Email audit trail for order-lifecycle emails
No separate Mailchimp login for basic contacts
SubscribersEmail log412 contacts
NameEmailStatus
Erin Walsherin@…active
Tom Reyestom@…active
Priya Nairpriya@…pending
// for developers

You define the rules. They follow them.

The @vard-app/sdk gives you TypeScript-native schema definition. Describe what clients can edit — field by field. The schema lives in your repo, versions with git, and syncs to the dashboard on every deploy. Ship once; clients are independent forever.

import { defineSchema } from "@vard-app/sdk";

export const schema = defineSchema({
  hero: {
    headline:   { type: "text" },
    subheading: { type: "text" },
    ctaLabel:   { type: "text" },
  },
  practitioners: {
    type: "collection",
    fields: {
      name:  { type: "text" },
      title: { type: "text" },
      bio:   { type: "richtext" },
    },
  },
});
That's it. The dashboard provisions automatically.Read the docs →

Hand your client a real admin panel.

Free to build. $25/mo per live site. No client login to set up separately.

Vard

The dashboard developers leave behind for their clients.

Product

Resources

Company

Platform Features | Everything the handoff should include.