W
Wasp3d ago
csbk

Is there a recommended UI kit for making a simple AI wrapper, similar to CoverLetterGPT?

Total beginner looking to experiment with AI wrappers, need all the help I can get.
8 Replies
kapa.ai
kapa.ai3d ago
Hi @csbk. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- For building a simple AI wrapper app in Wasp—like CoverLetterGPT—the community often recommends using Chakra UI as a UI kit. Several users have had good experiences with Chakra UI for Wasp projects, and you can even check out the open-source code of CoverLetterGPT itself, which uses Chakra UI, for inspiration and a fast start: https://github.com/vincanger/coverlettergpt. Other component libraries mentioned as working well with Wasp include NextUI, but Chakra UI is highlighted as a favorite for beginners and for rapid development. If you want to see how Chakra UI is integrated in a real Wasp app, CoverLetterGPT is a great reference pointHow to install shadcn ui – Discord. If you’re just starting out, you might also want to look at the Wasp starter templates and tutorials to get a feel for the framework and how to structure your appStarter Templates. Good luck experimenting! If you have more specific questions as you build, feel free to ask. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @csbk, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
Filip
Filip2d ago
I'll tag our AI guy @Vinny (@Wasp) since I'm the worst one in the team to answer this question 😅
Vinny (@Wasp)
Vinny (@Wasp)2d ago
Open SaaS has an AI wrapper demo app example --> https://opensaas.sh
Open SaaS
Open SaaS
Free, open-source SaaS boilerplate starter for React & NodeJS.
Vinny (@Wasp)
Vinny (@Wasp)2d ago
it also comes with a set of cursor rules and a guide to help you get started with AI-assisted coding, as well.
yusuf
yusuf2d ago
by the way, i think currently the repo have them as a .cursorrules file, which is deprecated. they now use .cursor/rules folder with .mdc files. fyi
Vinny (@Wasp)
Vinny (@Wasp)2d ago
Yep. Check the github PRs. It’s waiting to be merged!
yusuf
yusuf2d ago
oh ok, sorry I totally forgot to check, just wanted to let you know
Vinny (@Wasp)
Vinny (@Wasp)2d ago
No problem

Did you find this page helpful?