Skip to content

Commit ce19440

Browse files
committed
refactor: move StackBlitz starter to dedicated repo
1 parent dfd1a83 commit ce19440

10 files changed

Lines changed: 7 additions & 584 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Pantry executes Buddy in an isolated environment and provisions the generated pr
5555

5656
For frontend experiments in the browser, open the live stx starter:
5757

58-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/stacksjs/stacks/tree/main/examples/stackblitz?startScript=dev&title=Stacks%20Starter)
58+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/stacksjs/stackblitz?startScript=dev&title=Stacks%20Starter)
5959

6060
## Usage
6161

docs/guide/stackblitz.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ description: Stacks provides a browser-native stx starter for quick frontend exp
66

77
Stacks provides a browser-native stx starter for quick frontend experiments and reproducible examples.
88

9-
[Open the Stacks starter in StackBlitz](https://stackblitz.com/fork/github/stacksjs/stacks/tree/main/examples/stackblitz?startScript=dev&title=Stacks%20Starter)
9+
[Open the Stacks starter in StackBlitz](https://stackblitz.com/fork/github/stacksjs/stackblitz?startScript=dev&title=Stacks%20Starter)
1010

11-
The starter compiles `.stx` files with `@stacksjs/stx`, serves the result from a zero-dependency Node.js server, and reloads the preview when a view or stylesheet changes.
11+
The dedicated [stacksjs/stackblitz](https://github.com/stacksjs/stackblitz) starter installs, compiles, serves, and tests the preview with Bun. It reloads automatically when a view or stylesheet changes.
1212

1313
## Supported in StackBlitz
1414

@@ -18,9 +18,9 @@ The starter compiles `.stx` files with `@stacksjs/stx`, serves the result from a
1818
- shareable bug reproductions
1919
- live preview and reload
2020

21-
## Local development remains the full runtime
21+
## Full projects still run locally
2222

23-
StackBlitz WebContainers provide Node.js, not Bun. Full Stacks projects also use SQLite, rpx, and tlsx, so database, backend, cloud, and pretty local domain development run locally:
23+
The browser starter is intentionally frontend-scoped. Full Stacks projects also use SQLite, rpx, and tlsx, so database, backend, cloud, and pretty local domain development run locally:
2424

2525
```bash
2626
panx @stacksjs/buddy new my-app

docs/marketing/product-hunt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ We would especially value feedback on onboarding, framework conventions, and the
6262
- Website: https://stacksjs.com
6363
- Documentation: https://stacksjs.com/docs
6464
- GitHub: https://github.com/stacksjs/stacks
65-
- StackBlitz: https://stackblitz.com/fork/github/stacksjs/stacks/tree/main/examples/stackblitz?startScript=dev&title=Stacks%20Starter
66-
- Whitepaper: https://whitepaper.stacksjs.dev
65+
- StackBlitz: https://stackblitz.com/fork/github/stacksjs/stackblitz?startScript=dev&title=Stacks%20Starter
66+
- Whitepaper: https://whitepaper.stacksjs.com

examples/stackblitz/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/stackblitz/package-lock.json

Lines changed: 0 additions & 252 deletions
This file was deleted.

examples/stackblitz/package.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)