Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents
11–20 of 47 posts
Re: Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents
#12"animal crossing-style" is a bit of a stretch
Re: Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents
#13does it use the claude code api or the claude code cli? You know, the claude code api is more expensive. I also hope it can have a webapp version, rather than electron. because most of our work are on a remote server.
It actually uses the Claude code SDK so it plugs into whatever you already have. It can use API/CLI or even if you have a private hosted instance. We're actually working on a remote web app version but its a little trickier to wire up. These are great questions - thank you!
Re: Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents
#14"animal crossing-style" is a bit of a stretch
Yeah, I was expecting something like the Animal Crossing dialog bubble or something. At least put Tom Nook as the boss character.
Re: Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents
#15Earlier quoted context omitted.
It actually uses the Claude code SDK so it plugs into whatever you already have. It can use API/CLI or even if you have a private hosted instance. We're actually working on a remote web app version but its a little trickier to wire up. These are great questions - thank you!
If it uses the SDK then it's token burn? Or can it "legally" use your Claude.ai MAX account, your subscription account?
Re: Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents
#16Re: Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents
#17Re: Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents
#18Earlier quoted context omitted.
It actually uses the Claude code SDK so it plugs into whatever you already have. It can use API/CLI or even if you have a private hosted instance. We're actually working on a remote web app version but its a little trickier to wire up. These are great questions - thank you!
If it uses the SDK then it's token burn? Or can it "legally" use your Claude.ai MAX account, your subscription account?
Re: Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents
#19Maybe a bit of an odd one, but can you decorate the office? I'm wondering like have you abstracted the decor elements into something that is straightforward to extend? How easily could I give my office a new espresso machine or something?
Right now it's all built in phaser, and furniture is pretty straight forward to build and deploy. But it requires modifying the source. We want to add support for easy drop in decoration in future updates.