Congrats on your custom solution built by AskDream.ai! Wasn't that easy? :)
- Next.js App Router with API Routes
- Shadcn UI
- Radix UI Primitives
- Tailwind CSS
- Icons from Lucide
- Dark mode with
next-themes - Tailwind CSS class sorting, merging and linting.
- API options below
Create an .env.local or add environment variables for any of these services:
# OpenAI GPT - https://platform.openai.com/api-keys
OPENAI_API_KEY=XXXXXX
# Replicate.com for Images - https://replicate.com/account/api-tokens
REPLICATE_API_TOKEN=XXXXXX
# Resend for Email - https://resend.com/api-keys
RESEND_API_KEY=XXXXXX
# Mapbox for Maps - https://account.mapbox.com/
NEXT_PUBLIC_MAPBOX_TOKEN=XXXXXX
# Next Auth
AUTH_SECRET=XXXXXX # Added by `npm exec auth secret`. Read more: https://cli.authjs.dev
# Google shows automatically if configured here
AUTH_GOOGLE_ID=XXXXXX
AUTH_GOOGLE_SECRET=XXXXXX
# GitHub shows automatically if configured here
AUTH_GITHUB_ID=XXXXXX
AUTH_GITHUB_SECRET=XXXXXX
# Discord shows automatically if configured here
AUTH_DISCORD_ID=XXXXXX
AUTH_DISCORD_SECRET=XXXXXX
Copyright 2024 Aliases, Inc..