Live data from Hacker News

Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents

github.com

11–20 of 47 posts

Re: Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents

#13
post #3

does 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!

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

#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.

This is such a good idea. A nondescript non-copyright infringing raccoon character as "The boss" would be perfect.

Re: Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents

#15
post #13
post #3

Earlier 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?

[deleted]

Re: Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents

#18
post #13
post #3

Earlier 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?

Great question - we're going to look into this in-depth.

Re: Show HN: Open-Source Animal Crossing–Style UI for Claude Code Agents

#19

Maybe 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?

This is a fun question. The answer is yes, you can redecorate and move things around.

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.

Post reply on HN