Newsletter For A Template
Join the Community For A Template
Subscribe to A Template newsletter for the latest news and updates
QuotesAI: AI-powered quote generator using Next.js, Tailwind CSS, Supabase, and OpenAI, delivering category-based quotes based on mood.
ACodeNav is a comprehensive programmer navigation platform offering curated resources, tools, and learning guides for software developers.
QuotesAI is a Next.js application leveraging Tailwind CSS, Shadcn-ui, Magic-ui, Supabase, NextAuth, and Prisma. Powered by Vercel and the OpenAI API, it utilizes the Goodreads API to generate category-based quotes tailored to your current mood/vibe.
Clone the repository:
git clone https://github.com/DarkInventor/QuotesAI.git
cd QuotesAI
Create and populate the .env
file:
cp .env.example .env
Edit the .env
file and add your credentials.
Install dependencies:
pnpm install
Run the development server:
pnpm run dev
Open your browser and navigate to:
http://localhost:3000
This project is licensed under the MIT License. See the LICENSE file for details.
git checkout -b feature/your-feature
).git commit -am 'Add some feature'
).git push origin feature/your-feature
).