Frontend portfolio of systems architecture case studies by Titash Dev.
Live site: dronly.in
A browsable set of architecture case studies, decision records, and interactive models. The visual system is a spatial HUD. The data is static files in src/data/.
- Not a live operations platform
- Not a UAV fleet controller, SAP system, or ServiceNow integration
- Not a production telemetry pipeline
- No auth, database, or CMS
- Moving numbers in the UI are a client-side demo loop, not production data
Status: prototype / simulation.
- React 19
- Vite / TanStack Start
- Tailwind CSS v4
- Framer Motion
- Three.js / React Three Fiber
npm install
npm run devnpm run build
npm run typecheckDeployed as a Vercel project from this repository.
The discovery wizard opens a mailto: brief to titashdev@gmail.com. There is no form backend.
src/ HUD UI, routes, and case-study data
public/ Favicon and share card
scripts/ Host-preview adapters (PWA/OG injection)
server/ TanStack Start / Nitro build adapter
The product is a static SPA. scripts/ and server/ exist so the same repo can build on the hosted preview and on Vercel. They are not an application backend. There is no runtime API.
MIT. See LICENSE.

