Hacker News new | ask | show | jobs
by palmdeezy 965 days ago
Jared Palmer, v0 creator/team lead here...

Happy to answer any questions!

6 comments

Hi Jared, I'm currently working on Commitspark, a headless CMS that uses vanilla GraphQL to define the content model and GitHub for storage and workflows. With this approach I can already today use ChatGPT to not only generate a website content model from a user prompt (e.g. "I want a component-based website with a hero component with title and image, a product component with article number, ...") but also entire web page content from user prompts (e.g. "I have this marketing text here, turn it into content data for a web page using the components in my content model: ...").

The perfect addition here would be to also enable users to generate React components that visualize each content component (I was able to prototype that already with ChatGPT, but I assume what you're doing is more advanced).

Wrap all of this up into a Git repo with Vercel deployment workflow for GitHub and it should be possible to go from prompt to CMS-driven website in a really short time.

So, my question: Would it be possible to get access to V0? Also, feel free to reach out if you see potential for collaboration.

What is the business problem you are trying to solve with this?
v0 saves loads of time by allowing you to quickly generate UIs with React via Shadcn UI (https://ui.shadcn.com) with simple text prompts. While full scale design tools are very useful, not every UI in your app needs that level of fidelity. Furthermore, a lot of UIs inside of apps and websites are already extremely programmatic (such as forms, tables, modals, etc.). The goal with v0 is to get you started (hence the name) faster....to give you something you can copy and paste and then modify yourself.
Thanks for taking the time to answer questions. Maybe it was mentioned in an earlier article but it' not in this one; is this a proprietary model?
How does one get off the waitlist?

My vercel login is with github, same username as here.

Hi Jared.

Awesome use of LLM. Do you position V0 as helper for developers or designers?

v0 is really for everyone. We hope it makes everyone more productive and creative...reducing the cost of iteration and experimentation.
Are there any plans to support Svelte in the near future?