Skip to content

reliek21/kuepa-chat-challenge

Repository files navigation

Kuepa Chat Challenge

Name of project here is a project designed to provide a user-friendly interface for users.

Philosophy:

  • Easy to customize
  • Minimal code
  • SEO-friendly
  • Production-ready
  • Performance

Requirements:

Node.js 18+ and npm

Tech Stack:

  • Client: TypeScript, React, Next.js
  • Type-safe ORM: DrizzleORM
  • Authentication: NextAuth.js with Supabase
  • Database: Supabase Database
  • Styles: TailwindCSS and Shacdn
  • API: Supabase API
  • Email Service: Resend
  • Multi-language (i18n): next-intl

Analytics:

  • Google Analytics
  • Vercel Analytics
  • Vercel SpeedInsights
  • Google Search Console

Environments Variables:

Before starting the project, you can add the following environment variables.

  • RESEND_API_KEY: Sending mass mailings and user subscriptions with the Resend service.
  • NEXT_PUBLIC_GOOGLE_ANALYTICS: Analysis of users through navigation between different pages.

Running the Project Locally:

To run this project on your local machine, follow these steps:

  1. Clone the project repository:
git clone https://project-link
  1. Navigate to the project directory:
cd my-project
  1. Install the project dependencies:
npm install
Start the development server: