Effortless Writing Assistance for ADHD and Dysorthography powered by OpenAI and ChatGPT.
Note This project is still in development and is not ready for production use.
- Framework: Next.js
- Database: Supabase
- Authentication: Clerk
- Internationalization (i18n): next-intl
- Styling: Tailwind CSS
- Deployment: Vercel
- Analytics: Vercel Analytics
- Zod for TypeScript-first schema declaration and validation
- Automatic import sorting with
@ianvs/prettier-plugin-sort-imports
- Clone the repository and install the dependencies
git clone https://github.com/giacomogaglione/write-support.git
cd write-support
pnpm install
pnpm dev
- Copy the
.env.example
to.env
and update the variables.
cp .env.example .env
- Start the development server
pnpm run dev
Licensed under the MIT license.