Skip to content

Instantly share code, notes, and snippets.

@nanjade
nanjade / openclaw-arch.html
Created April 7, 2026 13:46
OpenClaw Architecture - open raw URL in browser
<!DOCTYPE html>
<html>
<head>
<title>OpenClaw Architecture</title>
<script src="https://unpkg.com/@excalidraw/excalidraw@0.17.3/dist/excalidraw.development.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@excalidraw/excalidraw@0.17.3/dist/excalidraw.development.css" />
<style>
body { margin: 0; padding: 0; }
#app { width: 100vw; height: 100vh; }
</style>
@nanjade
nanjade / openclaw-arch.html
Created April 7, 2026 13:45
OpenClaw Architecture Diagram - open in browser
<!DOCTYPE html>
<html>
<head>
<title>OpenClaw Architecture</title>
<script src="https://unpkg.com/@excalidraw/excalidraw@0.17.3/dist/excalidraw.development.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@excalidraw/excalidraw@0.17.3/dist/excalidraw.development.css" />
<style>
body { margin: 0; padding: 0; }
#app { width: 100vw; height: 100vh; }
</style>