A peek at the person behind the pixels

A peek at the person behind the pixels

A peek at the person behind the pixels

Why UX Design?

Because UX lives in our everyday actions


From buying your morning coffee, to Citymapping your way home from an event, simplicity is key.


Creating smooth experiences and real impact is a great way to spend a day, if you ask me

My Design Ethos?

Listen with intent.


I’ve never been the loudest voice in the room and for a long time, I thought that was a limitation, but it's my strength.


Listening enables designs that are considered, not just finished.

My Design Superpower?

Being wildly adaptable, thanks to startup life.


Generalists can get a bad rep, but working across so many areas has deepened my understanding of how design connects with users, teams, and business goals.


It’s made me a more thoughtful, flexible designer.

How about a Non-Design Superpower?

Coined "Cafe culture girl" of 2024. I'm a magpie when it comes to aesthetic cafes! Put me anywhere and I will find a cute cafe to visit

Recent Reads

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; }