@lunora/nuxt 0.0.1 → 1.0.0-alpha.10

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/LICENSE.md ADDED
@@ -0,0 +1,105 @@
1
+ # Functional Source License, Version 1.1, Apache 2.0 Future License
2
+
3
+ ## Abbreviation
4
+
5
+ FSL-1.1-Apache-2.0
6
+
7
+ ## Notice
8
+
9
+ Copyright 2026 anolilab and contributors
10
+
11
+ ## Terms and Conditions
12
+
13
+ ### Licensor ("We")
14
+
15
+ The party offering the Software under these Terms and Conditions.
16
+
17
+ ### The Software
18
+
19
+ The "Software" is each version of the software that we make available under
20
+ these Terms and Conditions, as indicated by our inclusion of these Terms and
21
+ Conditions with the Software.
22
+
23
+ ### License Grant
24
+
25
+ Subject to your compliance with this License Grant and the Patents,
26
+ Redistribution and Trademark clauses below, we hereby grant you the right to
27
+ use, copy, modify, create derivative works, publicly perform, publicly display
28
+ and redistribute the Software for any Permitted Purpose identified below.
29
+
30
+ ### Permitted Purpose
31
+
32
+ A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
33
+ means making the Software available to others in a commercial product or service
34
+ that:
35
+
36
+ 1. substitutes for the Software;
37
+
38
+ 2. substitutes for any other product or service we offer using the Software that
39
+ exists as of the date we make the Software available; or
40
+
41
+ 3. offers the same or substantially similar functionality as the Software.
42
+
43
+ Permitted Purposes specifically include using the Software:
44
+
45
+ 1. for your internal use and access;
46
+
47
+ 2. for non-commercial education;
48
+
49
+ 3. for non-commercial research; and
50
+
51
+ 4. in connection with professional services that you provide to a licensee using
52
+ the Software in accordance with these Terms and Conditions.
53
+
54
+ ### Patents
55
+
56
+ To the extent your use for a Permitted Purpose would necessarily infringe our
57
+ patents, the license grant above includes a license under our patents. If you
58
+ make a claim against any party that the Software infringes or contributes to the
59
+ infringement of any patent, then your patent license to the Software ends
60
+ immediately.
61
+
62
+ ### Redistribution
63
+
64
+ The Terms and Conditions apply to all copies, modifications and derivatives of
65
+ the Software.
66
+
67
+ If you redistribute any copies, modifications or derivatives of the Software,
68
+ you must include a copy of or a link to these Terms and Conditions and not
69
+ remove any copyright notices provided in or with the Software.
70
+
71
+ ### Disclaimer
72
+
73
+ THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
74
+ IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
75
+ PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
76
+
77
+ IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
78
+ SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, EVEN
79
+ IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
80
+
81
+ ### Trademarks
82
+
83
+ Except for displaying the License Details and identifying us as the origin of
84
+ the Software, you have no right under these Terms and Conditions to use our
85
+ trademarks, trade names, service marks or product names.
86
+
87
+ ## Grant of Future License
88
+
89
+ We hereby irrevocably grant you an additional license to use the Software under
90
+ the Apache License, Version 2.0 that is effective on the second anniversary of
91
+ the date we make the Software available. On or after that date, you may use the
92
+ Software under the Apache License, Version 2.0, in which case the following will
93
+ apply:
94
+
95
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
96
+ this file except in compliance with the License.
97
+
98
+ You may obtain a copy of the License at
99
+
100
+ http://www.apache.org/licenses/LICENSE-2.0
101
+
102
+ Unless required by applicable law or agreed to in writing, software distributed
103
+ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
104
+ CONDITIONS OF ANY KIND, either express or implied. See the License for the
105
+ specific language governing permissions and limitations under the License.
package/README.md CHANGED
@@ -1,45 +1,177 @@
1
- # @lunora/nuxt
1
+ <!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
2
2
 
3
- ## ⚠️ IMPORTANT NOTICE ⚠️
3
+ <a href="https://www.anolilab.com/open-source" align="center">
4
4
 
5
- **This package is created solely for the purpose of setting up OIDC (OpenID Connect) trusted publishing with npm.**
5
+ <img src="__assets__/package-og.svg" alt="nuxt" />
6
6
 
7
- This is **NOT** a functional package and contains **NO** code or functionality beyond the OIDC setup configuration.
7
+ </a>
8
8
 
9
- ## Purpose
9
+ <h3 align="center">Nuxt module for Lunora — single-worker composition (mounts /_lunora/* into Nitro) plus reactive-loader server helpers</h3>
10
10
 
11
- This package exists to:
12
- 1. Configure OIDC trusted publishing for the package name `@lunora/nuxt`
13
- 2. Enable secure, token-less publishing from CI/CD workflows
14
- 3. Establish provenance for packages published under this name
11
+ <!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
15
12
 
16
- ## What is OIDC Trusted Publishing?
13
+ <br />
17
14
 
18
- OIDC trusted publishing allows package maintainers to publish packages directly from their CI/CD workflows without needing to manage npm access tokens. Instead, it uses OpenID Connect to establish trust between the CI/CD provider (like GitHub Actions) and npm.
15
+ <div align="center">
19
16
 
20
- ## Setup Instructions
17
+ [![typescript-image][typescript-badge]][typescript-url]
18
+ [![FSL-1.1-Apache-2.0 licence][license-badge]][license]
19
+ [![npm version][npm-version-badge]][npm-version]
20
+ [![npm downloads][npm-downloads-badge]][npm-downloads]
21
+ [![PRs Welcome][prs-welcome-badge]][prs-welcome]
21
22
 
22
- To properly configure OIDC trusted publishing for this package:
23
+ </div>
23
24
 
24
- 1. Go to [npmjs.com](https://www.npmjs.com/) and navigate to your package settings
25
- 2. Configure the trusted publisher (e.g., GitHub Actions)
26
- 3. Specify the repository and workflow that should be allowed to publish
27
- 4. Use the configured workflow to publish your actual package
25
+ ---
26
+
27
+ <div align="center">
28
+ <p>
29
+ <sup>
30
+ Daniel Bannert's open source work is supported by the community on <a href="https://github.com/sponsors/prisis">GitHub Sponsors</a>
31
+ </sup>
32
+ </p>
33
+ </div>
28
34
 
29
- ## DO NOT USE THIS PACKAGE
35
+ ---
30
36
 
31
- This package is a placeholder for OIDC configuration only. It:
32
- - Contains no executable code
33
- - Provides no functionality
34
- - Should not be installed as a dependency
35
- - Exists only for administrative purposes
37
+ A **Nuxt module** that runs Lunora and Nuxt as a **single Cloudflare Worker**.
38
+
39
+ Instead of Lunora owning the Cloudflare worker entry (the two-worker split), it
40
+ is mounted _inside_ Nitro: the module registers a server route at `/_lunora/**`
41
+ that forwards every Lunora RPC, WebSocket upgrade, and admin request to your
42
+ Lunora app in-process. One `wrangler.jsonc`, one deploy, a same-origin client.
43
+
44
+ Part of the [Lunora](https://github.com/anolilab/lunora) framework — a type-safe, real-time backend on Cloudflare Workers + Durable Objects with a Vite-first DX.
45
+
46
+ ## Install
47
+
48
+ ```bash
49
+ npm install @lunora/nuxt
50
+ ```
36
51
 
37
- ## More Information
52
+ ## Setup
38
53
 
39
- For more details about npm's trusted publishing feature, see:
40
- - [npm Trusted Publishing Documentation](https://docs.npmjs.com/generating-provenance-statements)
41
- - [GitHub Actions OIDC Documentation](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)
54
+ ```ts
55
+ // nuxt.config.ts
56
+ export default defineNuxtConfig({
57
+ modules: ["@lunora/nuxt"],
58
+ nitro: { preset: "cloudflare_module" },
59
+ });
60
+ ```
42
61
 
43
- ---
62
+ Add `exports.cloudflare.ts` to the project root so the `ShardDO` Durable Object
63
+ class is exported from the emitted worker entry:
64
+
65
+ ```ts
66
+ // exports.cloudflare.ts
67
+ export { ShardDO } from "./lunora/server";
68
+ ```
69
+
70
+ `lunora/server.ts` is your built Lunora app (`defineApp().build()`) — its default
71
+ export is the worker (a `fetch` entrypoint), and it re-exports `ShardDO`. The
72
+ module aliases the `#lunora/app` virtual to it (configurable via the `lunora.appEntry`
73
+ option, default `~/lunora/server`) and serves it at the `/_lunora/**` route
74
+ (prefix configurable via `lunora.prefix`).
75
+
76
+ ## Options
77
+
78
+ | Option | Default | Description |
79
+ | ---------- | ----------------- | --------------------------------------------------------- |
80
+ | `appEntry` | `~/lunora/server` | Module specifier of the Lunora app entry (`#lunora/app`). |
81
+ | `prefix` | `/_lunora` | URL prefix the Lunora realtime plane is mounted at. |
82
+
83
+ ## How it works
84
+
85
+ - **The route** (`addServerHandler` at `prefix/**`): reconstructs a Web `Request`
86
+ from the H3 event, resolves the Cloudflare `env`/`ExecutionContext` off it
87
+ (tolerating both `event.context.cloudflare` and `event.req.runtime.cloudflare`),
88
+ and forwards to your app's `fetch`. A missing Cloudflare runtime answers a clear 500.
89
+ - **`#lunora/app` alias**: points the route's worker import at your app entry,
90
+ forwarded into the Nitro server bundle via `nuxt.options.alias`.
91
+ - **`ShardDO`** rides to the worker entry through your root `exports.cloudflare.ts`
92
+ (the `cloudflare_module` preset appends its exports).
93
+
94
+ ## Verify before deploy
95
+
96
+ Single-worker composition rides on two Nitro behaviours that vary across versions
97
+ — verify them on your pinned toolchain:
98
+
99
+ 1. **WebSocket upgrade pass-through.** The live feed needs Nitro to return your
100
+ Lunora app's `101 Switching Protocols` response (carrying its Cloudflare
101
+ `webSocket`) untouched. RPC (plain JSON) works regardless; if live
102
+ subscriptions never connect while RPC does, Nitro is normalising the upgrade
103
+ response and `/_lunora/ws` needs a deploy-boundary handoff instead of the H3
104
+ route return.
105
+ 2. **`exports.cloudflare.ts` hook.** The `cloudflare_module` preset must append
106
+ this file's exports onto the worker entry. If `wrangler deploy` fails with
107
+ "ShardDO class not exported", your Nitro version may use a different hook
108
+ (`nitro.cloudflare.additionalModules`, or a `rollupConfig` output export). The
109
+ module `warn()`s when the file is missing but can't verify the hook fires.
110
+
111
+ ## Server data-loading
112
+
113
+ `@lunora/nuxt/server` re-exports the framework-neutral SSR helpers
114
+ (`createServerClient`, `preloadQuery`, …) from `@lunora/client/ssr` for the
115
+ reactive-loader handoff. Safe to import from a Nitro server route (no WebSocket,
116
+ no browser globals).
117
+
118
+ ## Feature flags
119
+
120
+ `@lunora/nuxt` ships no flag composable — Nuxt _is_ Vue, so read `ctx.flags`
121
+ server-side (a Nitro route, a function, or a reactive loader) and pass the
122
+ resolved value down, or call `useFlag` / `useFlags` from
123
+ [`@lunora/vue`](https://www.npmjs.com/package/@lunora/vue) directly in a
124
+ component for live updates over the WebSocket. Requires
125
+ [`@lunora/flags`](https://www.npmjs.com/package/@lunora/flags) wired in
126
+ `lunora/flags.ts`.
127
+
128
+ ```vue
129
+ <script setup lang="ts">
130
+ import { useFlag } from "@lunora/vue";
131
+
132
+ // Live over the Lunora WS — holds `false` until the server resolves it.
133
+ const newHero = useFlag("homepage-hero", false);
134
+ </script>
135
+
136
+ <template>
137
+ <NewHero v-if="newHero" />
138
+ <ClassicHero v-else />
139
+ </template>
140
+ ```
141
+
142
+ ## Supported Node.js Versions
143
+
144
+ Libraries in this ecosystem make the best effort to track [Node.js' release schedule](https://github.com/nodejs/release#release-schedule).
145
+ Here's [a post on why we think this is important](https://medium.com/the-node-js-collection/maintainers-should-consider-following-node-js-release-schedule-ab08ed4de71a).
146
+
147
+ ## Contributing
148
+
149
+ If you would like to help take a look at the [list of issues](https://github.com/anolilab/lunora/issues) and check our [Contributing](https://github.com/anolilab/lunora/blob/alpha/.github/CONTRIBUTING.md) guidelines.
150
+
151
+ > **Note:** please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
152
+
153
+ ## Credits
154
+
155
+ - [Daniel Bannert](https://github.com/prisis)
156
+ - [All Contributors](https://github.com/anolilab/lunora/graphs/contributors)
157
+
158
+ ## Made with ❤️ at Anolilab
159
+
160
+ This is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Anolilab](https://www.anolilab.com/open-source) is a Development and AI Studio. Contact us at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or just want to say hi!
161
+
162
+ ## License
163
+
164
+ The Lunora nuxt package is open-sourced software licensed under the [FSL-1.1-Apache-2.0][license].
165
+
166
+ <!-- badges -->
44
167
 
45
- **Maintained for OIDC setup purposes only**
168
+ [license-badge]: https://img.shields.io/badge/license-FSL--1.1--Apache--2.0-blue.svg?style=for-the-badge
169
+ [license]: https://github.com/anolilab/lunora/blob/alpha/LICENSE.md
170
+ [npm-version-badge]: https://img.shields.io/npm/v/@lunora/nuxt?style=for-the-badge
171
+ [npm-version]: https://www.npmjs.com/package/@lunora/nuxt
172
+ [npm-downloads-badge]: https://img.shields.io/npm/dm/@lunora/nuxt?style=for-the-badge
173
+ [npm-downloads]: https://www.npmjs.com/package/@lunora/nuxt
174
+ [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
175
+ [prs-welcome]: https://github.com/anolilab/lunora/blob/alpha/.github/CONTRIBUTING.md
176
+ [typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
177
+ [typescript-url]: https://www.typescriptlang.org/