Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/y-temp4/refiner

The open-source Refraction alternative.
https://github.com/y-temp4/refiner

ai authjs chatgpt chatgpt-api gpt-3 mantine nextauthjs nextjs open-source prisma react t3-stack tailwindcss trpc typescript

Last synced: 7 days ago
JSON representation

The open-source Refraction alternative.

Awesome Lists containing this project

README

        

# Refiner

The open-source Refraction alternative.

## Build with

- [OpenAI GPT3 API](https://openai.com/product)
- [Next.js](https://nextjs.org)
- [tRPC](https://trpc.io)
- [NextAuth.js](https://next-auth.js.org)
- [Prisma](https://prisma.io)
- [Mantine](https://mantine.dev)
- [Tailwind CSS](https://tailwindcss.com)

## Development

Prerequisites:

- Node.js
- Docker
- Yarn

```sh
# Clone the repo
git clone https://github.com/y-temp4/refiner

# Go to the project folder
cd refiner

# Install packages
yarn

# Set up .env files
# Please setup github keys and OpenAPI keys
cp .env.sample .env

# Set up DB
docker compose up
yarn prisma db push

# Start dev server
yarn dev
```

Then you can access [http://localhost:3000](http://localhost:3000).