Is it possible to take one’s Hype project; that is, the accompanying JavaScript functions, libraries, and other assets, and replicate that in a Cursor project for the purpose of auditing/optimizing the code, and using AI Agents to improve the original Hype project?
What the AI IDE's really excel at is writing the additional JS functions for pre-existing elements within your project. So you would build your scene (using Hype elements, something that text editors can't do [yet]) and then you can create animations with those elements if you set Unique Element IDs for them using the JavaScript API. Some ideas outlined here:
Since that post, AI has gone BONKERS. So consider what Hype's strengths are: building out interfaces, setting up a scene + timeline based environment. And then consider what JavaScript outside of that environment would be useful to have AI's help with.
If you copy + paste the entire JS documentation into a .md file (or use this pre-built repository, you can give AI the context to hepl you out with complex scene/symbol/timeline/animation/ JavaScript functions.
A quick way to edit a JS function in Hype is to ctrl + click and edit directly like this from you Resources Library:
What are you working on?
