Today I finally uploaded OwnCode to the web and now I'll explain what it does.
It's a BYOK (bring your own api) project in this case by gemini. With our site you can force gemini to work 🤣!Anyway you give him a prompt and like any other AI he writes code in a built-in editor.
I need testers obviously this is an unfunded project so they won't be paid but I'd be very happy if someone would try it. Here is the link https://owncode.ai.studio/ and write in the comments if there is any bug etc.Your password will not be sent to any server.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
I'm intrigued by the BYOK approach with Gemini, and the fact that you've built a platform where users can input a prompt and receive generated code in a built-in editor is really impressive. The idea that users can "force" Gemini to work in a specific way adds a layer of creativity to the project. I'd love to explore the security implications of not sending the password to any server - can you elaborate on how you're handling authentication and authorization in this setup?
We use Firebase Firestore only and exclusively to save chats. The API keys remain in local storage. For login purposes, we use firebase Auth.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.