Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| Runtime | Browser (ESM, UMD, IIFE), plus Node.js, Bun, and Deno for SSR/server workflows |
| Toolchain | Node.js `>=24.0.0`, Bun `>=1.3.13` |
| Repository | <https://github.com/bQuery/bQuery> |
| Homepage | <https://bQuery.flausch-code.de> |
| Homepage | <https://bquery.js.org> |
| Tagline | The full-stack web framework that speaks jQuery. |
| Description | Batteries-included TypeScript framework for the modern web with signals, SSR, Web Components, routing, server helpers, and a jQuery-inspired API — zero mandatory build step, security-by-default |

Expand Down
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bquery.flausch-code.de
bquery.js.org
4 changes: 2 additions & 2 deletions llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bQuery.js is a batteries-included TypeScript framework for the modern web — re
- Version: 1.13.0
- License: MIT
- Repository: https://github.com/bQuery/bQuery
- Homepage: https://bQuery.flausch-code.de
- Homepage: https://bquery.js.org
- Runtime: Browser (ESM, UMD, IIFE) · Node.js >=24.0.0 · Bun >=1.3.13 · Deno (SSR adapters)
- Build: Bun + Vite + TypeScript (strict)
- Tests: Bun test runner with happy-dom
Expand Down Expand Up @@ -147,7 +147,7 @@ bun run storybook # Storybook dev server

## Documentation

- Full guide: https://bQuery.flausch-code.de
- Full guide: https://bquery.js.org
- Agent guide: AGENT.md
- API reference: docs/guide/api-core.md
- Changelog: CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"type": "git",
"url": "https://github.com/bQuery/bQuery.git"
},
"homepage": "https://bQuery.flausch-code.de",
"homepage": "https://bquery.js.org",
"bugs": {
"url": "https://github.com/bQuery/bQuery/issues"
},
Expand Down
Loading