create-sbastack-app
v0.4.0
Published
<h1 align="center"> create-sbastack-app </h1>
Readme
Table of contents
- sbastack
- Getting Started
- Contributors
A stack made by Alex:
Upstash Setup
The generated chat API uses Vercel Workflow with Upstash Box, so you need to configure Box before running the app.
Follow the Upstash Box quickstart to create an API key and a Box, then add:
UPSTASH_BOX_API_KEY=your_upstash_box_api_key_here
UPSTASH_BOX_ID=your_upstash_box_id_hereQStash environment variables are not required for this chat flow.
To scaffold an app using create-sbastack-app, run any of the following four commands and answer the command prompt questions:
npm
npm create sbastack-app@latestyarn
yarn create sbastack-apppnpm
pnpm create sbastack-app@latestbun
bun create sbastack-app@latestMade with contrib.rocks.
