- Joined
- Aug 6, 2025
- Messages
- 1,063
- Reaction score
- 2,508
- Pronouns
- She/Her
- Staff
- #1
i've noticed that some other people across the forums either have a website they work on for fun OR they're interested in making one but don't know how to start, so i figured i'd make a dedicated thread to the topic for discussion!! feel free to talk about personal web projects, discuss personal websites that other people have made that you enjoy, ask for advice on HTML/CSS/JS/etc, share resources, whatever! (just please stay within the spirit of the thread! the "no advertising" rule still applies here so don't use this thread to try to sell things or just post links with no discussion!)
personally speaking i've been doing this as a hobbyist for a good multiple years now and i run a few personal websites so this is a topic that hits very close to home for me i consider web development an art form (not too dissimilar from video games as an art form, which involve multiple overlapping skillsets) and i think it is the coolest thing ever. Rahh
also, i'll provide some information here in the thread OP for those interested:
edit: i should clarify also this is for discussing websites that are personally coded/created without the use of drag and drop editors like carrd and strawpage! just wanted to make that clear in case it wasn't already lol
personally speaking i've been doing this as a hobbyist for a good multiple years now and i run a few personal websites so this is a topic that hits very close to home for me i consider web development an art form (not too dissimilar from video games as an art form, which involve multiple overlapping skillsets) and i think it is the coolest thing ever. Rahh
also, i'll provide some information here in the thread OP for those interested:
neocities is a simple static web hosting service intended to be a spiritual successor to geocities of the 90s and 2000s, which was a service where anyone could make a personal website if they knew a little bit of HTML. a lot of hobbyist web developers get started on neocities due to its ease of access, as well as its very light "social" features that allow users to easily browse other people's websites and see new site updates from websites they follow. it is so ubiquitous in the hobbyist/newbie scene that it felt appropriate to put it in the title of this thread and mention it here.
well... pretty much anything! these days, the internet has been all rounded up into social media platforms hosted by a tiny handful of companies that decide how we can express ourselves online. with a website, all of those restrictions are gone. you can put whatever you want online and present it visually in whatever way you like as well. it's great for just... talking about what you like, sharing personal art projects, and really anything else you can think of. (also, in my personal opinion, it's just a fun skill to have!)
you'll want to learn the fundamentals of HTML (Hypertext Markup Language) and CSS (Cascading Stylesheets) to start. these are the building blocks of any website, even these forums! (if you're on a computer and right click anywhere and inspect element, the code that pops up is HTML! even this post is HTML!)
as for how to do this, there are a million tutorials out there with different styles of teaching and different levels of depth/difficulty, all accessible by simply perusing some google searches. you should do whatever fits your personal learning style. if you want my personal opinion, i think written tutorials that make you code along the way are typically better than video tutorials, but if you love video tutorials then go for it, there's plenty on youtube.
my favorite guide to recommend to people who want to make their first website is this one by petrapixel. (the website in question is also a great example of a fun personal website!)
regardless of what you end up doing, please download a text editor to edit your code in that isn't neocities itself (or any other in-browser way of editing sites). trust me, you'll thank me later. even just notepad works, but i'd recommend notepad++ if you're intimidated by all the bells and whistles of a full code IDE, or visual studio code if you want to jump straight in to a proper coding IDE. either is fine! (sorry mac users i do not know as much about software made for mac first...)
edit: princess viola informed me of vscodium which is the same as visual studio code without all the microsoft telemetry and whatnot! thanks so much
as for how to do this, there are a million tutorials out there with different styles of teaching and different levels of depth/difficulty, all accessible by simply perusing some google searches. you should do whatever fits your personal learning style. if you want my personal opinion, i think written tutorials that make you code along the way are typically better than video tutorials, but if you love video tutorials then go for it, there's plenty on youtube.
my favorite guide to recommend to people who want to make their first website is this one by petrapixel. (the website in question is also a great example of a fun personal website!)
regardless of what you end up doing, please download a text editor to edit your code in that isn't neocities itself (or any other in-browser way of editing sites). trust me, you'll thank me later. even just notepad works, but i'd recommend notepad++ if you're intimidated by all the bells and whistles of a full code IDE, or visual studio code if you want to jump straight in to a proper coding IDE. either is fine! (sorry mac users i do not know as much about software made for mac first...)
edit: princess viola informed me of vscodium which is the same as visual studio code without all the microsoft telemetry and whatnot! thanks so much
Last edited: