Releases: arpit2006/Prompt-Enhancer
Releases · arpit2006/Prompt-Enhancer
v1.0.0 - Initial Release
PromptCraft v1.0.0 — Initial Release
A Next.js 15 app that analyzes and rewrites your AI prompts for clarity, tone, and effectiveness.
Features
- Prompt Enhancement — Analyze and rewrite prompts with clarity + completeness scoring
- Multi-Provider Support — Gemini, Groq, OpenAI (cloud) and Ollama (local LLMs)
- Audience Tuning — Adjust tone: Technical, Simple, Executive, Creative, Child
- Diff Viewer — Word-level side-by-side comparison of original vs. enhanced prompt
- Test Prompt — Fire your prompt at the active LLM and see the live response
- Auto-Tagging — Prompts automatically tagged by type and tone
- Prompt History — Full version history with clarity score tracking per prompt
- Folders — Organize prompts into color-coded collections
- Template Library — Pre-built templates for writing, coding, data analysis, image generation, and more
- API Request Panel — Send custom HTTP requests directly from the app
- Analytics & Stats — 14-day activity chart, model usage breakdown, quality averages
- OAuth Login — Google & GitHub login via Auth.js v5
- Cloud Sync — Prompt history, folders, and analytics synced to Supabase (per user, any device)
- Privacy Mode — Skip saving history when needed
- Free Tier — Daily quota with live usage indicator in navbar
Tech Stack
- Framework: Next.js 15 (App Router) + React 19
- UI: Tailwind CSS 3.4, Radix UI, lucide-react
- State: Zustand 5 (localStorage + Supabase sync)
- Database: Supabase (PostgreSQL) via Prisma 5
- Auth: Auth.js v5 (Google + GitHub OAuth)
- Language: TypeScript (strict)