All Builds
Completed/AI Product Workflow/2026

Prompt2Craft

A full-stack product experiment focusing on AI generation and user control.

Prompt2Craft

AI-assisted presentation generation tool.

TypeAI Interfaces
RoleFull Stack Developer
Year2026
Stack
ReactViteTailwind CSS+6 more

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.

The Problem

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

User Prompt
Java Spring Boot Backend
Grok API Processing
Structured JSON Generation
Unsplash Image Retrieval
Editable React Workspace
PPT Generation & Export.

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.

Stack

ReactViteTailwind CSSSpring BootGrok APIUnsplash APISupabaseVercelRender