create-instant-app 1.0.26 → 1.0.27
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/package.json +4 -4
- package/template/rules/AGENTS.md +20 -20
- package/template/rules/cursor-rules.md +20 -20
- package/template/rules/windsurf-rules.md +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-instant-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"description": "Scaffold a new web/mobile app with InstantDB",
|
|
5
5
|
"homepage": "https://github.com/instantdb/instant/tree/main/client/packages/create-instant-app",
|
|
6
6
|
"repository": {
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"slugify": "^1.6.6",
|
|
36
36
|
"sort-package-json": "^2.10.0",
|
|
37
37
|
"tiged": "^2.12.7",
|
|
38
|
-
"@instantdb/platform": "1.0.
|
|
39
|
-
"@instantdb/version": "1.0.
|
|
40
|
-
"instant-cli": "1.0.
|
|
38
|
+
"@instantdb/platform": "1.0.27",
|
|
39
|
+
"@instantdb/version": "1.0.27",
|
|
40
|
+
"instant-cli": "1.0.27"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@anthropic-ai/sdk": "^0.60.0",
|
package/template/rules/AGENTS.md
CHANGED
|
@@ -396,27 +396,27 @@ The bullets below are links to the Instant documentation. They provide detailed
|
|
|
396
396
|
|
|
397
397
|
Fetch the URL for a topic to learn more about it.
|
|
398
398
|
|
|
399
|
-
- [Common mistakes](https://instantdb.com/docs/common-mistakes.md): Common mistakes when working with Instant
|
|
400
|
-
- [Initializing Instant](https://instantdb.com/docs/init.md): How to integrate Instant with your app.
|
|
401
|
-
- [Modeling data](https://instantdb.com/docs/modeling-data.md): How to model data with Instant's schema.
|
|
402
|
-
- [Writing data](https://instantdb.com/docs/instaml.md): How to write data with Instant using InstaML.
|
|
403
|
-
- [Reading data](https://instantdb.com/docs/instaql.md): How to read data with Instant using InstaQL.
|
|
404
|
-
- [Instant on the Backend](https://instantdb.com/docs/backend.md): How to use Instant on the server with the Admin SDK.
|
|
405
|
-
- [Patterns](https://instantdb.com/docs/patterns.md): Common patterns for working with InstantDB.
|
|
406
|
-
- [Auth](https://instantdb.com/docs/auth/magic-codes.md): How to add magic code auth to your Instant app.
|
|
399
|
+
- [Common mistakes](https://www.instantdb.com/docs/common-mistakes.md): Common mistakes when working with Instant
|
|
400
|
+
- [Initializing Instant](https://www.instantdb.com/docs/init.md): How to integrate Instant with your app.
|
|
401
|
+
- [Modeling data](https://www.instantdb.com/docs/modeling-data.md): How to model data with Instant's schema.
|
|
402
|
+
- [Writing data](https://www.instantdb.com/docs/instaml.md): How to write data with Instant using InstaML.
|
|
403
|
+
- [Reading data](https://www.instantdb.com/docs/instaql.md): How to read data with Instant using InstaQL.
|
|
404
|
+
- [Instant on the Backend](https://www.instantdb.com/docs/backend.md): How to use Instant on the server with the Admin SDK.
|
|
405
|
+
- [Patterns](https://www.instantdb.com/docs/patterns.md): Common patterns for working with InstantDB.
|
|
406
|
+
- [Auth](https://www.instantdb.com/docs/auth/magic-codes.md): How to add magic code auth to your Instant app.
|
|
407
407
|
- [Guest Auth](https://www.instantdb.com/docs/auth/guest-auth.md): How to add guest auth to your Instant app.
|
|
408
|
-
- [Other Auth](https://instantdb.com/docs/auth.md): Additional auth methods supported by Instant.
|
|
409
|
-
- [Managing users](https://instantdb.com/docs/users.md): How to manage users in your Instant app.
|
|
410
|
-
- [Presence, Cursors, and Activity](https://instantdb.com/docs/presence-and-topics.md): How to add ephemeral features like presence and cursors to your Instant app.
|
|
411
|
-
- [Instant CLI](https://instantdb.com/docs/cli.md): How to use the Instant CLI to manage schema.
|
|
412
|
-
- [Storage](https://instantdb.com/docs/storage.md): How to upload and serve files with Instant.
|
|
413
|
-
- [Streams](https://instantdb.com/docs/streams.md): How to use streams with Instant.
|
|
414
|
-
- [Stripe Payments](https://instantdb.com/docs/stripe-payments.md): How to integrate Stripe payments with Instant.
|
|
415
|
-
- [React Native](https://instantdb.com/docs/start-rn.md): How to use Instant in React Native apps.
|
|
416
|
-
- [Vanilla JS](https://instantdb.com/docs/start-vanilla.md): How to use Instant in vanilla JS apps.
|
|
417
|
-
- [SolidJS](https://instantdb.com/docs/start-solidjs.md): How to use Instant in SolidJS apps.
|
|
418
|
-
- [Svelte](https://instantdb.com/docs/start-svelte.md): How to use Instant in Svelte apps.
|
|
419
|
-
- [TanStack](https://instantdb.com/docs/start-tanstack.md): How to use Instant in TanStack apps.
|
|
408
|
+
- [Other Auth](https://www.instantdb.com/docs/auth.md): Additional auth methods supported by Instant.
|
|
409
|
+
- [Managing users](https://www.instantdb.com/docs/users.md): How to manage users in your Instant app.
|
|
410
|
+
- [Presence, Cursors, and Activity](https://www.instantdb.com/docs/presence-and-topics.md): How to add ephemeral features like presence and cursors to your Instant app.
|
|
411
|
+
- [Instant CLI](https://www.instantdb.com/docs/cli.md): How to use the Instant CLI to manage schema.
|
|
412
|
+
- [Storage](https://www.instantdb.com/docs/storage.md): How to upload and serve files with Instant.
|
|
413
|
+
- [Streams](https://www.instantdb.com/docs/streams.md): How to use streams with Instant.
|
|
414
|
+
- [Stripe Payments](https://www.instantdb.com/docs/stripe-payments.md): How to integrate Stripe payments with Instant.
|
|
415
|
+
- [React Native](https://www.instantdb.com/docs/start-rn.md): How to use Instant in React Native apps.
|
|
416
|
+
- [Vanilla JS](https://www.instantdb.com/docs/start-vanilla.md): How to use Instant in vanilla JS apps.
|
|
417
|
+
- [SolidJS](https://www.instantdb.com/docs/start-solidjs.md): How to use Instant in SolidJS apps.
|
|
418
|
+
- [Svelte](https://www.instantdb.com/docs/start-svelte.md): How to use Instant in Svelte apps.
|
|
419
|
+
- [TanStack](https://www.instantdb.com/docs/start-tanstack.md): How to use Instant in TanStack apps.
|
|
420
420
|
|
|
421
421
|
# Final Note
|
|
422
422
|
|
|
@@ -402,27 +402,27 @@ The bullets below are links to the Instant documentation. They provide detailed
|
|
|
402
402
|
|
|
403
403
|
Fetch the URL for a topic to learn more about it.
|
|
404
404
|
|
|
405
|
-
- [Common mistakes](https://instantdb.com/docs/common-mistakes.md): Common mistakes when working with Instant
|
|
406
|
-
- [Initializing Instant](https://instantdb.com/docs/init.md): How to integrate Instant with your app.
|
|
407
|
-
- [Modeling data](https://instantdb.com/docs/modeling-data.md): How to model data with Instant's schema.
|
|
408
|
-
- [Writing data](https://instantdb.com/docs/instaml.md): How to write data with Instant using InstaML.
|
|
409
|
-
- [Reading data](https://instantdb.com/docs/instaql.md): How to read data with Instant using InstaQL.
|
|
410
|
-
- [Instant on the Backend](https://instantdb.com/docs/backend.md): How to use Instant on the server with the Admin SDK.
|
|
411
|
-
- [Patterns](https://instantdb.com/docs/patterns.md): Common patterns for working with InstantDB.
|
|
412
|
-
- [Auth](https://instantdb.com/docs/auth/magic-codes.md): How to add magic code auth to your Instant app.
|
|
405
|
+
- [Common mistakes](https://www.instantdb.com/docs/common-mistakes.md): Common mistakes when working with Instant
|
|
406
|
+
- [Initializing Instant](https://www.instantdb.com/docs/init.md): How to integrate Instant with your app.
|
|
407
|
+
- [Modeling data](https://www.instantdb.com/docs/modeling-data.md): How to model data with Instant's schema.
|
|
408
|
+
- [Writing data](https://www.instantdb.com/docs/instaml.md): How to write data with Instant using InstaML.
|
|
409
|
+
- [Reading data](https://www.instantdb.com/docs/instaql.md): How to read data with Instant using InstaQL.
|
|
410
|
+
- [Instant on the Backend](https://www.instantdb.com/docs/backend.md): How to use Instant on the server with the Admin SDK.
|
|
411
|
+
- [Patterns](https://www.instantdb.com/docs/patterns.md): Common patterns for working with InstantDB.
|
|
412
|
+
- [Auth](https://www.instantdb.com/docs/auth/magic-codes.md): How to add magic code auth to your Instant app.
|
|
413
413
|
- [Guest Auth](https://www.instantdb.com/docs/auth/guest-auth.md): How to add guest auth to your Instant app.
|
|
414
|
-
- [Other Auth](https://instantdb.com/docs/auth.md): Additional auth methods supported by Instant.
|
|
415
|
-
- [Managing users](https://instantdb.com/docs/users.md): How to manage users in your Instant app.
|
|
416
|
-
- [Presence, Cursors, and Activity](https://instantdb.com/docs/presence-and-topics.md): How to add ephemeral features like presence and cursors to your Instant app.
|
|
417
|
-
- [Instant CLI](https://instantdb.com/docs/cli.md): How to use the Instant CLI to manage schema.
|
|
418
|
-
- [Storage](https://instantdb.com/docs/storage.md): How to upload and serve files with Instant.
|
|
419
|
-
- [Streams](https://instantdb.com/docs/streams.md): How to use streams with Instant.
|
|
420
|
-
- [Stripe Payments](https://instantdb.com/docs/stripe-payments.md): How to integrate Stripe payments with Instant.
|
|
421
|
-
- [React Native](https://instantdb.com/docs/start-rn.md): How to use Instant in React Native apps.
|
|
422
|
-
- [Vanilla JS](https://instantdb.com/docs/start-vanilla.md): How to use Instant in vanilla JS apps.
|
|
423
|
-
- [SolidJS](https://instantdb.com/docs/start-solidjs.md): How to use Instant in SolidJS apps.
|
|
424
|
-
- [Svelte](https://instantdb.com/docs/start-svelte.md): How to use Instant in Svelte apps.
|
|
425
|
-
- [TanStack](https://instantdb.com/docs/start-tanstack.md): How to use Instant in TanStack apps.
|
|
414
|
+
- [Other Auth](https://www.instantdb.com/docs/auth.md): Additional auth methods supported by Instant.
|
|
415
|
+
- [Managing users](https://www.instantdb.com/docs/users.md): How to manage users in your Instant app.
|
|
416
|
+
- [Presence, Cursors, and Activity](https://www.instantdb.com/docs/presence-and-topics.md): How to add ephemeral features like presence and cursors to your Instant app.
|
|
417
|
+
- [Instant CLI](https://www.instantdb.com/docs/cli.md): How to use the Instant CLI to manage schema.
|
|
418
|
+
- [Storage](https://www.instantdb.com/docs/storage.md): How to upload and serve files with Instant.
|
|
419
|
+
- [Streams](https://www.instantdb.com/docs/streams.md): How to use streams with Instant.
|
|
420
|
+
- [Stripe Payments](https://www.instantdb.com/docs/stripe-payments.md): How to integrate Stripe payments with Instant.
|
|
421
|
+
- [React Native](https://www.instantdb.com/docs/start-rn.md): How to use Instant in React Native apps.
|
|
422
|
+
- [Vanilla JS](https://www.instantdb.com/docs/start-vanilla.md): How to use Instant in vanilla JS apps.
|
|
423
|
+
- [SolidJS](https://www.instantdb.com/docs/start-solidjs.md): How to use Instant in SolidJS apps.
|
|
424
|
+
- [Svelte](https://www.instantdb.com/docs/start-svelte.md): How to use Instant in Svelte apps.
|
|
425
|
+
- [TanStack](https://www.instantdb.com/docs/start-tanstack.md): How to use Instant in TanStack apps.
|
|
426
426
|
|
|
427
427
|
# Final Note
|
|
428
428
|
|
|
@@ -402,27 +402,27 @@ The bullets below are links to the Instant documentation. They provide detailed
|
|
|
402
402
|
|
|
403
403
|
Fetch the URL for a topic to learn more about it.
|
|
404
404
|
|
|
405
|
-
- [Common mistakes](https://instantdb.com/docs/common-mistakes.md): Common mistakes when working with Instant
|
|
406
|
-
- [Initializing Instant](https://instantdb.com/docs/init.md): How to integrate Instant with your app.
|
|
407
|
-
- [Modeling data](https://instantdb.com/docs/modeling-data.md): How to model data with Instant's schema.
|
|
408
|
-
- [Writing data](https://instantdb.com/docs/instaml.md): How to write data with Instant using InstaML.
|
|
409
|
-
- [Reading data](https://instantdb.com/docs/instaql.md): How to read data with Instant using InstaQL.
|
|
410
|
-
- [Instant on the Backend](https://instantdb.com/docs/backend.md): How to use Instant on the server with the Admin SDK.
|
|
411
|
-
- [Patterns](https://instantdb.com/docs/patterns.md): Common patterns for working with InstantDB.
|
|
412
|
-
- [Auth](https://instantdb.com/docs/auth/magic-codes.md): How to add magic code auth to your Instant app.
|
|
405
|
+
- [Common mistakes](https://www.instantdb.com/docs/common-mistakes.md): Common mistakes when working with Instant
|
|
406
|
+
- [Initializing Instant](https://www.instantdb.com/docs/init.md): How to integrate Instant with your app.
|
|
407
|
+
- [Modeling data](https://www.instantdb.com/docs/modeling-data.md): How to model data with Instant's schema.
|
|
408
|
+
- [Writing data](https://www.instantdb.com/docs/instaml.md): How to write data with Instant using InstaML.
|
|
409
|
+
- [Reading data](https://www.instantdb.com/docs/instaql.md): How to read data with Instant using InstaQL.
|
|
410
|
+
- [Instant on the Backend](https://www.instantdb.com/docs/backend.md): How to use Instant on the server with the Admin SDK.
|
|
411
|
+
- [Patterns](https://www.instantdb.com/docs/patterns.md): Common patterns for working with InstantDB.
|
|
412
|
+
- [Auth](https://www.instantdb.com/docs/auth/magic-codes.md): How to add magic code auth to your Instant app.
|
|
413
413
|
- [Guest Auth](https://www.instantdb.com/docs/auth/guest-auth.md): How to add guest auth to your Instant app.
|
|
414
|
-
- [Other Auth](https://instantdb.com/docs/auth.md): Additional auth methods supported by Instant.
|
|
415
|
-
- [Managing users](https://instantdb.com/docs/users.md): How to manage users in your Instant app.
|
|
416
|
-
- [Presence, Cursors, and Activity](https://instantdb.com/docs/presence-and-topics.md): How to add ephemeral features like presence and cursors to your Instant app.
|
|
417
|
-
- [Instant CLI](https://instantdb.com/docs/cli.md): How to use the Instant CLI to manage schema.
|
|
418
|
-
- [Storage](https://instantdb.com/docs/storage.md): How to upload and serve files with Instant.
|
|
419
|
-
- [Streams](https://instantdb.com/docs/streams.md): How to use streams with Instant.
|
|
420
|
-
- [Stripe Payments](https://instantdb.com/docs/stripe-payments.md): How to integrate Stripe payments with Instant.
|
|
421
|
-
- [React Native](https://instantdb.com/docs/start-rn.md): How to use Instant in React Native apps.
|
|
422
|
-
- [Vanilla JS](https://instantdb.com/docs/start-vanilla.md): How to use Instant in vanilla JS apps.
|
|
423
|
-
- [SolidJS](https://instantdb.com/docs/start-solidjs.md): How to use Instant in SolidJS apps.
|
|
424
|
-
- [Svelte](https://instantdb.com/docs/start-svelte.md): How to use Instant in Svelte apps.
|
|
425
|
-
- [TanStack](https://instantdb.com/docs/start-tanstack.md): How to use Instant in TanStack apps.
|
|
414
|
+
- [Other Auth](https://www.instantdb.com/docs/auth.md): Additional auth methods supported by Instant.
|
|
415
|
+
- [Managing users](https://www.instantdb.com/docs/users.md): How to manage users in your Instant app.
|
|
416
|
+
- [Presence, Cursors, and Activity](https://www.instantdb.com/docs/presence-and-topics.md): How to add ephemeral features like presence and cursors to your Instant app.
|
|
417
|
+
- [Instant CLI](https://www.instantdb.com/docs/cli.md): How to use the Instant CLI to manage schema.
|
|
418
|
+
- [Storage](https://www.instantdb.com/docs/storage.md): How to upload and serve files with Instant.
|
|
419
|
+
- [Streams](https://www.instantdb.com/docs/streams.md): How to use streams with Instant.
|
|
420
|
+
- [Stripe Payments](https://www.instantdb.com/docs/stripe-payments.md): How to integrate Stripe payments with Instant.
|
|
421
|
+
- [React Native](https://www.instantdb.com/docs/start-rn.md): How to use Instant in React Native apps.
|
|
422
|
+
- [Vanilla JS](https://www.instantdb.com/docs/start-vanilla.md): How to use Instant in vanilla JS apps.
|
|
423
|
+
- [SolidJS](https://www.instantdb.com/docs/start-solidjs.md): How to use Instant in SolidJS apps.
|
|
424
|
+
- [Svelte](https://www.instantdb.com/docs/start-svelte.md): How to use Instant in Svelte apps.
|
|
425
|
+
- [TanStack](https://www.instantdb.com/docs/start-tanstack.md): How to use Instant in TanStack apps.
|
|
426
426
|
|
|
427
427
|
# Final Note
|
|
428
428
|
|