-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (86 loc) · 4.16 KB
/
index.html
File metadata and controls
90 lines (86 loc) · 4.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RikaiDev — Human vision. AI execution.</title>
<meta name="description" content="We use AI to build what one person could not build alone. Open source developer tools.">
<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=Inter:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27><text y=%27.9em%27 font-size=%2790%27>理</text></svg>">
</head>
<body>
<nav class="nav">
<div class="nav-brand">RIKAI.DEV</div>
<a href="https://github.com/RikaiDev" class="nav-link" target="_blank" rel="noopener">GitHub</a>
</nav>
<main>
<section class="hero">
<h1 class="hero-kanji">理解</h1>
<p class="hero-tagline">Human vision. AI execution.<br>Real products.</p>
<p class="hero-sub">We use AI to build what one person could not build alone.</p>
</section>
<section class="projects">
<h2 class="section-title">Projects</h2>
<div class="project-grid">
<a href="https://github.com/RikaiDev/toki" class="project-card" target="_blank" rel="noopener">
<div class="project-icon">⏱</div>
<h3>Toki</h3>
<p>Automatic time tracking for developers. Privacy-first, AI-powered, zero-friction.</p>
<span class="project-tag">Rust · CLI · AI</span>
</a>
<a href="https://github.com/RikaiDev/cortex" class="project-card" target="_blank" rel="noopener">
<div class="project-icon">🧠</div>
<h3>Cortex</h3>
<p>AI collaboration brain for coding assistants. Memory, structure, and intelligence via MCP.</p>
<span class="project-tag">TypeScript · MCP · AI</span>
</a>
<a href="https://github.com/RikaiDev/inboxd" class="project-card" target="_blank" rel="noopener">
<div class="project-icon">📥</div>
<h3>Inboxd</h3>
<p>Unified inbox with AI-powered cognitive processing. Stop context switching. Start deciding.</p>
<span class="project-tag">TypeScript · AI</span>
</a>
<a href="https://github.com/RikaiDev/kaido" class="project-card" target="_blank" rel="noopener">
<div class="project-icon">🎯</div>
<h3>Kaido</h3>
<p>Your AI Ops Coach — Learn infrastructure operations through guided AI diagnosis.</p>
<span class="project-tag">DevOps · AI</span>
</a>
<a href="https://github.com/RikaiDev/mimamori" class="project-card" target="_blank" rel="noopener">
<div class="project-icon">👁</div>
<h3>Mimamori</h3>
<p>見守り — Workplace atmosphere guardian. AI-powered Discord bot for team communication.</p>
<span class="project-tag">Discord · AI</span>
</a>
<a href="https://github.com/RikaiDev/AII" class="project-card" target="_blank" rel="noopener">
<div class="project-icon">🔮</div>
<h3>AII</h3>
<p>AI Interactive — The interaction layer where intent flows freely between humans and AI.</p>
<span class="project-tag">Research · AI</span>
</a>
<a href="https://github.com/RikaiDev/minori" class="project-card" target="_blank" rel="noopener">
<div class="project-icon">🌱</div>
<h3>Minori</h3>
<p>実り — Coming soon.</p>
<span class="project-tag">Coming Soon</span>
</a>
</div>
</section>
<section class="philosophy">
<blockquote>
"The code is the proof."
</blockquote>
<p>Not slides. Not demos. Not Twitter threads.<br>Clone it. Read it. Run it. Break it.</p>
</section>
</main>
<footer class="footer">
<p>Building in public. Shipping in production.</p>
<div class="footer-links">
<a href="https://github.com/RikaiDev" target="_blank" rel="noopener">GitHub</a>
</div>
</footer>
</body>
</html>