Overview
Pick a recipe below. Each one includes a plain-English goal, what you need, and copy/paste code.
Build a schedule page
Events + venues + speakers → your custom UI.
Render website content
Use the site document to render pages anywhere.
Check-in kiosk
Scan badge → call check-in endpoint → show success.
External registration form
Fetch config → show fields → submit registration securely.
Attendance gate
Daily attendance scanning at entrances.
Schedule page
Goal: show your event schedule on a website that is not Confera.
Fetch schedule
ts
Website rendering
Goal: reuse the official website content in another front-end.
Fetch site document
ts
Registration form
Goal: collect registrations on a website that isn’t Confera (or through a vendor), while keeping your key secret.
Fetch config + submit
ts
Check-in kiosk
Goal: scan a badge and instantly record check-in.
Record check-in
ts
Attendance gate
Goal: record daily attendance badge scans (entry gates).
Record attendance
ts