|
|
|
|
|
by tan-z-tan
549 days ago
|
|
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. |
|