-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (79 loc) · 3.36 KB
/
index.html
File metadata and controls
91 lines (79 loc) · 3.36 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
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Opellen | Open-source tools for AI-assisted development.</title>
<meta name="generator" content="Jekyll v4.4.1" />
<meta property="og:title" content="Opellen" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Open-source tools for AI-assisted development." />
<meta property="og:description" content="Open-source tools for AI-assisted development." />
<link rel="canonical" href="https://opellen.github.io/" />
<meta property="og:url" content="https://opellen.github.io/" />
<meta property="og:site_name" content="Opellen" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Opellen" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Open-source tools for AI-assisted development.","headline":"Opellen","name":"Opellen","url":"https://opellen.github.io/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="icon" type="image/svg+xml" href="/assets/opellen-logo-symbol.svg">
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://opellen.github.io/feed.xml" title="Opellen" /></head>
<body><nav class="site-nav" role="navigation">
<div class="nav-inner">
<a class="site-title" href="/">
<img src="/assets/opellen-logo-symbol.svg" alt="" class="site-logo">
<span>Opellen</span>
</a>
<div class="nav-links"><a class="nav-link" href="/blog/">Blog</a><a class="nav-link" href="/about/">About</a></div>
</div>
</nav>
<main class="page-content">
<div class="wrapper">
<!-- Hero Section -->
<section class="hero">
<h1 class="hero-title">Open-source tools for AI-assisted development.</h1>
</section>
<!-- Projects Section -->
<section class="projects">
<div class="project-list">
<a href="/projects/distill/" class="project-card">
<div class="project-card-header">
<h3 class="project-name">Distill</h3>
<span class="project-arrow">↗</span>
</div>
<p class="project-description">AI-powered commit message generation</p>
</a>
<a href="/projects/scaff/" class="project-card">
<div class="project-card-header">
<h3 class="project-name">Scaff</h3>
<span class="project-arrow">↗</span>
</div>
<p class="project-description">Agile, goal-centric AI harness. Just markdown.</p>
</a>
</div>
</section>
<!-- Recent Posts Section -->
<section class="recent-posts">
<h2 class="section-label">Recent Writing</h2>
<div class="post-list"><article class="post-entry">
<a href="/2026/04/11/subagent-parallel-perspectives.html" class="post-row">
<span class="post-title">Using subagents as parallel perspectives on design decisions</span>
<time class="post-date" datetime="2026-04-11T00:00:00+09:00">
Apr 11, 2026
</time>
</a>
</article></div>
</section>
</div>
</main><footer class="site-footer">
<div class="footer-inner">
<div class="footer-links">
<a href="https://github.com/opellen" class="footer-link">GitHub</a>
</div>
<div class="footer-copyright">© Opellen</div>
</div>
</footer>
</body>
</html>