What is vue0?
vue0 is a generative AI by ChatGPT. It generates copy-and-paste friendly Vue code based on shadcn-vue and Tailwind CSS that people can use in their projects.
It is an Open Source alternative to the popular v0. It is heavily inspired by the following projects:
Instead of a Software-as-a-Service (SaaS), this project requires user to use their own OpenAI API Key (with access to ChatGPT4).
How does vue0 work?
vue0 uses Multi-pass approach by openv0 to generate code based on simple text prompts. You can check out how it works here.
In layman's terms,
- User enter prompt.
- Get more explicit description, and which components to use from ChatGPT4.
- Get usage examples of components.
- Construct detail prompt with usage, and strict system command.
- Generate code all in 1 Vue SFC.
Will my generations be used for training?
In future yes. I plan to publicly share the generated code from ChatGPT, and with the help from community we can look into fine-tuning a model, and drop the Multi-pass approach.
Can I use output from vue0 for commercial uses?
Yes of course! You are the owner of the OpenAI API Key, you can definitely use the code generated via vue0.