vilvona 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,278 +1,175 @@
1
1
  <div align="center">
2
2
 
3
- <img src="ui/public/logo1.png" alt="Vilvona AI" width="110" />
3
+ <img src="ui/public/logo1.png" alt="Vilvona AI" width="100" />
4
4
 
5
5
  # Vilvona AI
6
6
 
7
- **Your personal AI that connects everything.**
8
-
9
- [![npm version](https://img.shields.io/npm/v/vilvona?label=npm&color=22c55e)](https://www.npmjs.com/package/vilvona)
10
- [![License: MIT](https://img.shields.io/badge/license-MIT-22c55e.svg)](LICENSE)
7
+ [![npm](https://img.shields.io/npm/v/vilvona?color=22c55e&label=npm)](https://www.npmjs.com/package/vilvona)
8
+ [![MIT](https://img.shields.io/badge/license-MIT-22c55e)](LICENSE)
11
9
  [![Node 22+](https://img.shields.io/badge/node-22%2B-22c55e)](https://nodejs.org)
12
10
  [![Claude Fable 5](https://img.shields.io/badge/AI-Claude%20Fable%205-15803d)](https://anthropic.com)
13
- [![Mobile PWA](https://img.shields.io/badge/mobile-PWA-16a34a)](#mobile-pwa)
14
- [![GitHub Stars](https://img.shields.io/github/stars/vignesh2027/Vilvona-AI?style=social)](https://github.com/vignesh2027/Vilvona-AI)
11
+ [![Stars](https://img.shields.io/github/stars/vignesh2027/Vilvona-AI?style=social)](https://github.com/vignesh2027/Vilvona-AI)
15
12
 
16
- Powered by **Claude Fable 5** Anthropic's most capable model.
17
- Supports **Tamil**, **Hindi**, and 21 languages. Works on **desktop, mobile, and tablet**.
18
- 100% **BYOK** — bring your own API key. Your data never leaves your machine.
13
+ **Self-hosted AI assistant that connects all your apps.**
14
+ Powered by Claude Fable 5. Tamil & Hindi UI. Works on mobile. Run anywhere.
19
15
 
20
- **[Docs](https://vignesh2027.github.io/Vilvona-AI)** &nbsp;·&nbsp;
21
- **[npm](https://npmjs.com/package/vilvona)** &nbsp;·&nbsp;
22
- **[Pro License](https://vignesh2027.mojo.page/vilvona-ai-pro)** &nbsp;·&nbsp;
23
- **[Issues](https://github.com/vignesh2027/Vilvona-AI/issues)**
16
+ [**Get Pro License — ₹4,100**](https://vignesh2027.mojo.page/vilvona-ai-pro) &nbsp;·&nbsp; [Docs](https://vignesh2027.github.io/Vilvona-AI) &nbsp;·&nbsp; [npm](https://npmjs.com/package/vilvona)
24
17
 
25
18
  </div>
26
19
 
27
20
  ---
28
21
 
29
- ## Quick Start
22
+ ## What is this?
30
23
 
31
- ```bash
32
- # npm (no install needed)
33
- npx vilvona
24
+ I built Vilvona AI because I wanted a personal AI assistant that could connect to WhatsApp, Telegram, Gmail, Slack, and everything else I use — without sending my data to some cloud service.
34
25
 
35
- # yarn
36
- yarn dlx vilvona
26
+ It runs entirely on your own machine. You bring your Anthropic API key, and Vilvona handles the rest. Your conversations stay local. You pay Anthropic directly per token — no markup, no middleman.
37
27
 
38
- # pnpm
39
- pnpm dlx vilvona
28
+ The two things that make it different from everything else I found:
40
29
 
41
- # global install
42
- npm install -g vilvona
43
- vilvona
44
- ```
30
+ - **Tamil and Hindi** — I'm from Chennai. I wanted an AI assistant that actually works in Tamil, not just pretends to. Vilvona has a full Tamil and Hindi interface built in.
31
+ - **Claude Fable 5 by default** — Anthropic's most capable model, set as the default. 1 million token context. Computer use. The best reasoning available right now.
32
+
33
+ ---
45
34
 
46
- Set your API key and start:
35
+ ## Start in 30 seconds
47
36
 
48
37
  ```bash
49
38
  export ANTHROPIC_API_KEY=sk-ant-...
50
39
  npx vilvona
51
40
  ```
52
41
 
53
- Open **http://localhost:4000** in your browser.
42
+ Open **http://localhost:4000**. Done.
54
43
 
55
- > **Mobile:** Open `http://your-machine-ip:4000` on your phone and tap "Add to Home Screen" to install as a PWA.
44
+ Get an API key at [console.anthropic.com](https://console.anthropic.com) it's free to sign up, you only pay for what you use.
56
45
 
57
46
  ---
58
47
 
59
- ## What is Vilvona AI?
60
-
61
- Vilvona AI is a self-hosted personal AI assistant that connects to all your apps — WhatsApp, Telegram, Slack, Gmail, Discord, Notion, GitHub, and 100+ more — from one clean interface.
62
-
63
- Built on [OpenClaw](https://github.com/openclaw/openclaw) (MIT), with three key additions:
48
+ ## Install
64
49
 
65
- | Addition | Description |
66
- | -------------------- | ---------------------------------------------------------------------------------------- |
67
- | **Claude Fable 5** | Anthropic's most capable model as the default — 1M context, computer use, best reasoning |
68
- | **Tamil & Hindi UI** | First AI assistant with native support for India's two major languages |
69
- | **Mobile PWA** | Install on your phone from the browser — no app store needed |
50
+ ```bash
51
+ # npx no install, always latest
52
+ npx vilvona
70
53
 
71
- ---
54
+ # yarn
55
+ yarn dlx vilvona
72
56
 
73
- ## Features
57
+ # pnpm
58
+ pnpm dlx vilvona
74
59
 
75
- ### AI Models
60
+ # global
61
+ npm install -g vilvona
62
+ ```
76
63
 
77
- Vilvona AI uses Claude Fable 5 by default — the most capable model from Anthropic.
64
+ **Windows (PowerShell):**
78
65
 
79
- ```bash
80
- # Set via environment variable
81
- export VILVONA_DEFAULT_MODEL=fable # Claude Fable 5 (default, most capable)
82
- export VILVONA_DEFAULT_MODEL=opus # Claude Opus 4.8 (balanced)
83
- export VILVONA_DEFAULT_MODEL=sonnet # Claude Sonnet 4.6 (fast, affordable)
66
+ ```powershell
67
+ $env:ANTHROPIC_API_KEY = "sk-ant-..."
68
+ npx vilvona
84
69
  ```
85
70
 
86
- Or in your config file (`~/.openclaw/config.json`):
71
+ **Docker:**
87
72
 
88
- ```json
89
- {
90
- "defaults": {
91
- "model": "anthropic/claude-fable-5"
92
- }
93
- }
73
+ ```bash
74
+ docker run -e ANTHROPIC_API_KEY=sk-ant-... -p 4000:4000 ghcr.io/vignesh2027/vilvona-ai
94
75
  ```
95
76
 
96
- ### Connected Apps
97
-
98
- | Category | Apps |
99
- | ---------------- | --------------------------------------------------- |
100
- | **Messaging** | WhatsApp, Telegram, iMessage (Mac), Signal, Discord |
101
- | **Work** | Slack, Gmail, Notion, GitHub, Linear, Jira |
102
- | **Social** | Instagram DM, Twitter/X |
103
- | **Productivity** | Google Calendar, Google Drive, Dropbox |
104
- | **Developer** | GitHub, GitLab, webhooks, custom MCP servers |
105
-
106
- ### Languages
107
-
108
- Vilvona AI is the first AI assistant with native Tamil and Hindi UI:
109
-
110
- | Language | Script | Code | Status |
111
- | --------- | -------- | ------- | --------- |
112
- | **Tamil** | தமிழ் | `ta` | Full UI |
113
- | **Hindi** | हिन्दी | `hi` | Full UI |
114
- | English | English | `en` | Default |
115
- | Chinese | 中文 | `zh-CN` | Supported |
116
- | Japanese | 日本語 | `ja-JP` | Supported |
117
- | Korean | 한국어 | `ko` | Supported |
118
- | Arabic | العربية | `ar` | Supported |
119
- | French | Français | `fr` | Supported |
120
- | German | Deutsch | `de` | Supported |
121
- | Spanish | Español | `es` | Supported |
122
- | + 11 more | — | — | Supported |
77
+ > Requires Node.js 22+. If you have nvm: `nvm install 22 && nvm use 22`
123
78
 
124
79
  ---
125
80
 
126
- ## Installation
127
-
128
- ### npx — recommended, no install
81
+ ## What it connects to
129
82
 
130
- ```bash
131
- npx vilvona
132
- ```
83
+ | Category | Apps |
84
+ | --------- | --------------------------------------------------- |
85
+ | Messaging | WhatsApp, Telegram, iMessage (Mac), Signal, Discord |
86
+ | Work | Slack, Gmail, Notion, GitHub, Linear, Jira |
87
+ | Social | Instagram DM, Twitter/X |
88
+ | Files | Google Drive, Dropbox, OneDrive |
89
+ | Dev | GitLab, webhooks, custom MCP servers |
133
90
 
134
- ### yarn
91
+ 100+ integrations inherited from [OpenClaw](https://github.com/openclaw/openclaw). You connect them from the Settings panel in the UI.
135
92
 
136
- ```bash
137
- # Run without installing
138
- yarn dlx vilvona
93
+ ---
139
94
 
140
- # Install globally
141
- yarn global add vilvona
142
- vilvona
143
- ```
95
+ ## Languages
144
96
 
145
- > Requires Corepack: `corepack enable`
97
+ The interface supports 21 languages. Tamil and Hindi are built in by Vilvona — no other AI assistant I found actually has these as first-class options.
146
98
 
147
- ### pnpm
99
+ | Language | Script | Code |
100
+ | --------- | ------- | ------- |
101
+ | **Tamil** | தமிழ் | `ta` |
102
+ | **Hindi** | हिन्दी | `hi` |
103
+ | English | English | `en` |
104
+ | Chinese | 中文 | `zh-CN` |
105
+ | Japanese | 日本語 | `ja-JP` |
106
+ | Korean | 한국어 | `ko` |
107
+ | Arabic | العربية | `ar` |
108
+ | + 14 more | — | — |
148
109
 
149
- ```bash
150
- # Run without installing
151
- pnpm dlx vilvona
110
+ Set the language in your config:
152
111
 
153
- # Install globally
154
- pnpm add -g vilvona
155
- vilvona
112
+ ```json
113
+ { "ui": { "locale": "ta" } }
156
114
  ```
157
115
 
158
- > If `pnpm dlx` fails on a brand-new release, use `npx vilvona` or run:
159
- > `pnpm config set minimumReleaseAge 0`
160
-
161
- ### npm global
162
-
163
- ```bash
164
- npm install -g vilvona
165
- vilvona
166
- ```
116
+ ---
167
117
 
168
- ### Docker
118
+ ## AI Models
169
119
 
170
120
  ```bash
171
- # Quick start
172
- docker run \
173
- -e ANTHROPIC_API_KEY=sk-ant-... \
174
- -p 4000:4000 \
175
- ghcr.io/vignesh2027/vilvona-ai
176
-
177
- # With Pro key
178
- docker run \
179
- -e ANTHROPIC_API_KEY=sk-ant-... \
180
- -e VILVONA_PRO_KEY=VLVN-XXXX-XXXX-XXXX-XXXX \
181
- -p 4000:4000 \
182
- ghcr.io/vignesh2027/vilvona-ai
183
-
184
- # With persistent data
185
- docker run \
186
- -e ANTHROPIC_API_KEY=sk-ant-... \
187
- -v ~/.vilvona:/root/.openclaw \
188
- -p 4000:4000 \
189
- ghcr.io/vignesh2027/vilvona-ai
190
- ```
191
-
192
- ### Windows (PowerShell)
193
-
194
- ```powershell
195
- $env:ANTHROPIC_API_KEY = "sk-ant-..."
196
- npx vilvona
121
+ export VILVONA_DEFAULT_MODEL=fable # Claude Fable 5 — default, best reasoning
122
+ export VILVONA_DEFAULT_MODEL=opus # Claude Opus 4.8 — balanced
123
+ export VILVONA_DEFAULT_MODEL=sonnet # Claude Sonnet 4.6 — fast
197
124
  ```
198
125
 
199
- ### Build from source
126
+ Or set it in `~/.openclaw/config.json`:
200
127
 
201
- ```bash
202
- git clone https://github.com/vignesh2027/Vilvona-AI.git
203
- cd Vilvona-AI
204
- node --version # Must be 22+
205
- node openclaw.mjs
128
+ ```json
129
+ { "defaults": { "model": "anthropic/claude-fable-5" } }
206
130
  ```
207
131
 
208
- > Requires Node.js 22.19+. Use nvm: `nvm install 22 && nvm use 22`
209
-
210
132
  ---
211
133
 
212
- ## Mobile PWA
213
-
214
- Vilvona AI works as a full mobile app — no App Store, no Play Store.
215
-
216
- **iPhone (Safari):**
134
+ ## Mobile
217
135
 
218
- 1. Open `http://your-machine-ip:4000` in Safari
219
- 2. Tap the share icon → **Add to Home Screen**
220
- 3. Vilvona AI is now on your home screen
221
-
222
- **Android (Chrome):**
223
-
224
- 1. Open `http://your-machine-ip:4000` in Chrome
225
- 2. Tap the three-dot menu → **Install app**
226
- 3. Done
136
+ Vilvona works as a mobile app without any app store. On your phone, open `http://your-ip:4000` and tap "Add to Home Screen." It installs like a native app on both iOS and Android.
227
137
 
228
138
  ---
229
139
 
230
140
  ## Configuration
231
141
 
232
- Config file location: `~/.openclaw/config.json`
233
-
234
- ```json
235
- {
236
- "defaults": {
237
- "model": "anthropic/claude-fable-5"
238
- },
239
- "ui": {
240
- "locale": "ta"
241
- }
242
- }
243
- ```
142
+ | Variable | What it does | Default |
143
+ | ----------------------- | ---------------------------------------- | ------- |
144
+ | `ANTHROPIC_API_KEY` | Your Anthropic key — required | — |
145
+ | `VILVONA_DEFAULT_MODEL` | `fable`, `opus`, or `sonnet` | `fable` |
146
+ | `VILVONA_PRO_KEY` | Pro license (`VLVN-XXXX-XXXX-XXXX-XXXX`) | — |
147
+ | `OPENCLAW_PORT` | Port for the web UI | `4000` |
244
148
 
245
- ### Environment variables
246
-
247
- | Variable | Description | Default |
248
- | ----------------------- | -------------------------------------------- | ------- |
249
- | `ANTHROPIC_API_KEY` | Your Anthropic API key (required) | — |
250
- | `VILVONA_DEFAULT_MODEL` | Model alias: `fable`, `opus`, `sonnet` | `fable` |
251
- | `VILVONA_PRO_KEY` | Pro license key (`VLVN-XXXX-XXXX-XXXX-XXXX`) | — |
252
- | `OPENCLAW_PORT` | Port to listen on | `4000` |
149
+ Config file: `~/.openclaw/config.json`
253
150
 
254
151
  ---
255
152
 
256
- ## Pro Tier
153
+ ## Pro
257
154
 
258
- Vilvona AI Pro unlocks enterprise and team features.
155
+ The free version has everything for personal use. Pro adds features for teams and businesses.
259
156
 
260
- | Feature | Free | Pro |
261
- | ------------------------------ | ---- | --- |
262
- | Claude Fable 5 | Yes | Yes |
263
- | All 100+ integrations | Yes | Yes |
264
- | Tamil & Hindi UI | Yes | Yes |
265
- | Mobile PWA | Yes | Yes |
266
- | Enterprise audit logs | — | Yes |
267
- | Team config sync | — | Yes |
268
- | Priority Fable 5 routing | — | Yes |
269
- | Custom AI personas (unlimited) | — | Yes |
270
- | Webhook & Zapier integrations | — | Yes |
271
- | White-label branding | — | Yes |
157
+ | Feature | Free | Pro |
158
+ | ------------------------ | ---- | --- |
159
+ | Claude Fable 5 | Yes | Yes |
160
+ | All integrations | Yes | Yes |
161
+ | Tamil & Hindi UI | Yes | Yes |
162
+ | Mobile PWA | Yes | Yes |
163
+ | Enterprise audit logs | — | Yes |
164
+ | Team config sync | — | Yes |
165
+ | Priority Fable 5 routing | — | Yes |
166
+ | Custom AI personas | — | Yes |
167
+ | Webhooks & Zapier | — | Yes |
168
+ | White-label branding | — | Yes |
272
169
 
273
- **One-time payment — ₹4,100 (~$49):** [vignesh2027.mojo.page/vilvona-ai-pro](https://vignesh2027.mojo.page/vilvona-ai-pro)
170
+ **[Get Pro — ₹4,100 one-time (~$49)](https://vignesh2027.mojo.page/vilvona-ai-pro)**
274
171
 
275
- After purchase, activate your key:
172
+ After purchase, activate with:
276
173
 
277
174
  ```bash
278
175
  export VILVONA_PRO_KEY=VLVN-XXXX-XXXX-XXXX-XXXX
@@ -281,94 +178,48 @@ vilvona
281
178
 
282
179
  ---
283
180
 
284
- ## How it works
181
+ ## How it works under the hood
285
182
 
286
183
  ```
287
184
  npx vilvona
288
- └── openclaw.mjs (Vilvona launcher)
289
- ├── Checks Node.js 22+ (shows clear error if older)
290
- ├── Prints Vilvona banner
291
- ├── Downloads openclaw runtime ~/.vilvona/runtime/ (first run only, ~97MB)
292
- ├── Sets OPENCLAW_DEFAULT_MODEL=anthropic/claude-fable-5
293
- └── Launches openclaw runtime (opens UI at localhost:4000)
185
+ └── openclaw.mjs checks Node.js 22+
186
+ └── downloads openclaw runtime ~/.vilvona/runtime/ (first run, ~97MB)
187
+ └── sets OPENCLAW_DEFAULT_MODEL=anthropic/claude-fable-5
188
+ └── starts web UI at localhost:4000
294
189
  ```
295
190
 
296
- The first run downloads the OpenClaw runtime (~97MB) to `~/.vilvona/runtime/`. Subsequent runs start instantly from cache.
297
-
298
- ---
299
-
300
- ## Why Vilvona AI vs OpenClaw?
301
-
302
- | | Vilvona AI | OpenClaw |
303
- | ----------------- | ---------------------------------------------- | ------------- |
304
- | Default AI model | Claude Fable 5 (latest) | Varies |
305
- | Tamil language UI | Built-in | Not supported |
306
- | Hindi language UI | Built-in | Not supported |
307
- | Mobile PWA | Enhanced manifest | Basic |
308
- | Pro tier | Enterprise features | None |
309
- | npm package | `npx vilvona` | Source only |
310
- | Maintained by | [@vignesh2027](https://github.com/vignesh2027) | OpenClaw team |
191
+ The first run downloads OpenClaw's runtime bundle once. After that, everything starts in under a second from cache.
311
192
 
312
193
  ---
313
194
 
314
- ## npm + GitHub Actions Auto-Release
195
+ ## Releases
315
196
 
316
- When you push a version tag, GitHub Actions automatically publishes to npm:
197
+ Releases are automatic. Pushing a `v*` tag runs the CI checks and publishes to npm + creates a GitHub release.
317
198
 
318
199
  ```bash
319
- # Update version, commit, push tag — npm publishes automatically
320
- npm version patch # bumps to next version
200
+ # bump version and release
201
+ npm version patch
321
202
  git push origin main --follow-tags
322
203
  ```
323
204
 
324
- The `release.yml` workflow:
325
-
326
- 1. Runs on any `v*` tag push
327
- 2. Validates package.json and launcher
328
- 3. Publishes to npm with `--access public`
329
- 4. Creates a GitHub Release with install instructions
330
-
331
- ---
332
-
333
- ## Contributing
334
-
335
- Vilvona AI is built and maintained by **Vignesh S**. Found a bug or have a feature request? [Open an issue](https://github.com/vignesh2027/Vilvona-AI/issues).
336
-
337
- ---
338
-
339
- ## Support & Sponsorship
340
-
341
- If Vilvona AI saves you time, consider supporting:
342
-
343
- [![Sponsor on GitHub](https://img.shields.io/badge/Sponsor%20on-GitHub-ea4aaa?logo=github)](https://github.com/sponsors/vignesh2027)
344
- [![Get Pro License](https://img.shields.io/badge/Get-Pro%20License-15803d)](https://vignesh2027.mojo.page/vilvona-ai-pro)
345
-
346
- ---
347
-
348
- ## Changelog
349
-
350
- See [CHANGELOG.md](CHANGELOG.md) for version history.
351
-
352
205
  ---
353
206
 
354
207
  ## License
355
208
 
356
- [MIT](LICENSE) free to use, modify, and redistribute.
357
-
358
- Built on [OpenClaw](https://github.com/openclaw/openclaw) (MIT). Attribution in [UPSTREAM.md](UPSTREAM.md).
209
+ MIT. Built on [OpenClaw](https://github.com/openclaw/openclaw) (also MIT). Attribution in [UPSTREAM.md](UPSTREAM.md).
359
210
 
360
211
  ---
361
212
 
362
213
  <div align="center">
363
214
 
364
- **If Vilvona AI helped you, please star this repo**
215
+ Built by **[Vignesh S](https://github.com/vignesh2027)**
216
+ CSE, Takshashila University, Chennai
365
217
 
366
218
  [Docs](https://vignesh2027.github.io/Vilvona-AI) &nbsp;·&nbsp;
367
- [Report a Bug](https://github.com/vignesh2027/Vilvona-AI/issues) &nbsp;·&nbsp;
219
+ [Issues](https://github.com/vignesh2027/Vilvona-AI/issues) &nbsp;·&nbsp;
368
220
  [Get Pro](https://vignesh2027.mojo.page/vilvona-ai-pro) &nbsp;·&nbsp;
369
221
  [Sponsor](https://github.com/sponsors/vignesh2027)
370
222
 
371
- Built by **Vignesh S** CSE student at Takshashila University, Chennai.
372
- Building AI tools accessible to everyone, especially in Tamil and Hindi.
223
+ If this saved you time, a star helps others find it.
373
224
 
374
225
  </div>
package/docs/index.html CHANGED
@@ -169,6 +169,31 @@
169
169
  transition: border-color 0.2s;
170
170
  }
171
171
  .btn-outline:hover { border-color: var(--green-mid); }
172
+ .btn-pro-hero {
173
+ display: inline-flex; align-items: center; gap: 8px;
174
+ background: linear-gradient(135deg, #92400e 0%, #b45309 50%, #d97706 100%);
175
+ color: #fff;
176
+ padding: 11px 26px; border-radius: 9px;
177
+ text-decoration: none; font-weight: 700; font-size: 0.92rem;
178
+ box-shadow: 0 2px 12px rgba(180,83,9,0.28);
179
+ transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
180
+ letter-spacing: 0.01em;
181
+ }
182
+ .btn-pro-hero:hover { opacity: 0.92; transform: translateY(-1px); box-shadow: 0 4px 20px rgba(180,83,9,0.36); }
183
+
184
+ /* ── PRO HERO STRIP ── */
185
+ .pro-hero-strip {
186
+ display: flex; align-items: center; justify-content: center;
187
+ gap: 20px; flex-wrap: wrap;
188
+ margin-top: 24px;
189
+ padding: 18px 24px;
190
+ background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
191
+ border: 1.5px solid #fcd34d;
192
+ border-radius: 12px;
193
+ }
194
+ .pro-hero-strip-text { text-align: left; }
195
+ .pro-hero-strip-text strong { font-size: 0.95rem; color: #92400e; display: block; margin-bottom: 2px; }
196
+ .pro-hero-strip-text span { font-size: 0.82rem; color: #b45309; }
172
197
 
173
198
  /* ── BADGES ── */
174
199
  .badge-row {
@@ -353,7 +378,7 @@
353
378
  <img src="logo.png" alt="Vilvona AI" />
354
379
  <span>Vilvona AI</span>
355
380
  </a>
356
- <span class="topnav-version">v1.0.5</span>
381
+ <span class="topnav-version">v1.0.8</span>
357
382
  </div>
358
383
  <div class="topnav-right">
359
384
  <a href="#quickstart" class="hide-mobile">Quickstart</a>
@@ -419,7 +444,7 @@
419
444
  <h1>Vilvona <span>AI</span></h1>
420
445
  <p>Your personal AI that connects everything. Self-hosted, BYOK, mobile-ready.</p>
421
446
  <div class="badge-row">
422
- <img src="https://img.shields.io/npm/v/vilvona?label=npm&color=22c55e" alt="npm" />
447
+ <img src="https://img.shields.io/npm/v/vilvona?label=npm&color=22c55e&cacheSeconds=300" alt="npm version" />
423
448
  <img src="https://img.shields.io/badge/license-MIT-22c55e.svg" alt="MIT" />
424
449
  <img src="https://img.shields.io/badge/node-22%2B-22c55e" alt="Node 22+" />
425
450
  <img src="https://img.shields.io/badge/AI-Claude%20Fable%205-15803d" alt="Fable 5" />
@@ -433,6 +458,18 @@
433
458
  <a href="#quickstart" class="btn-primary">Get Started</a>
434
459
  <a href="https://github.com/vignesh2027/Vilvona-AI" class="btn-outline" target="_blank">GitHub &rarr;</a>
435
460
  </div>
461
+
462
+ <!-- PRO CTA STRIP -->
463
+ <div class="pro-hero-strip">
464
+ <div class="pro-hero-strip-text">
465
+ <strong>Vilvona AI Pro &mdash; &#8377;4,100 one-time (~$49)</strong>
466
+ <span>Audit logs &middot; Team sync &middot; Priority Fable 5 &middot; Webhooks &middot; White-label &middot; Lifetime access</span>
467
+ </div>
468
+ <a href="https://vignesh2027.mojo.page/vilvona-ai-pro" class="btn-pro-hero" target="_blank">
469
+ <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
470
+ Get Pro &mdash; &#8377;4,100
471
+ </a>
472
+ </div>
436
473
  </div>
437
474
 
438
475
  <!-- INTRODUCTION -->
package/openclaw.mjs CHANGED
@@ -16,7 +16,7 @@ const VILVONA_VERSION = (() => {
16
16
  try {
17
17
  return _require("./package.json").version;
18
18
  } catch {
19
- return "1.0.6";
19
+ return "1.0.8";
20
20
  }
21
21
  })();
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vilvona",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Vilvona AI — Your personal AI that connects everything. Claude Fable 5 powered, works on mobile, Tamil & Hindi support.",
5
5
  "keywords": ["ai", "assistant", "claude", "fable5", "personal-ai", "whatsapp", "telegram", "slack", "tamil", "hindi", "self-hosted", "open-source", "chatbot", "automation"],
6
6
  "homepage": "https://vignesh2027.github.io/Vilvona-AI",