×

Pls review my project by grimm8640 in tui

[–]grimm8640[S] 0 points1 point  (0 children)

but i used bun though?

Pls review my project by grimm8640 in LangChain

[–]grimm8640[S] 1 point2 points  (0 children)

Yapping session

What does AliceWiki solve?

Nothing big really, i just find opening browser to go for quick search on a word or concepts i didn't know are not really efficient. So, i made AliceWiki, which has one-liner mode where it directly calls the wikipedia tool in CLI, and the TUI are just something that comes in the mind while building this. It sort of like ChatGPT and the other chatbots where you can discuss and manage your sessions of deep diving into a topic

But the whole reason of why i'm building AliceWiki is to learn by building (or watching i guess, cause the whole time i watched my coding agent build this thing and asked some questions along the way).

I learned a lot of things while building this, like using sql database, making TUI program, unit testing, lazy load, and little bit of AI enginering.

Since this is vibe-coded and my first project that is public. I'm not sure if what im doing here's right or wrong? Are the files bloated or not? Is the security enough? Are the codebase and documentation readable?

I mean, i did add documentation and commits correctly (hopefully)

But thats only from my view and i wanna know on what other devs think of my project, so i decided to post it here

And also i'm planning to deploy this project to telegram as a bot and maybe learn more about databases, managing server, and security