Beta

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.

  Try the live demo   Publish an asset

The demo spins up a private, pre-filled sandbox (sample assets, slots and bookings) — explore, book, edit and cancel; it’s yours and auto-expires. Or publish your own asset — mint an ownerId, define priced windows (each with a capacity). No signup. The service is evolving and the API/UI may change without notice.

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 (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

Asset Manager — Pricing Beta

Beta — Asset Manager is under active development; features, limits, and pricing are subject to change.

A physical asset-utilization engine: publish an asset — a drone, a court, a vehicle, a lesson, a flat, a delivery slot — define bookable time windows each with a cost, and let consumers reserve slots. Bookings are atomic (a slot goes to exactly one consumer), and costs are priced in any currency you choose (not necessarily USD). Try the live app or read the overview.

Plan Overview
Free Pro Enterprise
Price € 0 € 14 / month contact us
Assets 3
no credit card
up to 100 custom
Utilization windows / asset up to 500 up to 500 custom
Bookings / month 100 generous default; cap set per customer — discuss custom volume
Data retention 30 days 12 months custom
Atomic booking
(one slot, one consumer)
Any currency
($, USD, EUR, £, CHF, …)
Shareable asset links
(no ownerId leak)
Owner bookings dashboard
Management access ownerId (UUID) is the key ownerId (UUID) is the key ownerId (UUID) is the key
Support community e-mail, 24h on workdays priority e-mail, 24h on workdays
SLA 99.9% monthly availability 99.9% monthly availability + status page
Price free € 14.00 / month contact us

All listed amounts are total prices. Lifub operates under the small-business scheme of § 19 UStG (Kleinunternehmerregelung) and therefore does not charge or separately show VAT; the price you see is the final price you pay. The per-window cost you set on your own assets is between you and your consumers — Asset Manager records and displays it but does not process payments.

Open the Asset Manager

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@lifub.com.