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 open_in_new

(recommended!)

A website containing HTML, CSS, and JavaScript tutorials.

MDN Web Docs open_in_new

(recommended!)

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

Codecademy open_in_new

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

References

MDN Web Docs open_in_new

(recommended!)

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

W3Schools open_in_new

(recommended!)

Another site for HTML, CSS, and JS references.

Can I use ___? open_in_new

(recommended!)

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

Accessibility Tools

WAVE open_in_new

(recommended!)

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

NVDA open_in_new

(recommended!)

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

JAWS open_in_new

(paid)

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

Orca open_in_new

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

Embed Tools

Open Graph Protocol Reference open_in_new

(recommended!)

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

Twitter Card Reference open_in_new

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

Discord Embed Debugger open_in_new

(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 open_in_new

(recommended!)

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

Astro open_in_new

(recommended!)

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

Svelte open_in_new

(recommended!)

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

Web Hosts

Nekoweb open_in_new

(recommended!)

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

Neocities open_in_new

Another static web host. Most popular among indie webs.

GitHub Pages open_in_new

(recommended!)

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

Codeberg Pages open_in_new

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

Netlify open_in_new

A dynamic web host.

Resources

Loveberry open_in_new

(recommended!)

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

My Pillow Fort open_in_new

(recommended!)

Another resource page that contains very useful stuff

Nekoweb Deployment Scripts

deploy2nekoweb open_in_new

(recommended!) (specific to Nekoweb!)

A GitHub Action that deploys your website to Nekoweb!

svelte-adapter-nekoweb open_in_new

(recommended!) (specific to Nekoweb!)

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

nekoweb-deploy open_in_new

(specific to Nekoweb!)

Another GitHub Action that deploys your website to Nekoweb

Widgets and Scripts

Status Cafe open_in_new

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

Add your status to your site!

Nekoweb Stats open_in_new

(recommended!) (specific to Nekoweb!)

Add your site's stats to your site!

Nekocafe open_in_new

(recommended!) (specific to Nekoweb!)

A microblogging platform for Nekoweb sites

Webring Scripts

pmoring open_in_new

(recommended!)

A super tiny webring script!

webstring.js open_in_new

Another super tiny webring script!

Onionring open_in_new

A popular webring script