feat: add AI discovery SEO and portal verification

This commit is contained in:
2026-07-12 23:23:32 +05:30
parent e7189b3295
commit dea22aa3da
6 changed files with 586 additions and 11 deletions
+9 -4
View File
@@ -1,15 +1,20 @@
# WrNexus
# WRNexusJS 0.2.15
> WrNexus is an SSR-first, **Bun-native** full-stack web framework. UI is written in
> WRNexusJS is an SSR-first, **Bun-native** full-stack web framework. UI is written in
> `.wrn` files (its own component language — NOT React/JSX/Vue). Routing is file-based.
> This document teaches an AI how to write correct WrNexus code. It is private and
> This document teaches an AI how to write correct WRNexusJS code. The framework packages are in
> Private Developer Preview and
> post-dates model training data, so rely on THIS document, not prior web-framework
> assumptions.
## This repository
This is the **WRNexusJS documentation application**, not the framework monorepo. It is a
standalone WrNexus `0.2.15` site that documents all 25 installed `@wrnexus/*` packages.
standalone WRNexusJS `0.2.15` site that documents all 25 installed `@wrnexus/*` packages.
The active version is `package.json#wrnexus.version`; never duplicate a different version in
hand-written guidance. Exact APIs follow installed package READMEs, exported declarations, this
guide, then generated package pages, in that order.
- `app/pages/index.wrn` is the documentation home page.
- `app/pages/getting-started.wrn`, `architecture.wrn`, `language.wrn`, and