TL;DR
Abyssal Station, the sixth room in the FABLE/175 web exhibition, is now live as an AI-built simulation of a 3,800-meter ocean descent. Its central system links scrolling to depth, lighting, pressure readings, particles and animated sea life, though its performance and accessibility claims have not been independently tested.
Abyssal Station, the sixth entry in the FABLE/175 exhibition, is live as a single-page underwater experience built by AI around a 3,800-meter simulated descent. The project links a visitor’s scroll position to depth readings, water color, light levels, particles and animated creatures, offering a detailed example of how AI-assisted web production can support an interaction system rather than a standard page layout.
The experience uses a master scroll anchor to calculate virtual water depth and coordinate dependent visual systems. According to Thorsten Meyer AI’s account, CSS variables and JavaScript interpolation control the changing background, lighting and interface states, while a fixed depth meter and pressure display respond continuously as the visitor moves down the page.
A canvas-based animation layer introduces different creatures by ocean zone: schooling fish near the surface, pulsing jellyfish in the twilight zone, an anglerfish and marine snow in the midnight zone, and ghostly amphipods near the trench. At the bottom, station lights activate as a restrained finale. Deep cyan, cold blue and near-black colors mark the visual descent.
The published brief specifies plain HTML, CSS and JavaScript, with no frameworks, content-delivery networks or external image requests. It also calls for self-hosted fonts, semantic landmarks, keyboard access, visible focus states, reduced-motion behavior and animation loops that pause when the browser tab is hidden. These were stated production requirements; no independent code audit or performance test is included in the supplied material.
One Scroll Controls the Ocean
Abyssal Station’s main technical idea is that one calculated depth value governs many parts of the page. That shared value helps keep the meter, color, lighting, pressure data, creature behavior and particle movement synchronized, reducing the risk that separate effects will appear disconnected from the visitor’s position.
The project also shows a more ambitious use of AI-generated front-end work. Rather than producing a conventional collection of promotional panels, the brief asks the system to build a continuous physical metaphor: scrolling becomes sinking. For designers and developers, the result is relevant as a case study in combining art direction, interaction logic and accessibility requirements within a self-contained website.

Oceans of Fun: Sing and Learn
Unison Collection/Listening CD Kit
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Room Six of FABLE/175
Abyssal Station is Room 6 of 175 in FABLE/175, which Thorsten Meyer AI describes as a completed exhibition of websites built end to end by AI. Each room follows a distinct art direction; nearby entries include HELIOS, FOLIUM and KINETIKA. The Abyssal room is framed as a fictional crewed research station moving through successive ocean zones.
The source says production followed a three-pass pipeline: an initial build and self-critique, an external critique intended to identify at least 10 problems, and an art-director pass focused on raising the visual and emotional quality. The brief also required screenshots at 390, 834 and 1,440 pixels during each pass, along with corrections for visible layout problems.
“The page IS a descent.”
— The published Abyssal Station art-direction brief

Creating Wooden Boxes on the Scroll Saw: Patterns and Instructions for Jewelry, Music, and Other Keepsake Boxes (Fox Chapel Publishing) 25 Fun Projects from Scroll Saw Woodworking & Crafts Magazine
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Performance Claims Await Verification
The supplied account does not identify which AI model or models wrote the final code, how much human editing occurred, or whether every requested correction was implemented. It also does not provide a public repository, test results or issue log that would allow readers to verify the stated three-pass production process.
The brief sets goals including 60-frame-per-second animation, minimum 44-pixel tap targets and body-text contrast of at least 4.5:1. Those figures describe the requested quality bar, but the source offers no independent accessibility report, device benchmark or browser compatibility matrix. It is also unclear how the experience performs on older phones or low-power hardware.

JavaScript & jQuery: The Missing Manual
Used Book in Good Condition
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Testing Moves to Live Visitors
The next practical step is evaluation of the live Abyssal Station room across the target screen widths, keyboard controls and reduced-motion settings. Frame-rate measurements and accessibility testing would show whether the implementation meets the standards stated in its brief.
FABLE/175 is already described as a finished 175-room exhibition, so the supplied material does not announce another build phase. Future reporting will depend on whether its creators release source code, test data or more detailed production records showing how AI output and human review were divided.

Accessible Web:: Master 20 Accessibility Features in 30 Days
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 fictional deep-sea research outpost presented as an interactive website. It is Room 6 of the FABLE/175 exhibition, a collection described by its creator as 175 websites built end to end by AI.
How does the depth engine work?
A master scroll value is converted into simulated depth. JavaScript and CSS then use that value to update lighting, water color, pressure data, particles and creature animations together.
Does the live website use AI while visitors scroll?
The source describes the site as AI-built, but it does not report a live generative-AI service running during visits. The visible interaction is attributed to browser-based HTML, CSS, JavaScript and canvas code.
What happens at 3,800 meters?
Reaching the bottom triggers a quiet finale in which the station lights switch on. The depth also reaches the project’s darkest visual state, described as abyssal black.
Has its accessibility been independently verified?
No independent verification is included in the source material. The brief requires keyboard navigation, reduced-motion support and visible focus styling, but a public audit confirming full compliance has not been provided.
Source: Thorsten Meyer AI