Documentation
Open Vellun
Publish and use data

Data with Vellun Cloud

Organize information in your project collections.

On this pageCollections and recordsCreate a collectionPay attention to permissions

Collections and records#

Cloud uses PostgreSQL internally and provides project-linked collections. A collection groups records, such as contacts or catalog items. This interface works with collections and structured data; you do not need to install a database or connect Supabase.

Create a collection#

  1. Open Cloud inside the project.
  2. Create a collection with a simple name, such as contacts.
  3. Set whether the public can read or insert data.
  4. Add a test record and inspect the result.
  5. Ask in chat to use the collection in the form or interface.

Attaching a spreadsheet in chat does not automatically import its records into Cloud.

Pay attention to permissions#

Public read can expose records to visitors. Do not enable it for personal lead data, orders or confidential information. Public insert receives data and also needs abuse controls in your app. Review permissions before publishing; the appearance of the interface does not protect the database by itself.

Did not find what you needed?Updated Sep 11, 2026
Contact support