Skip to content

developaul/quickdata

Repository files navigation

Quickdata

Discover  ✦ 

Next.js Badge Tailwind CSS Badge

🛠️ Stack

📝 Features

  • 📄 Generate data from types.
  • 📷 Generate data from forms.

🚀 Getting Started

You will need:

  1. Clone this repository locally:
git clone git@github.com:developaul/quickdata.git
  1. Install dependencies:
# Install bun globally if you don't have it:
npm install -g bun

# and install dependencies:
bun install
  1. 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

  1. Run the development server:
bun run dev

About

Generate data from types, nested forms, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published