A personal AI-powered wisdom collection app built with Google AI Studio.
A personal wisdom collection app that helps you capture, organize, and revisit valuable insights and quotes.
- AI-Powered Insights: Fetch inspiring quotes from the APINinjas Quotes API
- Easy Capture: Quickly add new wisdom, quotes, and insights
- Organized Library: Keep your collection organized and searchable
- Local Development: Full control over your development environment
- Node.js 18 or higher
- APINinjas API Key (from APINinjas)
-
Clone the repository:
git clone https://github.com/your-username/pocket-wisdom.git cd pocket-wisdom -
Install dependencies:
npm install
-
Configure environment variables:
cp .env.local.example .env.local
Then edit
.env.localand set yourAPININJAS_API_KEY. -
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
- Frontend: React 18, TypeScript
- AI: Google Gemini API
- Build Tool: Next.js
- Styling: CSS Modules / Tailwind CSS
This project is licensed under the MIT License - see the LICENSE file for details.
- APINinjas Quotes API for inspiring quotes
- Built with Next.js

