What technology is used to create such sites?

Absurdas

Junior Member
Joined
Jun 11, 2019
Messages
119
Reaction score
44
I love the animation and how the website is designed. I am curious how is it being created, what programming languages are used for such frontend? I believe it must be some kind of framework?

Website to check: ait dot tech

Thanks for all of your suggestions!
 
Javascript and SVG (scalable vector graphics). According to BuiltWith that site is using Netlify for a CMS, but I doubt that CMS is specifically for animated SVG sites.
 
I love the animation and how the website is designed. I am curious how is it being created, what programming languages are used for such frontend? I believe it must be some kind of framework?

Website to check: ait dot tech

Thanks for all of your suggestions!

It looks like a single page app built with Vite. There are tons of animation libraries available you could use to animate react components, like Framer, react-spring, and more. It's a fantastic ecosystem to get in, but can also be overwhelming due to the options available.
 
It's ReactJs and it's a framework of JavaScript .
 
For future reference you could also try giving the Chrome extension: Wappalyzer, a try.
Their description:
"Technology lookup
Find out what websites are built with

Instantly reveal the technology stack of any website, such as CMS, ecommerce platform or payment processor, as well as company and contact details."
 
You can get started with as simple as HTML and CSS. So you would be able to understand the basics of web design. And while you are at it, start learning blender side by side. After some time, when you are confident with HTML and CSS, start with JS and pick a library like Reactjs as others have recommended it. Continue with blender, don't leave it. You don't have to master anything, but should have a working knowledge. Afterwards you can pick another library like threejs and learn about webGL. Now you can import 3D models made by blender and use them on your website.
 
Back
Top