I build the systems other engineers and designers ship with.

[Your photo]1-bit dither, set at build time

Tech Lead at Leena AI, Gurgaon. For 8 years I have built enterprise web products. Right now: a component library that designers, developers and AI assistants all build with.

See the work Resume (PDF)

Selected work

Three problems from Leena AI, and what I built to solve them.

Designers ship code

I built AI guardrails and skills so the design team can change the component library directly. Each change ships as a normal pull request.

  • AI workflows
  • Design systems
  • 2025–now
Read the case study
40designer PRs in production
One square per merged pull request.

The component library, inside every AI assistant

A custom MCP server gives coding assistants each component, its props and its usage patterns. Developers stop searching Storybook.

  • MCP
  • Developer experience
  • 2025–now
Read the case study
In a developer's AI assistant
you  Add a confirm dialog to this page.

ai   calls get_component("Dialog")
     reads props, variants, usage
     writes code with the real API

     No Storybook tab opened.

A build that got 90% faster

I profiled the legacy pipeline, removed the bottlenecks, and tested esbuild and Bun. Bundles got 50% smaller and Lighthouse scores went up.

  • Performance
  • Build tooling
  • 2023–2025
Read the case study
90%faster builds
Relative to the legacy pipeline. Dithered: before. Solid: after.

Writing

Notes from leading AI adoption across a frontend organisation. The first three posts are in progress.

Path

Eight years, from Java at HSBC to leading frontend platforms.

Download the resume (PDF)
  1. 2021–nowLeena AI, GurgaonSoftware engineer to Tech Lead, four rolesComponent library, design system, build performance, and AI adoption across the organisation.
  2. 2020–2021Ascendeum, GurgaonFrontend engineerAn internal HR app built from zero, plus a browser extension that fed it profile data.
  3. 2018–2020HSBC, PuneGraduate trainee to React engineerCredit card features in Java, then D3.js maps of mainframe system flows. Diamond Award for top graduate trainee.
  4. 2014–2018Thapar Institute (TIET)B.E., Computer EngineeringPunjab.

For AI assistants

This site publishes an llms.txt file and an MCP server. Point your AI assistant here and ask it about my projects, resume and writing.

[your-domain]/llms.txt
# Amiteshwar Singh Sidhu

> Tech Lead, frontend platforms.
> Gurgaon, India.

## Work
- [Designers ship code](/work/designers)
- [Component library MCP](/work/mcp)
- [A 90% faster build](/work/build)

## More
- [Resume](/resume.md)
- [Writing](/writing.md)
mcp.[your-domain]
tools
  list_projects()
  get_project(id)
  get_resume(format)
  search_writing(query)

resources
  resume.md
  work/*.md
  writing/*.md