Quotes AI is built using Next.js, Tailwind CSS, Shadcn-ui, Magic-ui, Supabase, NextAuth, Prisma and Stripe. It is powered by Vercel and OpenAI API. It uses Goodreads api to generate category based quotes as per your current mood/vibe.
QuotesAI is an innovative tool designed to uplift your spirits and inspire creativity by delivering personalized quotes based on your mood. Built using a robust tech stack including Next.js and Tailwind CSS, this application seamlessly combines modern design with powerful functionality. Utilizing data from the Goodreads API and the capabilities of OpenAI, QuotesAI ensures a unique experience tailored to your vibe.
With its user-friendly interface and diverse features, QuotesAI makes it easy for anyone to access the perfect quote at any moment. Whether you're looking for motivation or a simple thought to ponder, this tool aims to brighten your day.
Personalized Quote Generation: Utilizes the Goodreads API to deliver quotes that match your current mood or vibe, providing a customized experience.
Modern Tech Stack: Built with Next.js and Tailwind CSS for a sleek, responsive design that enhances user interaction and enjoyment.
OpenAI Integration: Leverages the OpenAI API to ensure high-quality, relevant quotes that resonate with users on a deeper level.
User Authentication: Employs NextAuth for secure user login options via Google and GitHub, ensuring a comfortable user experience.
Developer Friendly: Comprehensive setup instructions and contribution guidelines make it easy for developers to get involved and enhance the project.
License Transparency: Open-source project licensed under MIT, promoting collaboration and allowing others to build upon the foundation of QuotesAI.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Radix Primitives is a low-level UI component library with a focus on accessibility, customization and developer experience. You can use these components either as the base layer of your design system, or adopt them incrementally.
Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.