What’s included in normalhuman?
An innovative AI-powered email client featuring Next.js, React, TypeScript, OpenAI API integration, AWS SDK for cloud services, and Stripe for payments, with Clerk for authentication.
Tech Stack
- Next.js
- React
- TypeScript
- Tailwind CSS
- Clerk
- Prisma ORM
- PostgreSQL
- AWS SDK
- OpenAI API
- Stripe
Features
Prerequisites
- Node.js 18+
- npm or yarn or pnpm
Installation
- Clone the repository:
git clone https://github.com/bjornleonhenry/normalhuman.git
cd normalhuman
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm run dev
Open http://localhost:3000 to see the application.
Contributing
Contributions are welcomed, and appreciated. If you have a feature request, please add it as an issue or make a pull request.