Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.

image

## 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.