How to create a website for my project?

So lately I have been seeing people making websites that are able to affect their project in playcanvas. Like a login system that saves your username and password on a website and you can use it in their game project…
An example is Randomstuff.ml
Here is the project…

My question is how did you guys make a website that is tied to playcanvas? The reason I ask is the project I am working on currently; I want to make it work in a web browser. You know like venge.io.
The problem is idk how to make a website plus I don’t have the money to go and pay a website maker to make a website…
Any ideas?

I think there is some confusion here. Games like Venge.io have their own login accounts. You can’t modify a PlayCanvas project outside of PlayCanvas.com or via the REST API

The login system used by games like venge.io are either done themselves (there are many tutorials online for this) or used a third party service like PlayFab.

1 Like

well I mean like not login system…

like how do I make it playable like a website…
with a .com or .ml or .io you know

the main question is how are people making the websites
and is it possible from what they have can I make my project run on a web browser?

As mentioned before, you would either have to do it yourself eg: https://www.youtube.com/playlist?list=PLhGp6N0DI_1RL9djhgSH65pZhJ6xSyKX8

Or use a 3rd party service like PlayFab to handle player accounts: https://playfab.com/

In terms of having the game on a different domain like somegame.io, you can download the PlayCanvas project as built ZIP and host it on server/hosted service.

i"ll check that out thank you…