john kevin asprec 57bc3419fa fix(ci): test triggering ref on PRs, unify token secret, harden JSON parsing
- ci.yml: check out the PR head (or push SHA) instead of always cloning
  main; PR checks now test the actual diff. Drop http.sslVerify=false.
  Publish to the package registry only on push events.
- preview.yml/release.yml: use GITEATOKEN (GITEA_TOKEN is reserved by
  Gitea, so these token steps were silently broken).
- deploy-chrome.yml/release.yml: parse JSON with node instead of
  python3 (not installed in the container) and grep; fail loudly
  instead of swallowing errors with 2>/dev/null.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 21:26:36 +08:00
2026-03-11 08:09:49 +00:00
2026-03-06 13:12:30 +08:00

LexAI — AI Writing Assistant

A Grammarly-like Chrome Extension powered by your own LLM API key. No monthly subscription. Full control.

Features (Roadmap)

  • Grammar & spelling correction
  • Rephrase / rewrite text
  • Shorten or expand text
  • 🔜 Tone suggestions
  • 🔜 Autocomplete
  • 🔜 Custom style profiles

Supported LLM Providers

  • OpenAI (GPT-4o, GPT-4o-mini)
  • Anthropic (Claude 3.5 Haiku, Sonnet)
  • Groq (free tier — fast!)
  • OpenRouter (100+ models)

Tech Stack

  • WXT + React 18 + TypeScript
  • Tailwind CSS
  • Zustand (state)
  • Manifest V3

Development

npm install
npm run dev      # Dev mode with hot reload
npm run build    # Production build
npm run zip      # Package for Chrome Web Store
npm test         # Run unit tests

Load in Chrome

  1. Run npm run build
  2. Open Chrome → chrome://extensions
  3. Enable Developer Mode
  4. Click Load unpacked → select .output/chrome-mv3

Project Management

Plane: LEXAI project → https://plane-pro.juankibin.space

Description
Bring your own LLM key. LexAI helps you write and work with code in VS Code / Cursor — no LexAI account, no subscription, no LexAI servers.
Readme MIT 3.8 MiB
LexAI v1.0.0 Latest
2026-03-11 09:38:00 +00:00
Languages
TypeScript 87.6%
JavaScript 9.7%
CSS 2.3%
HTML 0.4%