General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
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.
Sign in to like and favorite skills
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.
npm install
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 suggestionsMIT