This project is a NextJS application that generates funny inspirational quotes using the OpenAI API. It creates quotes that sound profound but are actually nonsensical, along with humorous attributions to random famous people.
- Clone the repository
- Install dependencies:
npm install
- Create a
.env.local
file in the root directory and add your OpenAI API key:NEXT_PUBLIC_OPENAI_API_KEY=your_openai_api_key_here
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the application.
- Generate funny inspirational quotes
- Share quotes on 𝕏 and Facebook
- Loading states
- Ads
- NextJS 13+
- React
- TypeScript
- OpenAI API (GPT-4 model)
- Google Adsense
This project is open source and available under the GPL-3.0 License.