Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiqryq/typeai
OpenAI-powered TypeScript Type Generator.
https://github.com/fiqryq/typeai
nextjs openai serveraction tailwindcss
Last synced: 2 months ago
JSON representation
OpenAI-powered TypeScript Type Generator.
- Host: GitHub
- URL: https://github.com/fiqryq/typeai
- Owner: fiqryq
- Created: 2024-01-14T09:36:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T02:26:15.000Z (8 months ago)
- Last Synced: 2024-10-31T07:42:07.956Z (3 months ago)
- Topics: nextjs, openai, serveraction, tailwindcss
- Language: TypeScript
- Homepage: https://typeai-orcin.vercel.app
- Size: 126 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About This Project
This app is designed to generate TypeScript types based on a JSON file, powered by OpenAI. The project is not yet complete, and I am working on optimizing the prompt for better results.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.