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
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!
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!
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
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!
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
Ayano's Comment Widget open_in_new
(recommended!) (note 1)A comment widget that uses Google Forms and Google Sheets for submitting and retreving data
Nekocafe open_in_new
(recommended!) (specific to Nekoweb!)A microblogging platform for Nekoweb sites
Webring Scripts
webstring.js open_in_new
Another super tiny webring script!
Onionring open_in_new
A popular webring script