Show original
Try the app
Enjoyed this article?
Use "Request tipping" to ask the author to set up tip receiving.
AI translation
Why was I surprised? It's because an app I casually made with ChatGPT for myself (probably...) grew more than expected. What surprised me even more is that everyone seems to be using it despite the CORS restrictions. Why did I decide to make it? I made it simply because I wanted to use it normally, but from my perspective I think...
Try the app
Enjoyed this article?
Use "Request tipping" to ask the author to set up tip receiving.
## Why I Was Surprised
The app I casually made with ChatGPT for myself (probably) grew more than expected, you know.
More than that, I'm especially surprised that everyone is probably using it despite the CORS restrictions.
I made it because I simply wanted to use it, but honestly it turned out to be more inconvenient than I thought, so I'm not actually using it myself. Yet somehow everyone else is using it...
I didn't really focus on anything in particular, but in terms of security, I tried to avoid storing things as much as possible. And I made it so you can issue cURL commands directly.
Though in the end, I ended up having to store things in localStorage anyway...
## なぜ驚いたか
自分のためにテキトーにChatGPTで作った(たぶん、、)アプリが意外と伸びたからですねー
それよりもCORS制限があるにも関わらずみなさんが多分つかって頂いているのが特にびっくりっすねー
ふっつうーにつかたかったから作ったんですけど僕的には思ったより使いづらかったので使ってないんですけど、それ以上に皆様に使っていただけているという、、
特にはこだわってないけどセキュリティ面でできるだけものを保存しないようにしたよ。ってのとcURLをそのまま発行できるようにしたとこれですね。
ただ結局localStorageにはものを保存することになってしまったんですけどね、、、