Ecosyste.ms: Awesome

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: 15 days ago
JSON representation

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

Lists

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
```