Introducing Gingee, a GenAI authored javascript application server. 95% of code, documentation, test cases were completely authored by Google Gemini. No additional tools were used just the AI Studio chat window. The entire development process AI chat transcript is documented (Link below)
Demo Video: https://youtu.be/Ob85kM234hU?si=Wy0lWHNJWqL2tVdn
AI Transcripts: https://gingerhome.github.io/gingee-docs/docs/ai-transcript/
jaredcwhite•4mo ago
avighnay•4mo ago
Since AI code is inherently bound to face a critical review, we have kept the goal of security at the top. We have taken the following steps for it.
- 1. Code execution is sandboxed
- 2. Access to all built in modules of NodeJS is prevented, with option to whitelist using the server configuration
- 3. Platform APIs which access system (within the sandbox) also need to be whitelisted with explicit permission grants
Yes, we would like to make it ever more secure, with the help of the community and feedback from our customers. Like with any code human or ai there is bound to be bugs, the issue list of even the most popular, major projects out there is a testament to it. We intend to ever make it better for ourselves and for our customers.