appilot 0.0.1

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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +17 -0
package/README.md ADDED
@@ -0,0 +1,12 @@
1
+ # appilot
2
+
3
+ This version is a name reservation, not a working package. It contains no code.
4
+
5
+ Appilot adds intelligence to any web app: its AI helps people operate the app and
6
+ act on their behalf, shipping as a browser extension or an embeddable widget.
7
+ The developer SDK (widget boot, client-registered actions aligned with WebMCP,
8
+ focused sessions) will publish here.
9
+
10
+ See https://appilot.space.
11
+
12
+ Maintained by BetterKnow GmbH.
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "appilot",
3
+ "version": "0.0.1",
4
+ "description": "Name reservation for the Appilot SDK. The published SDK will land here.",
5
+ "keywords": ["appilot", "webmcp", "agent", "assistant", "widget"],
6
+ "homepage": "https://appilot.space",
7
+ "license": "ISC",
8
+ "author": "BetterKnow GmbH",
9
+ "files": ["README.md"],
10
+ "publishConfig": {
11
+ "access": "public",
12
+ "registry": "https://registry.npmjs.org/"
13
+ },
14
+ "engines": {
15
+ "node": ">=18"
16
+ }
17
+ }