Skip to content

Commit e7738e5

Browse files
committed
docs: Clarify Eleva.js as a lightweight (~6KB) framework in documentation and package description.
1 parent b32e975 commit e7738e5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Best DX for Building the Best UX
3-
description: Eleva.js (elevajs/eleva) - Best DX for Building the Best UX. A 6KB React/Vue/Angular alternative designed for exceptional Developer Experience. Vanilla JavaScript, elevated with signals for reactivity and components for structure. Zero dependencies, TypeScript support.
3+
description: Eleva.js (elevajs/eleva) - Best DX for Building the Best UX. A lightweight (~6KB) React/Vue/Angular alternative designed for exceptional Developer Experience. Vanilla JavaScript, elevated with signals for reactivity and components for structure. Zero dependencies, TypeScript support.
44
image: /imgs/eleva.js%20Full%20Logo.png
55
---
66

@@ -19,7 +19,7 @@ image: /imgs/eleva.js%20Full%20Logo.png
1919
"@type": "SoftwareApplication",
2020
"name": "Eleva.js",
2121
"alternateName": ["Eleva", "ElevaJS", "eleva.js", "elevajs"],
22-
"description": "Best DX for Building the Best UX. A 6KB React/Vue/Angular alternative designed for exceptional Developer Experience. Vanilla JavaScript, elevated with signals for reactivity and components for structure. Zero dependencies, TypeScript support.",
22+
"description": "Best DX for Building the Best UX. A lightweight (~6KB) React/Vue/Angular alternative designed for exceptional Developer Experience. Vanilla JavaScript, elevated with signals for reactivity and components for structure. Zero dependencies, TypeScript support.",
2323
"url": "https://elevajs.com",
2424
"applicationCategory": "DeveloperApplication",
2525
"applicationSubCategory": "JavaScript Framework",

docs/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Eleva.js v1.1.0 (LLM Quick Reference)
22

3-
> Compact rules and patterns for generating correct Eleva.js code. ~6KB min, zero dependencies. For full details, see `https://elevajs.com/llms-full.txt`.
3+
> Lightweight (~6KB) JavaScript framework. Compact rules and patterns for generating correct Eleva.js code. Zero dependencies. For full details, see `https://elevajs.com/llms-full.txt`.
44

55
## LLM Contract (Strict Summary)
66
> **Sync note:** This file is curated by maintainers; keep it aligned with core docs and release notes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eleva",
33
"version": "1.1.0",
4-
"description": "Eleva.js - Best DX for Building the Best UX. A 6KB React/Vue/Angular alternative designed for exceptional Developer Experience. Vanilla JavaScript, elevated with signals for reactivity and components for structure. Zero dependencies, TypeScript support.",
4+
"description": "Eleva.js - Best DX for Building the Best UX. A lightweight (~6KB) React/Vue/Angular alternative designed for exceptional Developer Experience. Vanilla JavaScript, elevated with signals for reactivity and components for structure. Zero dependencies, TypeScript support.",
55
"type": "module",
66
"private": false,
77
"license": "MIT",

0 commit comments

Comments
 (0)