pull down to refresh

I am not an app developer. I code with Fortran and Python on a nearly daily basis, but as an academic where what matters most is getting my code to help me get some physics rather than making it easily usable by others. I certainly don't know much about best practices in terms of coding and I never made an app.
What stack would you recommend for me to develop a nostr web client-like platform that integrates with lightning payments.
I'd basically need to get the nostr jsons with specific entries (sat amount, some text description and an entry that gives a specific duration), serve them to the users of my client in a user-friendly format, and then let them create their own versions of these jsons. I want to have some simple scroll-down menus/tick boxes/etc so that the time it takes to create the json each time is as short as possible for the user.
Few random questions, but any advice would be appreciated.
  • Should I use lnbits (as I have experience coding in Python)
  • Next.js, etc?
  • What platform to easily deploy/test?
  • Use ChatGPT4 as my coding companion?
  • Link to the right nostr resources so that I make this useful for the community?
  • Which NIPs should I definitely include?
  • Any useful video tutorials on how to do this from scratch?
  • What existing open source client do you recommend to draw inspiration from for someone with my profile?
svelte or primatejs for the frontend. you can also make db calls in it server side.
reply
Ok, thank you. Will read up on those at https://svelte.dev/ and https://primatejs.com/.
reply
don't touch private keys - delegate that to a signing app
reply