KOMPOSE.
Toutes les ressources
Site WebClaude

Comment un site comme noth.in est construit (et le prompt pour le recreer)

Le problème résolu

Les sites de studio haut de gamme comme noth.in paraissent chers a produire mais reposent sur une stack accessible (Webflow + une couche GSAP maison), pas de l'ingenierie sur mesure. Ce guide detaille exactement ce qui tourne et donne un prompt pret a l'emploi pour recreer le pattern avec son propre contenu.

Le prompt à copier

Optimisé avecClaude
You are building a one-page studio/portfolio site in the style of high-end creative-agency sites (think noth.in): monochrome, oversized type, editorial restraint, one signature visual moment in the hero.

Stack: plain HTML/CSS + a small vanilla JS bundle (or React if the target project already uses it) + GSAP (core + ScrollTrigger) for animation. No heavy framework needed for a one-pager.

Structure, top to bottom:
1. Nav: logo/wordmark left, "MENU" trigger right, minimal, fixed or absolute over the hero.
2. Hero: full-viewport, one arresting visual (video loop, 3D render, or a single bold graphic) centered or offset, oversized wordmark type overlapping it, one small tagline line beneath. Background is a single flat color (black or white), never a photo collage.
3. Statement section: one short editorial paragraph (2-3 sentences, first-person plural "we"), huge line-height, generous margins, text-only, no imagery.
4. Work/case-study grid: numbered items (01, 02, 03...), each with a one-line client name + one-line description, revealed on scroll. Alternate text-left/image-right or stack vertically on mobile.
5. Studio/philosophy section: another short statement block, this time paired with a simple bullet list of services (3-6 items, no icons, just a clean list).
6. Team: names grouped by role (Founders, Creative Partners, etc.), plain text, no photos required.
7. Marquee ticker: one looping horizontal line of repeated text (the brand tagline or "we are [name]"), full-bleed, gives the page rhythm before the footer.
8. CTA/footer: one big closing line, a single button ("Book a call" / "Let's talk"), contact links (email, socials), copyright line.

Animation rules (this is what makes it feel expensive, not the layout):
- Text reveals: split headings into lines or words, animate opacity + a small Y-offset (8-20px) staggered on scroll into view via GSAP ScrollTrigger. Don't animate every paragraph, just headings and section intros.
- One custom cursor: a small circle that follows the pointer with slight lag (lerp/easing, not 1:1), and scales up over links/buttons.
- The hero visual can mask-reveal on load (a canvas or clip-path wipe), but keep it to one moment, not on every section.
- Respect prefers-reduced-motion: fall back to instant opacity/no stagger.

Typography: pick ONE display grotesk (e.g. a PP-foundry-style geometric sans) for headings, and ONE monospace for numbers/labels/eyebrow text (e.g. IBM Plex Mono, JetBrains Mono). That contrast (grotesk headline + mono label) is doing a lot of the "designed" feeling.

Color: black and white only, one accent used exactly once (the hero visual itself, not a UI color). No gradients, no drop shadows, no rounded cards.

Build it as: [describe your actual content here - your name/studio, your services, your case studies/work examples, your team]. Keep copy short: headline under 8 words, statement under 40 words, each work item under 15 words.

Sites like noth.in (Paris creative studio) look expensive because of restraint and motion craft, not a complicated stack. Inspected directly: it’s a Webflow site (CMS-less, one-page marketing build) with a small custom JavaScript bundle layered on top, built with Vite and shipping GSAP (core + ScrollTrigger-style scroll animation).

What’s actually running under the hood

  • Platform: Webflow. Confirmed via data-wf-site / data-wf-page attributes and the Webflow-hosted CDN scripts (jQuery 3.5.1 + webflow.js). No React, no Next.js, this is a Designer-built marketing site, not an app.
  • Custom animation layer: a separate ~750KB bundle hosted on Netlify, built with Vite, bundling GSAP directly into the page. It injects a small stylesheet at runtime that defines custom attributes: [line], [letter], [opacity], [scale], all starting at opacity:0 or scale(0) until GSAP animates them in on scroll. This attribute-driven pattern (mark elements with a plain HTML attribute, let one JS file scan the DOM and animate anything with that attribute) is exactly how agency sites bolt sophisticated motion onto a no-code builder without hand-wiring every animation.
  • Cursor + mask reveal: a custom cursor element and a .mask-reveal-canvas layer positioned absolutely over the hero video background, used for a wipe/reveal effect on load.
  • Typography: « Ppneuemontreal » (PP Neue Montreal, a premium grotesk from Pangram Pangram) for display type, paired with IBM Plex Mono for numbers and small labels. That grotesk-plus-mono pairing, loaded via Google Fonts’ webfont.js loader, is doing most of the « designed » work.
  • Analytics: standard GA4 + Google Tag Manager, nothing exotic.

The structure (top to bottom)

Minimal nav (wordmark + « MENU » trigger) → full-viewport hero (one 3D/video visual, oversized overlapping wordmark, one tagline) → a short editorial statement (2-3 sentences, huge line-height, no imagery) → a numbered work/case-study grid (01 through 07, one line of client name + one line of description each) → a studio philosophy block paired with a plain bullet list of services → team names grouped by role, no photos → a full-bleed looping marquee ticker repeating the brand line → one closing CTA line, a single button, contact links, copyright.

Monochrome throughout, black and white, exactly one accent used once: the hero’s visual object itself, never a UI color. No gradients, no card shadows, no rounded corners.

The prompt to recreate this pattern

This is written to be handed directly to Claude, Cursor, or any AI coding assistant. It describes the structure and motion system, not noth.in’s actual copy or brand assets, swap in your own content at the end.

You are building a one-page studio/portfolio site in the style of high-end creative-agency sites (think noth.in): monochrome, oversized type, editorial restraint, one signature visual moment in the hero.

Stack: plain HTML/CSS + a small vanilla JS bundle (or React if the target project already uses it) + GSAP (core + ScrollTrigger) for animation. No heavy framework needed for a one-pager.

Structure, top to bottom:
1. Nav: logo/wordmark left, "MENU" trigger right, minimal, fixed or absolute over the hero.
2. Hero: full-viewport, one arresting visual (video loop, 3D render, or a single bold graphic) centered or offset, oversized wordmark type overlapping it, one small tagline line beneath. Background is a single flat color (black or white), never a photo collage.
3. Statement section: one short editorial paragraph (2-3 sentences, first-person plural "we"), huge line-height, generous margins, text-only, no imagery.
4. Work/case-study grid: numbered items (01, 02, 03...), each with a one-line client name + one-line description, revealed on scroll. Alternate text-left/image-right or stack vertically on mobile.
5. Studio/philosophy section: another short statement block, this time paired with a simple bullet list of services (3-6 items, no icons, just a clean list).
6. Team: names grouped by role (Founders, Creative Partners, etc.), plain text, no photos required.
7. Marquee ticker: one looping horizontal line of repeated text (the brand tagline or "we are [name]"), full-bleed, gives the page rhythm before the footer.
8. CTA/footer: one big closing line, a single button ("Book a call" / "Let's talk"), contact links (email, socials), copyright line.

Animation rules (this is what makes it feel expensive, not the layout):
- Text reveals: split headings into lines or words, animate opacity + a small Y-offset (8-20px) staggered on scroll into view via GSAP ScrollTrigger. Don't animate every paragraph, just headings and section intros.
- One custom cursor: a small circle that follows the pointer with slight lag (lerp/easing, not 1:1), and scales up over links/buttons.
- The hero visual can mask-reveal on load (a canvas or clip-path wipe), but keep it to one moment, not on every section.
- Respect prefers-reduced-motion: fall back to instant opacity/no stagger.

Typography: pick ONE display grotesk (e.g. a PP-foundry-style geometric sans) for headings, and ONE monospace for numbers/labels/eyebrow text (e.g. IBM Plex Mono, JetBrains Mono). That contrast (grotesk headline + mono label) is doing a lot of the "designed" feeling.

Color: black and white only, one accent used exactly once (the hero visual itself, not a UI color). No gradients, no drop shadows, no rounded cards.

Build it as: [describe your actual content here - your name/studio, your services, your case studies/work examples, your team]. Keep copy short: headline under 8 words, statement under 40 words, each work item under 15 words.

Why this pattern reads as « premium »

It’s not the layout, one-page studio sites are a commodity template at this point. It’s three things stacked: (1) real restraint, one accent, one visual moment, no clutter, (2) a grotesk+mono type pairing instead of a single generic sans, and (3) scroll-triggered text reveals plus one custom cursor, motion that responds to the user instead of just autoplaying. Any of the three alone looks fine. All three together is what reads as agency-made.

Ressources liées

Toutes les ressources
Site WebClaude

Comment un site comme hirotos.com est construit (et le prompt pour le recreer)

Les portfolios 3D/creative-developer comme hirotos.com paraissent techniquement hors de portee mais reposent sur une stack accessible et bien documentee (Next.js + react-three-fiber/Three.js + GSAP + p5.js en option). Ce guide detaille exactement ce qui tourne et donne un prompt pret a l'emploi pour recreer le pattern avec son propre contenu.

›_You are building a portfolio site in the style of a "creative developer" showcase (think h
Voir la fiche
Site WebClaude

Derrière la FS 60P : comment fonctionne une page produit 3D en temps réel

Vous voulez une page produit qui donne une impression premium et interactive plutôt qu'un template statique de plus, mais construire ça demande en général un pipeline 3D sur mesure que la plupart des équipes n'ont pas. Cette ressource décortique comment thewatch.60fps.fr transforme un seul modèle 3D en site produit complet (hero, changement de couleur, diagramme éclaté, fiche technique), et donne le prompt pour construire votre propre version une fois que vous avez un asset 3D.

›_Construis un site vitrine produit d'une seule page pour un produit physique, avec React, T
Voir la fiche
Site WebClaudeGemini

Volez cet effet vidéo boomerang (le prompt inclus)

Les vidéos de fond en boucle qui ont toujours cette coupure gênante au redémarrage, en voici une qui n'en a pas.

›_### Stack - **Vite** + **React 18** + **TypeScript** - **Tailwind CSS 3.4** - **lucide-rea
Voir la fiche
Passer à l'action

On vous construit le site ?

Ces ressources donnent le ton. On peut livrer le site complet, rapide et pensé pour convertir.

Réserver un appelÀ propos de nous