Transparency Report · v5.0.0

Known Bugs

We prioritize transparency. Below are the current known issues on the platform, our timeline for resolving them, and a record of recently resolved issues.

Active Issues (2)

LNG-001

Language Selection Resets on Hard Refresh (Rare)

Low SeverityStatus: Investigating

Target Fix

v4.0.x

Description

In some browser configurations with strict privacy settings or storage partitioning (e.g., Firefox strict mode), the selected language may not persist across full page reloads because access to localStorage is blocked.

Workaround

Use a browser that supports localStorage, or set your browser's privacy level to Standard. The language switcher functions correctly on first selection within the session.

SYN-001

Progress Not Synced Across Devices

Medium SeverityStatus: Acknowledged

Target Fix

v6.0.0

Description

Since the dashboard was removed in v5.0.0, there is no cloud sync mechanism. Progress is stored locally in the browser and does not persist across different devices or browsers.

Workaround

Currently, progress is saved locally per browser. To access your progress on another device, you will need to complete lessons again. Cloud sync is planned for a future release.

Recently Resolved

CUR-430

Curriculum Consistency Upgrade

Low SeverityStatus: Fixed

Target Fix

v4.3.0 ✓

Description

Previous tracks lacked a unified progression structure, making it difficult for absolute beginners to find an entry point.

Resolution

Fixed in v4.3.0 — All 11 core tracks restructured into a 3-Tier model (Foundations, Intermediate, Production) and a new 'Foundations' track added.

PWA-430

Functional PWA Installation Engine

Low SeverityStatus: Fixed

Target Fix

v4.3.0 ✓

Description

The previous PWA prompt was only informational and did not trigger a native installation event.

Resolution

Fixed in v4.3.0 — Introduced usePwaInstall hook and connected it to the native 'beforeinstallprompt' event.

TRM-003

Terminal Scrolls Entire Page on Load

Medium SeverityStatus: Fixed

Target Fix

v4.0.0 ✓

Description

The interactive terminal on the landing page used `autoFocus` and `scrollIntoView`, which caused the browser to scroll the whole page down to the terminal input on initial load, hiding the hero section. Additionally, when users typed commands, the scrollIntoView call hijacked the page scroll container.

Resolution

Fixed in v4.0.0 — autoFocus removed; scroll is now contained within the terminal element.

LDG-005

Mobile UI Lag Smoothing

Medium SeverityStatus: Fixed

Target Fix

v4.2.0 ✓

Description

Heavy backdrop blurs on mobile sidebars caused extreme spikes in DOM repaints, lagging the device.

Resolution

Fixed in v4.2.0 — Conditionally removed backdrop-blur-sm on mobile viewports (<768px).

HRO-002

3D Hero Stutter on Low-End Devices

Low SeverityStatus: Fixed

Target Fix

v4.1.0 ✓

Description

On some older mobile devices, the 3D scene may cause frame drops despite existing DPR clamping.

Resolution

Fixed in v4.1.0 — The 3D Canvas is completely disabled on mobile viewports (<768px) to guarantee smooth 60FPS performance, falling back to a CSS-based blurred element.

BRD-001

Discord Logo in Community CTA

Low SeverityStatus: Fixed

Target Fix

v5.0.0 ✓

Description

The Community CTA button was using Discord's SVG icon instead of Instagram's camera icon.

Resolution

Fixed in v5.0.0 — Replaced with the correct Instagram icon path.

BRD-002

Dashboard Removed

Medium SeverityStatus: Fixed

Target Fix

v5.0.0 ✓

Description

The /dashboard page was removed entirely since localStorage progress was not persistent across browser sessions.

Resolution

Fixed in v5.0.0 — Dashboard page and all navigation references have been removed.

BRD-003

Navbar Dropdown Hover Gap

Low SeverityStatus: Fixed

Target Fix

v5.0.0 ✓

Description

An invisible gap between navbar dropdown buttons and their menus caused premature closing on hover. Touch devices also lacked proper support.

Resolution

Fixed in v5.0.0 — Hover gap eliminated and click-to-toggle support added for touch devices.

BRD-004

Template Literal Escapes in Course Content

Medium SeverityStatus: Fixed

Target Fix

v5.0.0 ✓

Description

5 course pages contained raw `${}` and backtick characters in code examples that broke the Next.js build.

Resolution

Fixed in v5.0.0 — All template literal syntax was properly escaped in cybersecurity, rust, mobile, system-design, and discord courses.

BRD-005

i18n Nav Keys for Dashboard

Low SeverityStatus: Fixed

Target Fix

v5.0.0 ✓

Description

Translation references to the dashboard navigation item remained in i18n locale files after the dashboard was removed.

Resolution

Fixed in v5.0.0 — All i18n references to the dashboard navigation key have been removed.

Found something else?

Report new issues directly on our GitHub repository. We welcome community audits.

Open Issue on GitHub

Need live support?

Follow our Instagram page and message us for immediate help.

Message Us