@github.awesome: this is one of the cleanest ideas on GitHub right now. Meet textarea.my — a minimalist text editor that lives entirely in your URL. No backend. No database. No accounts. Just one HTML file. As you type, your text is compressed with deflate and stored directly in the URL hash. Yep — your entire note becomes a shareable link. #github #opensource
What problem does this actually solve besides being an interesting art project storing everything in the URL? Who cares about that?
2025-12-26 04:50:39
175
Yoda :
best for putting in all your passwords
2025-12-26 17:32:26
70
Broken Printer :
But then the link changes every time you modify it?
2025-12-26 07:53:59
23
ethercode :
Hash cannot be reversed. It's just a encoded data
2025-12-26 08:02:33
72
itsAlisaa :
at that point just copy paste the text, what's the point of using the URL?
2025-12-26 09:05:13
40
Hibari :
in the end you're just going to copy paste it and send it ... and it's not even encrypted
2025-12-26 08:45:26
14
Aute.ch :
Wow directly from hackernews to ai😂
2025-12-26 16:14:39
21
BillieUnleashed :
Ah yes good old base64
2025-12-26 15:36:15
3
user9358049064919 :
This is definitely going to be used by scammers unfortunately 😅
2025-12-27 02:29:40
1
iMrSALEH :
500-character maximum?
2025-12-26 08:21:16
0
core softworks :
I use base64 encoding in my URL Params for my Wikipedia speed running game (so people can share games against each other) and my boxing MMA scorecard website. It works because the URL Params limit is 2,000 characters or roughly 2,668 Base64 encoded characters. It's a really easy way to share data without having to store it in a database, which is quite handy. And it's pretty simple to do
2026-01-02 10:47:40
2
Sr :
What if i want multiple users to access same project?
2025-12-26 09:51:49
0
teletext.FPV :
Like pastebin? 😏
2025-12-27 17:53:10
3
Ponvyr :
This is just notepad with extra steps
2025-12-26 15:19:57
3
oulla :
the concept is really nice but I dont know use case for it
2025-12-26 10:27:05
6
Joel⠀ :
2025-12-26 09:31:00
2
Aaabbbb :
Probably not a hash if it stores the information…
2026-01-01 23:53:42
0
Prophet :
why?
2025-12-26 05:08:46
3
857838485893 :
bro found out what the base64 or any other encoder is 😭
2025-12-31 20:27:10
0
secrets_we_keep :
we are evolving backwards
2026-01-11 01:54:21
0
Syatoss :
thats lowkey fire
2026-01-15 09:04:55
0
Jeff Daro :
I like the idea, but it’s dependent on the domain being up, right?
2026-01-06 00:49:27
0
stdeykun :
Each time you not resend url it is lost
2026-01-11 09:52:40
0
TheUruz :
if i recall correctly there was one project who aimed to achieve this for whole websites. that was really epic 😂
2025-12-26 09:56:14
0
To see more videos from user @github.awesome, please go to the Tikwm
homepage.