ChatiumFor developersPlaygroundPricing
Sign in

Chatium Account

An account is an isolated space. It can be imagined as a separate website that has its own owner.

Inside the account, there is its code, its own data tables, and its set of users. Accounts do not see the data of other accounts.

There are 2 options for using Chatium:

Standalone Account

Anyone can create it for free at https://chatium.com/dev. There is no limit to the number of accounts.

The code runs at the address corresponding to the file name in the account.

Example

  • You registered an account with the name tim
  • The address of your account on the internet will be https://tim.chatium.com (you can link your own domain to the account, but the system domain will always be available)
  • If you create a file my.html in the root of the account, it will be accessible at https://tim.chatium.com/my.html