Menu

Bookmarks

Bookmarks

Here's some helpful links that you might want to check out!

(note 1) Won't work on free Neocities accounts created since 2022, unless a workaround was done

Tutorials

W3Schools

(recommended!)

A website containing HTML, CSS, and JavaScript tutorials.

MDN Web Docs

(recommended!)

Another website that contains HTML, CSS, and JavaScript tutorials.

Codecademy

Website that contains interactive HTML, CSS, and JavaScript tutorials.

References

MDN Web Docs

(recommended!)

The most comprehensive site for HTML, CSS, and JS references!

W3Schools

(recommended!)

Another site for HTML, CSS, and JS references.

Can I use ___?

(recommended!)

A site that tells you what's supported by the browsers you wanna support!

Accessibility Tools

WAVE

(recommended!)

A website/extension that analyzes your website for common accessibility errors!

NVDA

(recommended!)

A screen reader for Windows that you can use to test your site

JAWS

(paid)

Another screen reader for Windows that you can use to test your site

Orca

A screen reader for Linux that you can use to test your site

Embed Tools

Open Graph Protocol Reference

(recommended!)

The main protocol that allows you to show a embed of your site on sites like Discord

Twitter Card Reference

A protocol that extends the Open Graph protocol. Used by Twitter, Discord, etc.

Discord Embed Debugger

(recommended!)

A Discord first party tool that tests and debugs link embeds for your site, that tells you how your site shows in Discord

Static Site Generators

11ty

(recommended!)

A simpler static site generator, that turns your Markdown files to HTML!

Astro

(recommended!)

Another UI framework that doesn't use JavaScript by default! That's what I use here!

Svelte

(recommended!)

A UI framework that uses a compiler instead of a Virtual DOM for rendering webpages.

Web Hosts

Nekoweb

(recommended!)

The webhost that's for cats! (what I currently use)

Neocities

Another static web host. Most popular among indie webs.

GitHub Pages

(recommended!)

Another static web host. Uses GitHub for file management and version control.

Codeberg Pages

Another static web host. Uses Codeberg file management and version control.

Netlify

A dynamic web host.

Resources

Loveberry

(recommended!)

A resource page that contains very useful stuff that you might wanna use!

My Pillow Fort

(recommended!)

Another resource page that contains very useful stuff

Nekoweb Deployment Scripts

deploy2nekoweb

(recommended!) (specific to Nekoweb!)

A GitHub Action that deploys your website to Nekoweb!

svelte-adapter-nekoweb

(recommended!) (specific to Nekoweb!)

A SvelteKit adapter that deploys your website to Nekoweb, by just running bun run build!

nekoweb-deploy

(specific to Nekoweb!)

Another GitHub Action that deploys your website to Nekoweb

Widgets and Scripts

Ayano's Comment Widget

(recommended!) (note 1)

A comment widget that uses Google Forms and Google Sheets for submitting and retreving data

Status Cafe

(recommended!) (requires an account, note 1)

Add your status to your site!

Nekoweb Stats

(recommended!) (specific to Nekoweb!)

Add your site's stats to your site!

Nekocafe

(recommended!) (specific to Nekoweb!)

A microblogging platform for Nekoweb sites

Webring Scripts

pmoring

(recommended!)

A super tiny webring script!

webstring.js

Another super tiny webring script!

Onionring

A popular webring script