This post is my submission for DEV Education Track: Build Apps with Google AI Studio.
What I Built
A git sensei who can read your coding scrolls from github repos and assigns you an anime character. Do you know what’s the anime character for torvalds, find out here -> Git Sensei
You can also download this and set it as your GitHub avatar directly from this app.
Demo
Landing Page
Searching Loader
Final Character
My Experience
Assistant Tool
The tool is really simple and moreover to similar to any chatbox we have seen for any LLM. It also serves as showing output from the assistant and worklog of it. It gives us the steps assistant is taking to build this app
Code Editor
The code editor is too basic to build actual apps. It has some capabilities but I think adding more details might help in actual coding. For now it serves more of a code review tool than code writing tool
Preview
The preview part is also good. It shows various screen size option. You can drag the window and check if it looks good for all sizes. It also can load preview while assistant is coding. So I think that kind of shows how’s the progress going UI wise.
Conclusion
The coding experience is surprisingly good, the autofix sometimes hallucinate so needed some nudge to go towards the right path. It would have been nice if we would get an overview of what’s the strategy and overall idea before or after implementing just like we get for gemini cli it would be easy to find and resolve bugs.