DEV Community

Anna Effort for DataStax

Posted on

Design to Demo: Accelerating App Development with AI Tooling

How I rapidly designed and built the frontend for a React app demo for AWS re:Invent with the help of V0, Claude, and ChatGPT.

shopping app chat UI

The challenge
The DataStax Developer Relations team wanted to showcase how Langflow, a low-code, visual IDE, can be used with a local database. A backend developer spun up a Langflow instance working with an Apache Cassandra® database. He used Create React App for a quick frontend POC to query inventory of company swag.

My goal as a product designer: get the experience ready to demo in a very short amount of time.

Being able to drop visual references into tools to facilitate iteration is a game changer for designers.

I dropped a screenshot of the proof of concept UI into V0 to start rapid ideation. By adjusting results with a series of prompts, I updated the styling and layout of components. This generated React code for components that I could use as a starting point.

Not so fast, though. V0 uses shadcn, which isn’t fully compatible with Create React App.

🚫 Errors
AI tools can speed up troubleshooting to get apps to runtime faster. I used Claude to fix the errors and switched over to ChatGPT at times for another perspective, when it felt like Claude was spinning its wheels.

After fixing all of the errors and getting the app back up and running, I realized that styling was going to be a challenge with the existing options. So, I decided to try out Tailwind. It was my first time using it, so being able to query Claude about getting all dependencies and set up in place sped up the change. Up and running again, I shared the app with stakeholders.

Sorry, Figma
The ability to share an app running in real time blasted away the gap between design and development. Stakeholders didn’t have to imagine how flat drawings of the UI or a basic click through prototype would translate to real world functionality.

Building everything in code made it easy to reuse components and styles across projects, letting us launch new apps rapidly. This came in handy when the DevRel team needed a quick chat UI for another demo.

This approach also gave the team the flexibility to adjust the demos for different lighting conditions by adding a theme mode toggle — a feature that would have been much trickier to implement within the tight timeframe using a traditional design and development workflow.

shopping app chat UI light theme toggled on

Bring on the parsing
We realized that even though this was a demo meant to showcase backend functionality, it would be necessary to include images of inventory items to make it feel more realistic. This introduced some formatting challenges.

I switched between Claude and ChatGPT dropping in screenshots from results of code changes, making adjustments, and running the app to view results. Formatting was much improved after working in iterative cycles. Queries still didn’t return consistent results, however.

Know when to tag in a teammate
The app was 95% of the way there, but I would have to wrap up soon. I asked a front-end dev for help troubleshooting the consistency issue. They quickly wrote a parsing function, and we were ready to go live! 🚀

shopping app chat UI parsed response

Design 🤝 development
AI tools are flattening learning curves for new frameworks and making troubleshooting more efficient. The core skills of problem-solving, collaboration, and knowing when to use which tool remain crucial. What’s most exciting is that the gap between design and development is shrinking, and that’s something worth celebrating!

Top comments (0)