Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Idea: Have our own neocities website

ciro64

Blip & Blop strongest dick rider
Staff member
Joined
Aug 25, 2025
Messages
290
Here we could:
  • Give spotlight to content made by this community such as art, twitch and youtube channels and articles. This can either come as part of their own gallery, or part of a news feed
  • Users from this forum could either have their own custom homepage inside that site, or a link to their own neocities website.

Why neocities?

There's a community of people who uses neocities. They tend to be lgbt-accepting, very creative with stuff, may have similar tastes to us and a similar age as well, some of them are probably horny like some of us, the whole old web atmosphere is very appealing.

Neocities sites can be browsed and featured here, possibly gaining us new members.

Also, editing raw HTML is fun (for me at least).

We can also have a micro banner of our on and share them with other websites, like these ones:

1757277575074.png
 
Last edited:
I sketched this as an idea for the site UI, meant to be a surreal mix between this site's appearance and an old operating system, in full pixel art glory. Will do more later.

1757289366808.png

Some insight about how it could be implemented in CSS:
  • Using images as borders in CSS I can do UI that uses sprites
  • Using some trickery in FontForge it's probably possible to force a bitmap font to be shown for some. Although it's impossible to make it happen in every system and browser.
  • Customizing a scrollbar isn't part of web standard, so that will require some javascript trickery
 
I sketched this as an idea for the site UI, meant to be a surreal mix between this site's appearance and an old operating system, in full pixel art glory. Will do more later.

View attachment 1349

Some insight about how it could be implemented in CSS:
  • Using images as borders in CSS I can do UI that uses sprites
  • Using some trickery in FontForge it's probably possible to force a bitmap font to be shown for some. Although it's impossible to make it happen in every system and browser.
  • Customizing a scrollbar isn't part of web standard, so that will require some javascript trickery
I want to lick it
 
Using some trickery in FontForge it's probably possible to force a bitmap font to be shown for some. Although it's impossible to make it happen in every system and browser.
After trying, this seems to be even more limited than I thought. :moxieblush:

Might as well go full maniac mode and render everything in a canvas using Javascript...
 
Looked at the Neocities subreddit... seems like a dead-ish place at first, but when someones posts a cool website, it can get like 150 or 200 likes :O

Making this will be my next major goal!
 
I sketched this as an idea for the site UI, meant to be a surreal mix between this site's appearance and an old operating system, in full pixel art glory. Will do more later.

View attachment 1349

Some insight about how it could be implemented in CSS:
  • Using images as borders in CSS I can do UI that uses sprites
  • Using some trickery in FontForge it's probably possible to force a bitmap font to be shown for some. Although it's impossible to make it happen in every system and browser.
  • Customizing a scrollbar isn't part of web standard, so that will require some javascript trickery
Here's a update, I added some shading:

1757368499283.png

I'm getting excited about this!... gives me nds vibes.
 
Back
Top