Skip to content

Instantly share code, notes, and snippets.

@shyoon-devops
shyoon-devops / poc-plan-v2.html
Created April 5, 2026 04:32
PoC v2 Plan: Dashboard + Auth + Monitoring
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PoC v2 Plan</title>
<style>
:root { --bg: #1a1a2e; --surface: #16213e; --card: #0f3460; --accent: #e94560; --text: #eee; --text2: #aab; --code-bg: #0d1117; --border: #333; --link: #64b5f6; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; font-size: 15px; padding: 16px; }
@shyoon-devops
shyoon-devops / poc-plan.html
Created April 4, 2026 20:06
PoC 실행 계획 — 멀티 LLM CLI 오케스트레이터
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PoC 실행 계획</title>
<style>
:root { --bg:#1a1a2e; --surface:#16213e; --card:#0f3460; --accent:#e94560; --text:#eee; --text2:#aab; --code-bg:#0d1117; --border:#333; --link:#64b5f6; }
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
@shyoon-devops
shyoon-devops / research-all.html
Last active April 4, 2026 19:47
멀티 LLM 팀 코딩 오케스트레이터 리서치 (12 Parts)
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>멀티 LLM 팀 코딩 오케스트레이터 — 리서치</title>
<style>
:root {
--bg: #1a1a2e;
--surface: #16213e;