Several things! But my favourite use-case works surprisingly well.
I have a js-to-video service (open source sdk, WIP) [1] with the classic "editor to the left - preview on the right" scenario.
To help write the template code I have a simple prompt input + api that takes the llms-full.txt [2] + code + instructions and gives me back updated code.
It's more "write this stuff for me" than vibe-coding, as it isn't conversational for now.
I've not been bullish on ai coding so far, but this "hybrid" solution is perfect for this particular use-case IMHO.
From that list you only need React and a bundler, which can be Vite. You really don't need more than that to get started. Please ask, I'll do my best to help you out.
No worries mate. The examples don't have to be ground-breaking or even relevant (for me), but clear so I can see how I can apply Scriptable.dev to solve my specific problems.
And, since you target developers, add as much info as you have. Don't skip messy stuff like "how to authenticate" or similar.
Exciting product. You should describe some common problems people have, and show us how you could use Scriptable to solve them. That's a nice and "easy" way to showcase a service IMHO.
That looks promising, but I don't want to handle any of this myself :/
I want a service where I can start a new VM fast by posting to an API, have it run some long running JS server code, and the VM should close itself when it's done.
My use case is often CPU bound, so a small VM with a single CPU is just fine.
I have a js-to-video service (open source sdk, WIP) [1] with the classic "editor to the left - preview on the right" scenario.
To help write the template code I have a simple prompt input + api that takes the llms-full.txt [2] + code + instructions and gives me back updated code.
It's more "write this stuff for me" than vibe-coding, as it isn't conversational for now.
I've not been bullish on ai coding so far, but this "hybrid" solution is perfect for this particular use-case IMHO.
[1] https://js2video.com/play [2] https://js2video.com/llms-full.txt