All blog posts

A V2 of Anthropic's Computer Use Agent
2 min read
		A V2 of Anthropic's Computer Use Agent, built with React and Python. This version enables file management and file uploads directly into the agent’s virtual environment.

Client-side authentication using SvelteKit and Firebase
5 min read
		Learn how to implement client-side authentication in your SvelteKit app using Firebase Authentication and Svelte 5's new runes feature. This guide walks you through setting up a simple and efficient authentication flow, managing user states, and securing routes.