Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
The open-source Refraction alternative.
- Host: GitHub
- URL: https://github.com/y-temp4/refiner
- Owner: y-temp4
- Created: 2023-03-02T23:09:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T01:41:22.000Z (8 months ago)
- Last Synced: 2024-09-27T12:42:42.565Z (4 months ago)
- Topics: ai, authjs, chatgpt, chatgpt-api, gpt-3, mantine, nextauthjs, nextjs, open-source, prisma, react, t3-stack, tailwindcss, trpc, typescript
- Language: TypeScript
- Homepage:
- Size: 340 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).