jonnyspark
jonnyspark2mo ago

Complete beginner here...help? please :D

Hi all, so I'm extremely new to this, and essentially I'm trying to create an App (using a0.dev) which is almost done, but I want information that is submitted through the app to be saved in a backend database. I need help setting it up, I'm getting stuck and can't seem to get past what I need to. Would love some advice on how to bring it to life.
5 Replies
Convex Bot
Convex Bot2mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
zjcurtis
zjcurtis2mo ago
Do you have any coding experience, and what have you tried so far?
jonnyspark
jonnysparkOP2mo ago
Literally nothing! So far, I've used the a0 AI App builder, which has created a really good app btw, but now I need to just integrate a back end database, to store information from the app, each time users submit an entry. It's essentially a lottery number type app, where users submit 4 numbers, between 1-24, and I just want to store these and save them in a database, which I can then set up some weekly reporting from I have a Convex account and project set up I also have some 3rd party payment providers (Stripe) set up which I can create payment links from at a later date. But for now I want to just focus on the functionality of the app saving data to a back end database
zjcurtis
zjcurtis2mo ago
Okay, well this page talks about how to get LLMs to generate better Convex code, https://docs.convex.dev/ai - you can try attaching the convex_rules.txt into a0, and asking for it to do the backend, or using something like Cursor at this point if you can download the code from A0. Unfortunately I think you’ll need to learn to code somewhat
jonnyspark
jonnysparkOP2mo ago
Thanks, for your help, I will have a look at that now 🙂

Did you find this page helpful?