Quickdata
Discover
✦
- Nextjs - The React Framework for the Web.
- Typescript - JavaScript with syntax for types.
- TailwindCSS + shadcn/ui & Radix Primitives - Design System.
- Zod - Schema declaration and validation library.
- Bun - A fast JavaScript runtime, package manager and bundler.
- ai - AI framework for TypeScript.
- Vercel - Deploy your app anywhere.
- Vercel Analytics - Analytics for Vercel.
- 📄 Generate data from types.
- 📷 Generate data from forms.
You will need:
- Clone this repository locally:
git clone git@github.com:developaul/quickdata.git
- Install dependencies:
# Install bun globally if you don't have it:
npm install -g bun
# and install dependencies:
bun install
- Create a .env file with the following content:
🚧 The environment variables must match the following schema
# OpenAI Provider
OPENAI_API_KEY=
# Vercel KV Store
KV_URL=
KV_REST_API_URL=
KV_REST_API_TOKEN=
KV_REST_API_READ_ONLY_TOKEN=
OpenAI API Key
Vercel KV Store
- Run the development server:
bun run dev