Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@loothoarder
loothoarder / dashboard_plan_modules.html
Created April 15, 2026 03:50
StarfishIQ dashboard-shaped repo — 17-step module map
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>StarfishIQ dashboard-shaped repo — module map</title>
<style>
:root{
--color-background-primary:#FFFFFF;
--color-background-secondary:#F6F7F9;
--color-background-info:#E6EEFB;
@loothoarder
loothoarder / today_plan.html
Created April 15, 2026 02:28
StarfishIQ — Today's Plan (Dashboard-Shaped Repo) 2026-04-14
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Today's Plan — Dashboard-Shaped Repo</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
@loothoarder
loothoarder / yesterday_plan.html
Created April 15, 2026 02:28
StarfishIQ — Yesterday's Plan (v4 Audit-and-Extend) 2026-04-13
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Yesterday's Plan — StarfishIQ v4 Audit-and-Extend</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>StarfishIQ — Current Build Plan (2026-04-14)</title>
<style>
:root{--bg:#0b0d12;--card:#12151d;--ink:#e9ecf1;--mut:#9aa3b2;--ok:#3ecf8e;--warn:#f5a524;--bad:#ef4444;--acc:#7aa2f7;--line:#1f2430}
*{box-sizing:border-box}
body{margin:0;padding:32px;background:var(--bg);color:var(--ink);font:14px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
h1{font-size:22px;margin:0 0 4px}
@loothoarder
loothoarder / result-unified-build-plan-apr14.html
Created April 15, 2026 02:07
StarfishIQ unified build plan
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>StarfishIQ unified build plan â v3 + v4 reconciled</title>
<style>
:root{
--color-background-primary:#ffffff;
--color-background-secondary:#f5f4ed;
--color-background-info:#dbe8f5;