The big feature here is that the shared artifacts can use the Claude API themselves (where usage is tied to the logged-in users of your shared artifact).
1. Drop project files into https://files2prompt.com to copy a prompt with all file contents
2. Paste into https://aistudio.google.com/ and set a low (or 0) temperature and low top_p
Since Gemini 2.5 Pro is free in AI Studio at the moment, and there's a 1M token limit, this works for most things I need. Cursor is better in some cases where I need a bunch of small edits across a bunch of different files.
It doesn’t have all the fancy LLM integration though.
The Python API on this is really nice though.