Home > Web Front-end > JS Tutorial > AI Travel Planner app built with Next.js Tailwind CSS, Prisma, Open AI, and Clerk.

AI Travel Planner app built with Next.js Tailwind CSS, Prisma, Open AI, and Clerk.

Mary-Kate Olsen
Release: 2024-12-17 06:05:24
Original
892 people have browsed it

AI Travel Planner app built with Next.js  Tailwind CSS, Prisma, Open AI, and Clerk.

AI Travel Planner

AI Travel Planner app built with Next.js 15, Tailwind CSS, Prisma, Open AI, and Clerk. Features include user sign-up, sign-in, generating travel plans, viewing all travel plans, and deleting trips. Open to contributions during development.

Getting Started

Clone the repository: git clone https://github.com/saidMounaim/travelplan.git
Install dependencies:

npm install
Copy after login

Create a .env file:

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
WEBHOOK_SECRET=
DATABASE_URL=
HERE_API_KEY=
OPENAI_API_KEY=
Copy after login

Built With

  • Next.js 15
  • TailwindCSS
  • TypeScript
  • Shadcn/ui
  • Open AI
  • Clerk

Contribution

All kind of contributions are welcome, please feel free to submit pull requests.

The above is the detailed content of AI Travel Planner app built with Next.js Tailwind CSS, Prisma, Open AI, and Clerk.. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template