have you ever noticed the way you start building a new application?
$ npm create vite@latest
$ npm create next-app@latest
$ npm create vue@latest
$ npm create svelte@latest
now you are able to start building a new Nostr client in a familiar way:
$ npm create osty@latest