Got a question for any Web Devs out there, if I design a web client with code, but don't know how to implement the Nostr login and post and stuff, how hard would it be for a dev to change it later to add it after I've designed out the app?
#AskNostr
Got a question for any Web Devs out there, if I design a web client with code, but don't know how to implement the Nostr login and post and stuff, how hard would it be for a dev to change it later to add it after I've designed out the app?
#AskNostr
If I understand correctly you want to make something like static screens for nostr, without any logic behind, like pulling notes and sending but you'd have screens that renders notes and a screen for postings.
Given all of that adding the actual logic should not be hard. You just need to make sure your code will handle that with ease.
Maybe you want to create something like a UI library for nostr, which people could extend and build clients with and add their custom logic. So it would be similar to ant design or material UI, where all components for building an app are ready and the developers can just assemble them together however they want and add whatever logic they need.
Hope this helps
Awesome! Thanks. If I ever get to a point where I put one together, what I'd probably do is find someone on Nostr to help with that, publish it as a client and make it open source so anyone can change it later. I'm not really good at it yet just an idea I've had. Appreciate the advice.
I've been fantasizing about this as well. Mainly with the purpose of learning. I'm good at coding so let me know once you have something maybe we can put together a simple client :)
Ok, I didn't know you coded. I use Ai to generate a lot right now 🤣, I've built simple apps but nothing like that. I will definitely show you when I get some.
Cool. Let's keep in touch
Ok. I am trying to make one, I want to name it Oasis and make it simple kinda like desert colors but in a cool way if that makes sense.
Product development is no easy job.
Cool makes sense, but it has to be well defined what it means 😄
Do you already have some screens?
Working on them, not at all ready. Just playing around currently.
just use Osty from the beginning to build a scalable client 😌
👀
If you do it like programmers, not so hard. you could leave empty stubs in your code. anyways, for the standard Nostr, there are lot of easy lines out there. try them.
check out the js lib here 😀 https://github.com/jb55/nostr-js or what's your language?