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

A website containing HTML, CSS, and JavaScript tutorials. (recommended!)

Link

MDN Web Docs

Another website that contains HTML, CSS, and JavaScript tutorials. (recommended!)

Link

Codecademy

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

References

MDN Web Docs

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

Link

W3Schools

Another site for HTML, CSS, and JS references. (recommended!)

Link

Can I use ___?

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

Link

Accessibility Tools

WAVE

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

NVDA

A screen reader for Windows that you can use to test your site (recommended!)

Link

JAWS

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

Link

Orca

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

Link

Embed Tools

Open Graph Protocol Reference

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

Link

Twitter Card Reference

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

Link

Discord Embed Debugger

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

Link

Static Site Generators

11ty

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

Link

Svelte

A UI framework that uses a compiler instead of a Virtual DOM for rendering webpages. That's what I use here! (recommended!)

Link

Astro

Another UI framework that doesn't use JavaScript by default!

Link

Web Hosts

Nekoweb

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

Link

Neocities

Another static web host. Most popular among indie webs.

Link

GitHub Pages

Another static web host. Uses GitHub for file management and version control. (recommended!)

Link

Codeberg Pages

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

Link

Netlify

A dynamic web host.

Link

Poyoweb

A work in progress web host. (coming soon!)

Resources

Loveberry

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

Link

My Pillow Fort

Another resource page that contains very useful stuff (recommended!)

Link

Nekoweb Deployment Scripts

deploy2nekoweb

A GitHub Action that deploys your website to Nekoweb! (recommended!)(specific to Nekoweb!)

Link

svelte-adapter-nekoweb

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

Link

nekoweb-deploy

Another GitHub Action that deploys your website to Nekoweb (specific to Nekoweb!)

Link

Widgets and Scripts

Ayano's Comment Widget

A comment widget that uses Google Forms and Google Sheets for submitting and retreving data (recommended!)(note 1)

Status Cafe

Add your status to your site! (recommended!)(requires an account, note 1)

Link

Nekoweb Stats

Add your site's stats to your site! (recommended!)(specific to Nekoweb!)

Link

Webring Scripts

pmoring

A super tiny webring script! (recommended!)

Link

webstring.js

Another super tiny webring script!

Link

Onionring

A popular webring script

Link

jAPI Webring Redirect

(not a webring script but worth a mention) A webring redirector, without involving any inline scripts (coming soon!)