This repository contains a collection of experiments showcasing how to use AI tools to make software development more efficient. Each experiment demonstrates a practical application of AI in solving common development challenges.
Each experiment follows a consistent structure:
start/: Contains the initial data or files before doing the workend/: Contains the solution or final state of the filesREADME.md: Describes the experiment, steps taken, and insights gained
- Translation - Demonstrates how to use AI for translating content in a specific format
- Autocomplete - Experiments with autocomplete
- Sequence Diagram - Create a diagram for better understanding
- Testing data - Generate testing data in an app
- Api docs - Generate API docs for all endpoints
- Component styles - Generate styles for a component based on its design
- Nuxt component - Generate an idiomatic Nuxt component