Hacker News new | ask | show | jobs
Built a cloud-based browser automation tool with AI (automina.app)
1 points by tan-z-tan 549 days ago
1 comments

Hi HN, I've been experimenting with automating my browser tasks and ended up creating this prototype: Automina a cloud-based browser automation tool powered by AI. It turned out to be more versatile than I initially thought.

For the tech stack, I used: - TypeScript + Railway for server-side logic and deployment - OpenAI GPT-4o-mini for AI logic - Browserbase for managing cloud browser

I made the automation callable via an API. It's still a prototype, so please don't use it with sensitive information, and let me know if you run into issues.