Getting started
From sign-up to a published storefront with a live order link — about ten minutes.
1. Create your workspace
Serront signs you in with Huudis, the shared Forjio account — one login works across every Forjio product.
- Go to /signup (or /login if you already have a Huudis account from another Forjio product).
- Sign in with email + password or "Continue with Google".
- You land in the dashboard with a fresh workspace — that workspace is your business on Serront. Everything (storefront, services, orders, billing) is scoped to it.
2. Around the dashboard
The sidebar groups: Selling — Dashboard, Orders (your order desk), Services (your catalog), Storefront (your public page). Insights — Reports. Integrations — Integrations (the Payment and Marketing modules), Payments (balance + payouts, once the Payment module is on), Discount codes. Developers — API Keys, Webhooks. Workspace — Workspaces, Billing, Settings.
3. Set up your storefront
Open /dashboard/storefront:
- Handle (slug) — your public URL becomes
serront.com/s/<slug>. Lowercase letters, digits, and hyphens, 3–40 characters, unique across all of Serront. You can change it later, but old links will 404 — pick something you'll keep. - Display name + bio — what buyers see at the top of your page.
- WhatsApp number — optional, E.164 format (
+62812…). Shown to buyers as awa.mecontact link on order pages. (Serront has no WhatsApp API integration — it's just a link.) - Bank accounts (up to 5) + payment instructions — shown to buyers on their order page while payment is pending. See Payments.
- Published — your page 404s until you flip this on.
Save, then use the preview link to see your page live.
4. Add your first service
Open /dashboard/services and create a service: name, description, and one of three pricing types — fixed, hourly, or package (1–5 named packages, each with its own price). Details and limits in Services & pricing.
The Free plan allows up to 3 services — the plans page has the full table.
5. Share your link
Your storefront lives at:
https://serront.com/s/<your-slug>
Put it in your Instagram bio, WhatsApp Business auto-reply,
marketplace store description — anywhere buyers can tap it. Each
service also has its own order page at /s/<slug>/<service-slug>.
6. Your first order, end to end
Try it yourself with two browser tabs:
- Request — open your storefront in a private window, pick a
service, and submit the order form (name, email, optional phone,
preferred date, notes). The confirmation shows the order number
and a private status link (
/o/<token>); the same link arrives in the buyer's email. - Confirm — back in /dashboard/orders, the
request is sitting in
requested. Open it, reply in the thread, adjust the quote if needed, and move it toconfirmed. The buyer is emailed on every reply and status change. - Get paid — the buyer's order page shows your bank accounts and instructions. They transfer, tap "I have transferred", and can upload a transfer receipt. You check your bank, view the proof, and hit Confirm payment.
- Deliver — move the order through
in_progress→delivered→completedas the work happens. The full lifecycle is on the Orders page.
What's next
- Payments — the manual-transfer flow in detail, plus online checkout via the Payment module.
- Client portal — give repeat buyers one place to see all their orders with you.
- API reference — automate the same flows.