Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giacomogaglione/write-support
Effortless Writing Assistance for ADHD and Dysorthography powered by OpenAI and ChatGPT.
https://github.com/giacomogaglione/write-support
chatgpt clerk i18n nextjs openai radix-ui react supabase tailwindcss vercel
Last synced: 6 days ago
JSON representation
Effortless Writing Assistance for ADHD and Dysorthography powered by OpenAI and ChatGPT.
- Host: GitHub
- URL: https://github.com/giacomogaglione/write-support
- Owner: giacomogaglione
- License: mit
- Created: 2023-08-15T23:35:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T00:57:39.000Z (over 1 year ago)
- Last Synced: 2024-05-18T20:16:44.498Z (6 months ago)
- Topics: chatgpt, clerk, i18n, nextjs, openai, radix-ui, react, supabase, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://write-support.vercel.app
- Size: 251 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Write Support
Effortless Writing Assistance for ADHD and Dysorthography powered by OpenAI and ChatGPT.
![hero](public/og.png)
> **Note**
This project is still in development and is not ready for production use.## Features
- **Framework**: [Next.js](https://nextjs.org/)
- **Database**: [Supabase](https://supabase.com/)
- **Authentication**: [Clerk](https://clerk.com/)
- **Internationalization (i18n)**: [next-intl](https://next-intl-docs.vercel.app/)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **Primitives**: [Radix UI](https://radix-ui.com/)
- **Components**: [shadcn/ui](https://ui.shadcn.com/)
- **Icons**: [Lucide](https://lucide.dev/)
- **Deployment**: [Vercel](https://vercel.com/)
- **Analytics**: [Vercel Analytics](https://vercel.com/analytics/)
- [Zod](https://zod.dev/) for TypeScript-first schema declaration and validation
- Automatic import sorting with `@ianvs/prettier-plugin-sort-imports`## Running Locally
1. Clone the repository and install the dependencies
```bash
git clone https://github.com/giacomogaglione/write-support.git
cd write-support
pnpm install
pnpm dev
```2. Copy the `.env.example` to `.env` and update the variables.
```bash
cp .env.example .env
```3. Start the development server
```bash
pnpm run dev
```## License
Licensed under the [MIT license](https://github.com/giacomogaglione/write-support/blob/main/LICENSE.md).