docs

documentation

documentation is coming soon. we are writing it in parallel with building the product.

rive. api — preview
POST /api/waitlist
Content-Type: application/json

{
  "email": "you@example.com",
  "type":  "waitlist"
}

// 201 Created
{
  "success": true,
  "message": "successfully joined the waitlist."
}