Hi, I’m Shen 👋

Hi, I’m Shen 👋

I turn early-stage thinking into thoughtful experiences

I’ve worked across UX, branding, and marketing. Along the way, I’ve learned how to shift between challenges, stay curious, and design for both users and outcomes

Currently freelancing with startups

Formally at Resooma

Crafted by Shen

Made possible with long sessions, coffee and matcha


2025

Lets chat over a

m

a

t

c

h

a

shenese.leigh@gmail.com

Copied

Crafted by Shen

Made possible with long sessions, coffee and matcha

2025

Lets chat over a

m

a

t

c

h

a

shenese.leigh@gmail.com

Copied

Crafted by Shen

Made possible with long sessions, coffee and matcha


2025

Lets chat over a

m

a

t

c

h

a

shenese.leigh@gmail.com

Copied

Crafted by Shen

Made possible with long sessions, coffee and matcha

2025

Lets chat over a

m

a

t

c

h

a

shenese.leigh@gmail.com

Copied

import { useEffect } from "react"; export function Redirect() { useEffect(() => { window.location.href = "https://www.shenleigh.com"; }, []); return null; }