← Back home Updated Oct 2024

Project archive

Projects & Tools.

A mix of independent experiments, observability surfaces, and design systems shipped with multi-disciplinary teams. Everything here was built to be dogfooded and to remove friction for the people closest to the work.

Personal Work Prototypes

Focus

Developer tooling, observability, UI systems

Roles

Product design, system architecture, front-end

Toolchain

Tanstack EcoSystem, Nitro JS, Next JS

Personal sandbox

bytepad

Online sandbox environment to code on and run fullstack applications.

App.tsx
1 import { useState } from "react";
2
3 export default function App() {
4 const [count, setCount] = useState(0);
5
6 return (
7 <button onClick=() => setCount(c => c + 1)>
8 Count is {count}
9 </button>
10 );
11 }
vite dev 42ms
VITE v5.2.0 ready in 120 ms
Local: http://localhost:5173/

view on github

view case
Personal infrastructure

auth

Self-hosted centralized auth plane orchestrating login, device posture, and scoped tokens across my internal tools.

auth.hosenur.cloud
anu@tools.systems mbp-01 · trusted
authenticated
mia@infra.run ipad-key · trusted
authenticated
dev@stack.local vm-centos · scoped
authenticated
ops@downtime.app edge-gw · trusted
authenticated
jo@design.systems studio-pro · mfa
authenticated

view admin

view case
Work collaboration

mx

Self-hosted personal domain email client with inbound handlers and SMTP routing.

Job application follow-up — product design

to careers@district.dev

mail@hosenur.cloud

sent

Requested documents delivered — Q3 audit

to finance@flight.cx

mail@hosenur.cloud

sent

Refund processed — order 7441

to care@orbit.shop

shop@hosenur.cloud

sent

view on github

view case