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

https://github.com/reworkd/extension

AI powered writing assistant extension - Nw Hacks 2023 Finalist๐ŸŽ‰
https://github.com/reworkd/extension

chrome-extension gpt-3 hackathon hackathon-project nextjs nwplus openai plasmo tailwindcss trpc

Last synced: 5 months ago
JSON representation

AI powered writing assistant extension - Nw Hacks 2023 Finalist๐ŸŽ‰

Awesome Lists containing this project

README

        

![Reworkd](https://github.com/awtkns/reworkd/blob/main/public/social.png)


๐Ÿค– Making your life easier ๐Ÿค–
Revolutionizing responses with the power of AI




Deployment Success

Health Check
License
Node version


๐Ÿ”— Short link
ย ย โ€ขย ย 
๐Ÿค Contribute

---

## ๐Ÿ“– About
Reworkd. AI revolutionizes responses with the power of AI. We are a team of developers and designers who are
passionate about building products that make a difference. We are currently working on a product that will
help you create better responses to your customers.

## ๐Ÿš€ Tech Stack

- โœ… **Bootstrapping**: [create-t3-app](https://create.t3.gg).
- โœ… **Framework**: [Nextjs 13 + Typescript](https://nextjs.org/).
- โœ… **ORM**: [Prisma](https://prisma.io).
- โœ… **Database**: [Planetscale](https://planetscale.com/).
- โœ… **Realtime**: [Supabase](https://supabase.com/).
- โœ… **Styling**: [TailwindCSS + HeadlessUI](https://tailwindcss.com).
- โœ… **Typescript Schema Validation**: [Zod](https://github.com/colinhacks/zod).
- โœ… **End-to-end typesafe API**: [tRPC](https://trpc.io/).

## ๐Ÿ‘จโ€๐Ÿš€ Getting Started

> ๐Ÿšง You will need [Nodejs +16 (LTS recommended)](https://nodejs.org/en/) installed.

1. Fork this project:

- [Click here](https://github.com/awtkns/confetti/fork).

2. Clone the repository:

```bash
git clone [email protected]:YOU_USER/confetti.git
```

3. Install dependencies:

```bash
npm install
```

4. Create a `.env` file with the following content:

> ๐Ÿšง The environment variables must match the following [schema](https://github.com/awtkns/confetti/blob/main/src/env/schema.mjs#L8).

```bash
# Next Auth Secrets
DATABASE_URL=
NEXTAUTH_SECRET=
NEXTAUTH_URL=
OPENAI_ORGANIZATION=
OPENAI_API_KEY=
```

5. Ready ๐Ÿฅณ, now run:

```bash
npm run dev # for next app
npm run dev:plasmo # for extension
```