Anup Shinde

Projects

The work itself - libraries, tools, systems, experiments, and series that turned into something useful.

Some of these are active codebases. Some are older frameworks, browser extensions, or long-form tutorial series. Together they trace the through-line of this site better than a chronological feed ever could.

What ties them together

I tend to build when the existing path gets too rigid, too slow, or too fuzzy to trust.

That shows up in a Go ephemeris library, a custom backtester, AI agent experiments, and even older work like static site tooling and realtime frameworks.

It also shows up in Fractiz, an advanced trading analytics system I'm building.

The point is rarely novelty for its own sake. It is usually about control, clarity, and reducing friction in the actual workflow.

Selected work

Built from the posts already on this site.

A godom multi-component dashboard with a sidebar nav, a counter island, an analog plus digital clock, a small CPU and memory chart, a shared counter, and a stock ticker table
Go UI framework Active 2026

godom

A Go framework for local apps where the Go process owns the DOM and the browser is just a screen. No Electron, no complex JS frontend, no API layer; go build gives you one binary that opens a tab.

Powers a dashboard, a 3D solar system, an xterm.js terminal running Claude Code, and an ffmpeg-decoded video player, all as single Go binaries. Multi-tab and multi-device sync are properties of the architecture, not features.

Orbital diagram representing planetary ephemeris computation
Go library Active 2026

goeph

A Go ephemeris toolkit built on NASA JPL ephemeris data, born from porting a real Skyfield-based workflow. Now the bedrock for further tooling in this space.

Validated against Skyfield. Integrated into my own pipeline within days.

SEO Analysis Report and Tool built using AI Agents.
One-off tool Experiment 2025

SEO Analysis Tool

A sitemap-driven SEO analysis workflow built almost entirely with AI agents, then corrected by hand where the agents drifted.

Started from an empty directory, requirements-first, and shipped a working HTML reporting tool for a real migration need.