Which language(s) to create something like Atrium?

Hello!

I am starting a new project but I have some doubts as I am a newbie. I would like to create a webpage similar to https://www.atrium.co/ and I would like to know if you can help with the languages that I have to choose for the front-end and for the back-end.

Thank you so much

All websites are built primarily on HTML, CSS, and JavaScript. There are other fancy pieces that can be brought in but that’s what it comes down to.

Right Click > View Source is your friend.

good news is just like any website, you can replicate via HTML, CSS, and a little javascript. However Atrium uses a CMS called Webflow:

And some quick perusing tells me they are using a provided template from webflow they tweaked a bit.

1 Like

Thank you, but they have a part that is like and admin panel or saas company, where the customers can login and see the status of the legal projects, upload and download documents and chat.

This is done also with webflow?

Searching on internet I have found these:

Go to their login page, right click, click view source. Read through the code, click the links to the JS file and read though that code.

1 Like