Hey, I'm

Rabin
Adhikari

Great thinking should
feel invisible.

From Code to language, I build brands that connect and convert.

#01
Brand Strategy
#02
Brand Identity
#03
UI/UX Design
#04
Web Design
Trusted by Brands I've Helped Shape
Microsoft
Google
Facebook
Intel

Shaping
Experiences That
Make Life Simpler

I'm a Programmer focused on building clean, intuitive interfaces that solve real-world problems.

Let's Build Something
Meaningful Together

Get in touch
HTML5 Engine
Active Canvas Stack
<div class="canvas-wrapper">
<canvas id="motion-frame"></canvas>
<div class="fps">240 Frames</div>
</div>
HTML5 Canvas API DOM

Dynamic Frame Engine

High performance HTML5 Canvas scroll animation frame sequence architecture.

CSS3 Styling
.glass-card {
  backdrop-filter: blur(16px);
  border: 1px solid #34d399;
}
CSS3 Glassmorphism Keyframes

Responsive Design System

Modern CSS3 grid architecture with fluid typography and ambient glow animations.

JavaScript JS
const lerp = (a, b, t) => a + (b-a)*t;
> targetFrame: 240
> smoothLerp: true (0.15)
JavaScript Scrub Lerp Preloader

JS Inertia Controller

Asynchronous image preloader and mathematical scroll inertia controller.