{"id":21712321,"url":"https://github.com/developaul/quickdata","last_synced_at":"2025-03-20T18:23:32.741Z","repository":{"id":246962283,"uuid":"823835111","full_name":"developaul/quickdata","owner":"developaul","description":"Generate data from types, nested forms, etc.","archived":false,"fork":false,"pushed_at":"2024-07-08T02:24:47.000Z","size":715,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T17:11:20.250Z","etag":null,"topics":["chrome-ai","json","types"],"latest_commit_sha":null,"homepage":"https://quick-data.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/developaul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-03T20:24:55.000Z","updated_at":"2024-07-08T02:24:50.000Z","dependencies_parsed_at":"2025-01-25T17:10:57.300Z","dependency_job_id":"e647c233-dc29-46b2-926f-56ee7a61224c","html_url":"https://github.com/developaul/quickdata","commit_stats":null,"previous_names":["developaul/generate-json","developaul/quickdata"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developaul%2Fquickdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developaul%2Fquickdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developaul%2Fquickdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developaul%2Fquickdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developaul","download_url":"https://codeload.github.com/developaul/quickdata/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244667499,"owners_count":20490441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-ai","json","types"],"created_at":"2024-11-25T23:37:57.380Z","updated_at":"2025-03-20T18:23:32.703Z","avatar_url":"https://github.com/developaul.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cp\u003eQuickdata\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://quick-data.vercel.app\" target=\"_blank\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e  \n  \u003ca href=\"https://quick-data.vercel.app\" target=\"_blank\"\u003e\n    Discover\n  \u003c/a\u003e\n  \u003cspan\u003e\u0026nbsp;✦\u0026nbsp;\u003c/span\u003e\n\u003c/div\u003e\n\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![Next.js Badge](https://img.shields.io/badge/Next.js\u0026nbsp;14-000?logo=nextdotjs\u0026logoColor=fff\u0026style=flat)\n![Tailwind CSS Badge](https://img.shields.io/badge/Tailwind%20CSS-06B6D4?logo=tailwindcss\u0026logoColor=fff\u0026style=flat)\n\n\u003c/div\u003e\n\n## 🛠️ Stack\n\n- [**Nextjs**](https://nextjs.org/) - The React Framework for the Web.\n- [**Typescript**](https://www.typescriptlang.org/) - JavaScript with syntax for types.\n- [**TailwindCSS**](https://tailwindcss.com) + [**shadcn/ui**](https://ui.shadcn.com) \u0026 [**Radix Primitives**](https://www.radix-ui.com) - Design System.\n- [**Zod**](https://zod.dev/) - Schema declaration and validation library.\n- [**Bun**](https://bun.sh/) - A fast JavaScript runtime, package manager and bundler.\n- [**ai**](https://sdk.vercel.ai/docs/introduction) - AI framework for TypeScript.\n- [**Vercel**](https://vercel.com/) - Deploy your app anywhere.\n- [**Vercel Analytics**](https://vercel.com/analytics) - Analytics for Vercel.\n\n\u003c!-- Help me to describe features of this project --\u003e\n\n## 📝 Features\n\n- 📄 Generate data from types.\n- 📷 Generate data from forms.\n\n## 🚀 Getting Started\n\nYou will need:\n\n- [Node.js 20+ (recommended 20.14 LTS)](https://nodejs.org/en/).\n- [Git](https://git-scm.com/).\n\n1. [Clone](https://github.com/developaul/quickdata.git) this repository locally:\n\n```bash\ngit clone git@github.com:developaul/quickdata.git\n```\n\n2. Install dependencies:\n\n```bash\n# Install bun globally if you don't have it:\nnpm install -g bun\n\n# and install dependencies:\nbun install\n```\n\n3. Create a **.env** file with the following content:\n\n\u003e 🚧 The environment variables must match the following schema\n\n```bash\n# OpenAI Provider\nOPENAI_API_KEY=\n\n# Vercel KV Store\nKV_URL=\nKV_REST_API_URL=\nKV_REST_API_TOKEN=\nKV_REST_API_READ_ONLY_TOKEN=\n```\n\n**OpenAI API Key**\n\n- [Get your OpenAI API key](https://platform.openai.com/account/api-keys).\n\n**Vercel KV Store**\n\n- [Get your Vercel KV Store](https://vercel.com/docs/storage/vercel-kv/quickstart).\n\n4. Run the development server:\n\n```bash\nbun run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopaul%2Fquickdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevelopaul%2Fquickdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopaul%2Fquickdata/lists"}