Public
Like
prompthero
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data ā all from the browser, and deployed in miliseconds.
PromptCraft is a full-stack application that helps you create, test, and optimize prompts for GPT models. With a modern, responsive UI and powerful backend, you can iterate on your prompts to achieve the best results.
- š§ AI-Powered Suggestions: Get intelligent suggestions to improve your prompts
- š A/B Testing: Compare different prompt versions to see which performs better
- š Performance Analytics: Track how your prompts perform over time
- š¾ Prompt Library: Save and organize your prompts for future use
- š Optimization Recommendations: Receive specific recommendations to enhance prompt effectiveness
- Frontend: React with Tailwind CSS
- Backend: Hono.js API framework
- Database: SQLite for storing prompts and history
- AI: OpenAI GPT models
āāā backend/
ā āāā database/
ā ā āāā migrations.ts
ā ā āāā queries.ts
ā āāā routes/
ā ā āāā prompts.ts
ā ā āāā optimize.ts
ā ā āāā static.ts
ā āāā index.ts
āāā frontend/
ā āāā components/
ā ā āāā App.tsx
ā ā āāā PromptEditor.tsx
ā ā āāā OptimizationPanel.tsx
ā ā āāā ResultsViewer.tsx
ā ā āāā Navigation.tsx
ā āāā index.html
ā āāā index.tsx
āāā shared/
āāā types.ts
- Visit the app at its Val Town URL
- Create your first prompt in the editor
- Use the optimization tools to refine your prompt
- Save your best prompts to your library
- Create: Write your initial prompt in the editor
- Test: See how the prompt performs with the GPT model
- Optimize: Get AI-powered suggestions to improve your prompt
- Compare: A/B test different versions to find the best one
- Save: Store your optimized prompts for future use