Lagunagraph Portal

Welcome to Lagunagraph.

Lagunagraph is a connected print-and-message device built around slow communication, device identity, and friend-to-friend exchange. This portal is the public entry point for setup, account access, feedback, and early ordering.

Portal sections

Everything important is grouped here.

Setup and configuration

Prepare the web portal for auth wiring.

When you are ready to connect the browser to Supabase, add the public frontend config object and verify it here.

window.LAGUNAGRAPH_CONFIG = {
  supabaseUrl: "https://your-project.supabase.co",
  anonKey: "public-anon-key",
  siteName: "Lagunagraph"
}

No browser config loaded.

Account login

Account access is not live yet.

Email login, recovery, and device claiming still need to be wired into Supabase Auth. This section is the placeholder for that flow.

Coming soon: email sign-in and device claiming

Feedback

Send troubleshooting notes or product feedback.

Use the form below if you hit a device issue, want to report a bug, or want to send product feedback while the system is still in active development.

Open the feedback form

Waitlist and ordering

Join the early order list.

If you want a Lagunagraph machine, use the waitlist form to register interest. This keeps the ordering path separate from support and portal account work.

Join the waitlist

Instruction guide

Read the placeholder guide.

The guide page is a stub for assembly, first-run setup, Wi-Fi connection, account claiming, and troubleshooting steps.

Open the guide page

Backend status

What already exists behind this page.

  • /identity/register registers or restores a device by MAC.
  • /friend-requests creates and lists pending requests.
  • /friend-requests/respond approves or rejects requests.
  • /contacts returns synced device contacts.