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: 3 months ago
JSON representation
AI powered writing assistant extension - Nw Hacks 2023 Finalistπ
- Host: GitHub
- URL: https://github.com/reworkd/extension
- Owner: reworkd
- Created: 2023-01-21T18:39:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T04:51:02.000Z (12 months ago)
- Last Synced: 2024-06-10T02:35:44.604Z (5 months ago)
- Topics: chrome-extension, gpt-3, hackathon, hackathon-project, nextjs, nwplus, openai, plasmo, tailwindcss, trpc
- Language: TypeScript
- Homepage: https://reworkd.ai
- Size: 723 KB
- Stars: 85
- Watchers: 4
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starz - reworkd/extension - AI powered writing assistant extension - Nw Hacks 2023 Finalistπ (TypeScript)
README
![Reworkd](https://github.com/awtkns/reworkd/blob/main/public/social.png)
π€ Making your life easier π€
Revolutionizing responses with the power of AI
π 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
```