Skip to content

jedbillyb/jedbillyb.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

favicon

jedbillyb.com

Personal site, server dashboard, and extension hub.

Deploy License React TanStack Tailwind


Pages

The main landing page. Links to my socials - Discord, Instagram, email, GitHub, and X.

server.jedbillyb.com/setup - Absolute Server Manifest

A Terminal Noir dashboard that visualises the full state of server.jedbillyb.com in real time.

Panel What it shows
Live system stats Uptime, RAM, load average, disk, network I/O, swap
Systemd catalog Collapsible unit files & env keys
PM2 processes Live CPU / memory per process
Tmux sessions Active session list
Nginx routing map Proxy & static targets
Security panel SSL cert details, IPTables rules, cron jobs
Filesystem map du -sh with usage bars
Recent deploys Repo, SHA, branch, commit message

Privacy policy for the Desmos Text Input/Output Tool Chrome & Firefox extension.


Stack

Layer Tech
Markup HTML
Styles SCSS · CSS · Tailwind CSS v4
Framework React 19 (Server Manifest)
SSR TanStack Start
Dashboard bundler Vite
Dashboard runtime Bun

Repo structure

jedbillyb.com/
├── assets/
│   ├── css/
│   ├── sass/
│   ├── webfonts/
│   └── *.svg              # Social icons
├── dashboard/             # server.jedbillyb.com/setup
│   ├── src/
│   ├── vite.config.ts
│   ├── wrangler.jsonc
│   └── ...
├── extensions/
│   └── desmos-text-io/
│       └── privacy.html
├── index.html             # Main landing page
└── favicon.ico

MIT © jedbillyb
Made with ❤️ by jedbillyb