TL;DR
FABLE/175 has published Abyssal Station, a live AI-built web experience that turns scrolling into a simulated 3,800-meter ocean descent. Its released design guide and original brief describe a shared depth engine controlling the page’s color, lighting, data displays and animated sea life.
FABLE/175 has released Abyssal Station, an AI-built webpage that converts scrolling into a simulated 3,800-meter ocean descent. The live project and its published design guide show how a single depth engine coordinates color, lighting, pressure readings, particles and animated creatures, offering developers a documented example of AI-assisted interactive design.
The page places a fixed depth meter beside the experience and recalculates the virtual depth as a visitor scrolls. According to the exhibition’s account, that value drives background color, light levels and interface states, keeping the separate visual systems tied to the same position rather than running as unrelated effects.
The descent moves from surface teal to near-black water, with bioluminescent cyan and cold-blue highlights. Canvas-rendered wildlife changes by zone: schooling fish appear near the surface, jellyfish occupy the twilight layer, an anglerfish and marine snow mark deeper water, and ghostly amphipods appear near the trench. At the bottom, station lights switch on for the closing scene.
The disclosed technical brief calls for plain HTML, CSS and JavaScript, with no frameworks, content-delivery networks or external requests. It also specifies self-hosted fonts, semantic landmarks, keyboard controls, visible focus states, 44-pixel minimum tap targets and reduced-motion behavior. These specifications come from the project materials; the source does not provide independent performance or accessibility audit results.
One Depth Value Controls Everything
Abyssal Station matters as a working example of how scroll-based storytelling can be organized around one measurable state. Linking every effect to simulated depth can make a complex scene feel coherent while giving developers a clearer way to tune timing, atmosphere and interaction.
The release of the original production brief also makes the project more useful than a visual demonstration alone. Developers can examine the stated constraints behind the finished page, including responsive targets at 390, 834 and 1,440 pixels, limits on particle counts and instructions to pause animation when the browser tab is hidden.

Web Design with HTML, CSS, JavaScript and jQuery Set
Brand: Wiley
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Inside the FABLE/175 Exhibition
Abyssal Station is Room 6 of 175 in FABLE/175, a completed online exhibition described by Thorsten Meyer AI as a collection of 175 distinct websites built end to end by AI. The room follows projects including HELIOS, FOLIUM and KINETIKA, each centered on a different visual and interaction concept.
The source says production used a three-pass pipeline: an initial build and self-review, an outside critique tasked with finding at least 10 problems, and a final art-direction pass. The brief also called for screenshots at three viewport widths during every pass. No pass-by-pass test records or issue list were included in the supplied material.
“The page is a descent.”
— The published Abyssal Station art-direction brief

Data-Driven Storytelling (AK Peters Visualization Series)
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Performance Claims Await Outside Testing
It is not yet clear how consistently the experience reaches its stated 60-frames-per-second target across older phones, slower processors or browsers with different canvas behavior. The source also does not provide measured frame rates, accessibility audit scores or user-test findings.
The materials describe the site as AI-built, but they do not give a detailed accounting of which code, design choices or revisions were generated by an AI system and which were changed by human reviewers. The amount of human intervention during the three production passes remains unspecified.
ocean simulation display devices
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Visitors Can Test the Descent
The next step is public examination of the live Abyssal Station room, particularly at the three target viewport widths and with reduced-motion settings enabled. Developers can also compare the finished page with the released art-direction prompt and design guide to see how closely the implementation follows the stated plan.
Any firmer judgment about performance, accessibility and browser compatibility will depend on reproducible testing beyond the exhibition’s own description. FABLE/175 is presented as finished, and the supplied material gives no schedule for later revisions to this room.

Learning Virtual Reality: Developing Immersive Experiences and Applications for Desktop, Web, and Mobile
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Key Questions
What is Abyssal Station?
Abyssal Station is a single-page interactive website depicting a crewed research outpost descending through ocean zones. Scrolling advances a virtual depth reading from the surface toward 3,800 meters.
How does scrolling control the experience?
A master scroll position is converted into simulated depth. The project materials say that value controls lighting, background color, pressure data, particle movement and creature animation.
Was the website built entirely by AI?
FABLE/175 describes the room as built end to end by AI through its production pipeline. The supplied account also refers to critique and art-direction stages, but the division between AI output and human editing is not disclosed.
What technology does Abyssal Station use?
The released brief specifies HTML, CSS and JavaScript without frameworks or external network requests. Its visuals are described as code-generated through CSS, SVG and canvas techniques.
Has its performance been independently verified?
No independent benchmark appears in the supplied source. A 60fps goal and responsive requirements are documented, but measured results across devices and browsers remain unavailable.
Source: Thorsten Meyer AI