4 ms·
I’ve been hacking on something in this vein and would love your feedback. What if you could reuse your CI env by using Github Actions as your sandbox. You can r
by wcdolphin 5mo ago
I’ve been hacking on something in this vein and would love your feedback.
What if you could reuse your CI env by using Github Actions as your sandbox. You can reuse the caching, any oidc based roles and self host via runs-on.com for cost and performance. We expose a claude code web experience of interactive low latency chat. I have a working prototype I’m happy to share if you think it would be interesting.
- crohr 5mo agoI’m the founder of runs-on.com, we should talk!
- willydouhard 5mo agoThis is very convenient but has limitations. GitHub actions are not built to resume state (conversations in our case) and handle multi player experiences. However reusing the GitHub workflows out of the box feels really nice