A high-end, experimental e-commerce frontend that redefines digital commerce through cinematic fluidity and micro-interactions.
Tahsin Shop is not just an e-commerce siteβit's a portfolio masterpiece that showcases the future of web design. Built with cutting-edge technologies and a focus on "vibe" over function, this project demonstrates how emotion and artistry can transform digital commerce into an unforgettable experience.
"We do not sell products. We sell feelings. We curate moments."
In a world saturated with cookie-cutter e-commerce experiences, Tahsin Shop breaks the mold. This project exists to prove that web design can be more than just functionalβit can be emotional, cinematic, and memorable.
Every interaction, every animation, every pixel is crafted to evoke a feeling. From the moment you land on the site, you're not just browsing products; you're experiencing a carefully choreographed digital performance.
This is not commerce. This is culture.
A custom preloader that sets the stage for the entire experience. Watch as the percentage counter animates from 0-100%, followed by a dramatic curtain reveal using GSAP's expo.inOut easing. The entire sequence is synchronized with hero animations, ensuring a seamless first impression.
Technical Implementation:
z-index: 99999Experience true SPA-like navigation without hard refreshes. Page transitions use a full-screen "curtain" div that slides up to cover the screen, waits for content to load, then reveals the new page with cinematic timing.
Technical Implementation:
onNavigate lifecycle hook#0A0A0A) with yPercent transformsA gallery section that "locks" the viewport and transforms vertical scrolling into horizontal movement. As you scroll down, the content slides sidewaysβlike walking through an art gallery.
Technical Implementation:
pin: true1300% for 13 sections)gsap.matchMedia() for mobile fallback (vertical stack)A fixed footer that sits behind the main content, revealed as you scroll to the bottom. Features massive typography and a magnetic CTA button that physically moves toward your cursor.
Technical Implementation:
z-index: 0z-index: 10Built entirely using Svelte 5's revolutionary runes systemβno legacy export let or svelte/store syntax.
Technical Implementation:
$state for reactive primitives (cart items, menu state)$derived for computed values (total price, item count)$effect for side effects and animations$props for component props (Svelte 5 style)A blend-mode cursor that expands on hover, showing contextual text ("VIEW", "ADD", "SHOP"). Hidden on touch devices for optimal mobile experience.
Interactive elements that physically move toward the cursor when within a 200px radius, creating a tangible connection between user and interface.
A subtle, animated film grain texture that adds cinematic depth without interfering with interactions (pointer-events: none).
Massive, fluid typography that responds to scroll and viewport size. Uses clamp() for truly responsive text scaling.
tahsin-shop/
βββ src/
β βββ lib/
β β βββ components/
β β β βββ ui/
β β β β βββ FloatingInput.svelte
β β β βββ CustomCursor.svelte
β β β βββ Footer.svelte
β β β βββ Hero.svelte
β β β βββ NoiseOverlay.svelte
β β β βββ PageTransition.svelte
β β β βββ Preloader.svelte
β β β βββ ProductGrid.svelte
β β β βββ ShoppingCart.svelte
β β β βββ SmartHeader.svelte
β β βββ stores/
β β β βββ cart.svelte.ts
β β βββ utils/
β β βββ lenis.ts
β βββ routes/
β β βββ checkout/
β β β βββ +page.svelte
β β β βββ success/
β β β βββ +page.svelte
β β βββ lookbook/
β β β βββ +page.svelte
β β βββ manifesto/
β β β βββ +page.svelte
β β βββ product/
β β β βββ [id]/
β β β βββ +page.svelte
β β β βββ +page.ts
β β βββ +layout.svelte
β β βββ +page.svelte
β βββ app.css
β βββ app.html
βββ package.json
βββ tailwind.config.js
βββ vite.config.ts
βββ svelte.config.js
Clone the repository
git clone https://github.com/yourusername/tahsin-shop.git
cd tahsin-shop
Install dependencies
npm install
Start the development server
npm run dev
Open your browser
Navigate to http://localhost:5173
npm run build
npm run preview
Despite heavy animations and complex interactions, Tahsin Shop maintains buttery-smooth 60fps performance through:
transform and opacity (CSS properties that trigger GPU compositing)will-change for animated elementsloading="lazy"scrub for efficient scroll-linked animationsResult: Lighthouse scores of 90+ across all metrics, even with cinematic animations.
This project demonstrates:
This project is licensed under the MIT License.
Designed & Developed by Tahsin
"Building the future of web experiences, one interaction at a time."
Made with β€οΈ and lots of β