Live

Asset Manager

A physical asset-utilization engine. Own something people want to use for a while — a drone, a tennis court, a delivery van, an hour of your teaching — and turn it into bookable, priced time slots that consumers can reserve.

No account, no signup. You get an unguessable ownerId that manages your assets, and each asset gets a shareable link consumers use to book.

  Publish an asset

Live app — mint an ownerId, publish an asset, define time windows with a cost. No signup.

An owner has assets; an asset has priced utilization windows

The model is deliberately small. One owner (a manager) owns 1–N assets. Each asset has a name and a currency, and offers utilization windows — time slots, each with a cost. A consumer reserves a window to use the asset for that period.

ConceptWhat it isIdentified by
Owner The manager who publishes and prices assets, and sees the bookings ownerId — an unguessable UUID, your private key
Asset The physical thing being made available — name, kind, currency assetId — a UUID that doubles as a shareable link
Utilization window A bookable time slot on an asset, with a cost in the asset's currency windowId under its asset
Reservation A consumer's booking of one window — atomic, first-come-first-served reservationId receipt (with the cost snapshot)

Cost is a plain number in a currency you choose — not necessarily USD ($, EUR, £, CHF, …):

{
  "name":     "Center Court",
  "kind":     "court",
  "currency": "EUR",
  "windows": [
    { "start": "2026-07-10T09:00", "end": "2026-07-10T10:00", "cost": 25 },
    { "start": "2026-07-10T10:00", "end": "2026-07-10T11:00", "cost": 30 }
  ]
}

Anything with a schedule and a price

Drone

Rent out flight time on a survey drone by the hour, priced per session.

Tennis court

Sell one-hour court slots; adjacent windows never double-book the same hour.

Vehicle / car

Offer a car or delivery van in day- or half-day windows with a per-window price.

Lesson

A piano teacher publishes lesson slots; students book the time that suits them.

House / flat

List a flat or apartment in nightly or weekly windows with the nightly cost.

Delivery slot

Expose delivery windows as bookable, priced capacity your customers claim.

No account — your ownerId is the key

Publish your first asset and you get an auto-generated ownerId — a random UUID. That UUID is your credential: whoever holds it manages your assets and sees your bookings. There is no password and no email. To let a consumer book, you share the asset link — it shows availability and cost but never reveals your ownerId or who else has booked.

It is the same zero-friction, unguessable-capability model as our other no-account tools (loxal Notes; Monitoring; the vynx MCP bridge session). Treat the ownerId like an API key — keep it private, and “rotate” by moving assets to a fresh one.

Limit (current defaults)Value
Assets per ownerIdup to 100
Windows per assetup to 500
Sign-up requirednone — the ownerId is minted on first use
Bookingatomic — a slot goes to exactly one consumer

See pricing for the Free / Pro / Enterprise tiers.

Make your asset bookable

Mint an ownerId, publish an asset, add a few priced time windows, and share the link. Consumers reserve the slots that fit them.

  Open the Asset Manager

Questions or a bigger fleet? info@loxal.net.