jaypix@neocities : ~/projects/

projects/

~/ / projects/ · a graveyard and a garden at the same time
jaypix@neocities: ~/projects
$ ls -la --sort=status
# sorted by how finished they are. spoilers: not very.

Some of these are alive. Some are on life support. Some are just ideas I haven't admitted are dead yet. All of them taught me something, even if that something was "don't start a rewrite at 3am."

● live / shipped

things that actually exist on the internet right now

MyJay.net LIVE
My personal site. Public files, served raw. Writings, diary, shrine, memes. Markdown rendered by Remarker. Far from done, but live.
visit → HTML JS
Syntonist LIVE
An in-house AI assistant. Built by hand, one conversation at a time. Not a wrapper around someone else's API — the whole thing.
Remarker SHIPPED
A Markdown parser and renderer built from scratch. Drop-in replacement for marked.js: same call shape, same usage, but with extra features built in. Powers myjay.net.
github → JavaScript
CVfy SHIPPED
CV generator built with Nuxt.js and TailwindCSS, deployed on Cloudflare Pages. Because writing resumes by hand is a fate worse than death.
github → Vue Nuxt
URLShortener SHIPPED
URL shortener / redirection service. Supabase for the database, Cloudflare Workers + Workers KV for the edge, Cloudflare Pages for the frontend.
github → Vue Workers
MyJay Hosting LIVE
The hosting layer behind myjay.net. Public file API, raw serving, no nonsense.
github → HTML

◐ work in progress

things I'm actively poking at. "actively" is a strong word.

WebCompiler WIP
Human-readable "language" that compiles to HTML. Because writing raw tags is for people with more patience than me. Currently messy. Will remain messy.
github → JavaScript
The Great Refactor WIP · 12%
Started rewriting because the old code was messy. The rewrite is also messy. Progress: 12%. Optimism: 4%.
ongoing eternal
This Website LIVE
The thing you're looking at right now. Hand-written HTML/CSS, deployed via curl to Neocities. It counts as a project. Don't ask questions.
visit → HTML CSS

○ ideas / void

things that exist only in a notes app. probably.

Blog IDEA
Thoughts, rants, and occasional wisdom. Will I ever build it? Maybe. Will it be regularly updated? Absolutely not.
see blog → someday
??? IDEA
There are plans. They exist in a notes app. Probably. I'm not telling you what they are because I haven't decided yet either.
somewhere in the future

$ git log --all --oneline

Other repos on github.com/jaypixo — various things in various states, some haunted. 10 public repositories and counting. Most have one commit. Some have zero. That's the ecosystem.