Product
Changelog
2026-05-30: Home & Interiors vertical + platform expansion
- Home & Interiors launched as second product vertical, with room depth mapping, object segmentation, and PBR rendering.
- Interiors app page (/interiors), with room photo upload, product placement demo, and Three.js PBR rendering pipeline.
- Three new technology deep-dive pages: Depth Mapping, Object Segmentation, and PBR Rendering, each with interactive CSS demo and vibe-adaptive copy.
- Technology section expanded to 9 pillars: 6 Fashion & Beauty, 3 Home & Interiors.
- API documentation rewritten for both verticals, covering /v1/room/analyze, /v1/room/place, /v1/assets/upload, and PBR material management endpoints.
- AppNav and MarketingNav updated, with the Interiors link added across all navigation surfaces.
- Pricing features updated, with GLB/GLTF asset pipeline and interiors API access included in Maison tier.
- Careers page (/careers), with ML Engineer (Fashion), ML Engineer (Vision/Rendering), Full-Stack, and Designer roles.
- Copy updated throughout: hero, manifesto, product pillars, steps, trust, and pricing reflect all three verticals.
- Footer and About page updated with "Fashion, beauty, and interiors" messaging throughout.
2026-05-30: Infrastructure + mobile + accessibility
- Auth flow: login/signup pages with
iron-sessioncookie sessions. Middleware protects app routes. - Stripe checkout: session creation API, webhook handler, success page. Gracefully disabled without API keys.
- Resend email: waitlist confirmation email sent on signup. HTML template matches brand palette.
- Mobile QA: 390px and 480px breakpoints audited and fixed across all sections.
- Accessibility: skip-to-content link,
:focus-visiblering, 44px minimum tap targets on touch,.sr-onlyutility. - Performance:
content-visibility: autoon below-fold sections,themeColorviewport meta, overflow-x fix. .env.local.exampleadded with all required environment variable keys.
2026-05-30: Design & craft pass
- Custom cursor: 4px dot + lerped ring, expands on hover over interactive elements.
- Page transitions: framer-motion fade + translate between routes.
- Favicon SVG + dynamic OG image via Next.js
ImageResponse. - Press section, product preview section, branded 404, sitemap, robots.
- Contact page (/contact) and press page (/press).
- Social links: Instagram, TikTok, Pinterest in footer.
- Trial copy reframed to "Your first session is on us." No urgency language.
- Profile builder redesigned to match site design system, with foil text throughout, two-column centered layout, and preview panel restored.
- App pages (Wardrobe, Occasion, Collaborate, Twin) content centered. Wardrobe empty state now starts blank, with no demo images.
2026-05-15: App layer
- Wardrobe OS: closet upload, garment grid, outfit intelligence. Persisted via
localStorage. - Occasion Intelligence: event input, formality scoring, outfit suggestion.
- Stylist Collaboration: invite by email, role permissions (view / annotate / recommend), revoke.
- 3D Twin Scanner: simulated phone camera scan flow with progress and measurement output.
- Undertone Display: compact + full modes, integrated into profile builder preview panel.
- App navigation strip: sticky sub-nav across all app pages.
- API stubs:
/v1/wardrobe,/v1/stylist,/v1/undertone/analyze,/v1/occasion/suggest,/v1/twin/generate.
2026-05-01: Redesign
- Full site redesign: quiet luxury editorial aesthetic. Bottega × Celine vibe.
- Foil text treatment throughout: hot-stamp emboss via
background-clip: text+ tin-foil texture. - Pantone palette: Cappuccino Foam 11-0109 TSX, Yellow 0131 U.
- Scroll reveal animations:
IntersectionObserver+MutationObserverfor dynamic sections. - Audience switch: Personal / Professional / Brand, replaces nav vibe switcher.
- Technology section: fabric physics, undertone analysis, occasion intelligence, 3D twin.
- Social proof section, manifesto section, trust section.
v1.0: April 2026
FLAÜNTE launches on the marketing site with the full category atlas, three lanes (Atelier, Studio, Maison), early-access signup, and developer-facing OpenAPI. Web app first, with iOS and Android apps in development.
2026-04-22
- Marketing homepage aligned with profile builder taxonomy (
BODY_ZONES,CATEGORY_COUNT). - Profile builder: browser autosave, JSON export, POST
/api/profile+GET /api/profile/:id. - Hono:
POST /v1/profile,GET /v1/profile/:id, waitlist append to.data/waitlist.ndjson. - New routes: Privacy, Terms, Developers, Changelog,
/openapi.json. - Structured data (JSON-LD) on the root layout for SEO.
