// Guide 2 of 3
Add your first product
One item type, one price, and one line saying what the buyer actually gets.
1
Start from a loaded dashboard
Adding an item needs your storefront open — arrive by sign-in link or with your handle and edit key. Items are written against that key, so a dashboard you have not opened as the owner cannot add one. Scroll to the Products section of the same page.
2
Pick the type: product or membership
There are exactly two. A product is a one-time purchase. A membership is billed monthly. Nothing else is on the menu, and the choice is stored on the item rather than on your storefront, so one storefront can carry both.
3
Title, description, price
A title is required and is capped at 80 characters. A price is set per item, in EUR or USD, and has to land between 1 and 5,000 in that currency. The price is stored server-side and re-read at checkout, so it is never taken from the buyer's browser.
4
Say what the buyer receives
A delivery link or a delivery note is what the buyer gets after paying. The link has to be a full https:// address that you host — XRaydium never stores the file itself. Both boxes may be left empty; that means you will deliver by hand, and the form says so, telling the buyer to expect an email from you.
5
Where a saved item shows up
It appears on your public page at xraydium.com/your-handle straight away. Your storefront itself is listed in the /explore directory and on its niche page — note that /explore lists creators rather than individual items, so it is your storefront that gains the visibility, and the item is what a visitor finds when they arrive.
Written from the product's own code on 2026-08-03 and not yet walked end to end by a new creator. If a step doesn't match what you see, the product is right and this page is wrong — tell us.