An AI-powered prompt management system built with React, Express, and TypeScript. PromptCraft helps you create, organize, and enhance AI prompts using Gemini and OpenAI.
- 🎨 Modern, responsive UI with Tailwind CSS
- 🤖 AI-powered prompt enhancement
- 📁 Organized prompt categories
- 🔄 Real-time updates with React Query
- 🎯 TypeScript for type safety
- 🛡️ Express backend with session management
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
The application will be available at http://0.0.0.0:5000
├── client/ # React frontend
├── server/ # Express backend
└── shared/ # Shared TypeScript types
GET /api/prompts
- Fetch all promptsGET /api/categories
- Fetch all categoriesPOST /api/prompts
- Create new promptPOST /api/ai/enhance
- Get AI suggestions
- Frontend: React, TailwindCSS, Radix UI
- Backend: Express, TypeScript
- Database: PostgreSQL with Drizzle ORM
- AI: Google Gemini, OpenAI
MIT