Prompt2Craft
A full-stack product experiment focusing on AI generation and user control.
Prompt2Craft
AI-assisted presentation generation tool.
Context
Prompt2Craft is an AI-powered presentation builder. Rather than a simple 'prompt-to-file' generator, it focuses on the workflow: generating structured content, fetching visuals, and providing an editable workspace before the final export.
Pure AI generation often produces results that are 'almost right' but unusable without modifications. Users need the speed of generation combined with the control of an editor.
Execution
- 01End-to-end AI workflow
- 02Structured JSON generation from unstructured prompts
- 03Interactive, editable slide workspace
Architecture Flow
Deep Dive
Engineering Decisions
I separated the architecture into a React/Vite frontend (deployed on Vercel) and a robust Java Spring Boot backend (deployed on Render) to handle the complex orchestrations of third-party APIs (Grok, Unsplash) and structured data formatting.
Challenges Overcome
The most difficult part was the AI UX design. Ensuring the AI generated predictable, structured JSON that could map perfectly to a dynamic, editable React state required strict prompt engineering and data validation.