scale-stack 0.0.1-alpha.0 → 0.0.1-alpha.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.
- package/README.md +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Scale Stack
|
|
2
2
|
|
|
3
|
-
An opinionated scaffolding engine for Next.js
|
|
4
|
-
|
|
5
|
-
See [PRD.md](PRD.md) for the full product requirements document.
|
|
3
|
+
An opinionated scaffolding engine for Next.js projects. Scale Stack automates the setup of a colocation-first architecture, type-safe data layers, and an AI-native development environment.
|
|
6
4
|
|
|
7
5
|
## Repository layout
|
|
8
6
|
|