-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (63 loc) · 3.69 KB
/
Copy pathindex.html
File metadata and controls
74 lines (63 loc) · 3.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vikusha — Go framework for AI assistants</title>
<meta name="description" content="Go framework for AI assistants. Run where you need them." />
<meta property="og:title" content="Vikusha" />
<meta property="og:description" content="Go framework for AI assistants. Run where you need them." />
<meta property="og:image" content="/assets/vikusha.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vikusha.dev" />
<link rel="icon" type="image/png" href="/assets/vikusha.png" />
<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=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<main>
<img class="avatar" src="assets/vikusha.png" alt="Vikusha" />
<h1 class="name">vikusha</h1>
<p class="tagline">
Go framework for AI assistants.<br />
Run where you need them.
</p>
<nav class="links">
<a href="https://github.com/snowztech/vikusha" target="_blank" rel="noopener">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12 .5C5.65.5.5 5.65.5 12c0 5.08 3.29 9.39 7.86 10.91.58.1.79-.25.79-.56v-2.17c-3.2.7-3.88-1.37-3.88-1.37-.52-1.33-1.28-1.68-1.28-1.68-1.05-.72.08-.7.08-.7 1.16.08 1.77 1.19 1.77 1.19 1.03 1.76 2.7 1.25 3.36.96.1-.75.4-1.25.73-1.54-2.55-.29-5.24-1.28-5.24-5.68 0-1.25.45-2.28 1.18-3.08-.12-.29-.51-1.46.11-3.05 0 0 .97-.31 3.18 1.18a11.1 11.1 0 015.78 0c2.2-1.49 3.17-1.18 3.17-1.18.63 1.59.23 2.76.12 3.05.74.8 1.18 1.83 1.18 3.08 0 4.41-2.69 5.38-5.26 5.67.41.36.78 1.06.78 2.14v3.17c0 .31.2.67.8.56A10.54 10.54 0 0023.5 12C23.5 5.65 18.35.5 12 .5z"/></svg>
GitHub
</a>
<a href="#" target="_blank" rel="noopener">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M20.32 4.37A19.79 19.79 0 0016.56 3l-.22.41a18.18 18.18 0 00-8.68 0L7.44 3a19.79 19.79 0 00-3.76 1.37C1.14 8.12.43 11.78.77 15.38a19.9 19.9 0 006.07 3.05l.64-1a13.03 13.03 0 01-2.04-.98c.17-.13.34-.26.5-.4a14.2 14.2 0 0012.12 0c.16.14.33.27.5.4-.65.39-1.34.71-2.04.98l.64 1a19.9 19.9 0 006.07-3.05c.41-4.17-.65-7.8-2.91-11.01zM8.52 13.84c-1.17 0-2.13-1.08-2.13-2.41 0-1.33.94-2.42 2.13-2.42 1.2 0 2.15 1.09 2.13 2.42 0 1.33-.94 2.41-2.13 2.41zm6.96 0c-1.17 0-2.13-1.08-2.13-2.41 0-1.33.94-2.42 2.13-2.42 1.2 0 2.15 1.09 2.13 2.42 0 1.33-.94 2.41-2.13 2.41z"/></svg>
Discord
</a>
</nav>
<div class="install">
<code><span class="prompt">$</span> go install github.com/snowztech/vikusha/cmd/vikusha@latest</code>
<button class="copy" data-copy="go install github.com/snowztech/vikusha/cmd/vikusha@latest" aria-label="Copy install command">Copy</button>
</div>
<!--
Terminal preview — commented until Vikusha has a real terminal transport to screenshot.
<pre class="terminal"><span class="muted">ctrl+k to delete line
ctrl+p to cycle models
ctrl+t to toggle thinking
/ for commands
! to run bash
drop files to attach</span>
Loaded character:
vikusha (snowz coffee, rainy nevada town)
Loaded tools:
bash, file, web, grep, glob
Loaded transports:
terminal, discord
<span class="prompt">></span> <span class="cursor">who's your daddy and what does he do?</span></pre>
-->
<footer class="footer">
<div>© 2026 snowztech</div>
</footer>
</main>
<script src="script.js"></script>
</body>
</html>