diff --git a/index.html b/index.html
index adb5060..261d724 100644
--- a/index.html
+++ b/index.html
@@ -48,7 +48,19 @@
['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }],
['n', { name: 'Notion', url: 'https://www.notion.so' }],
['p', { name: 'Pomodoro', url: 'https://pomodoro.xvvvyz.xyz' }],
- ['r', { name: 'Reddit', url: 'https://reddit.com' }],
+ [
+ 'r',
+ {
+ name: 'Reddit',
+ suggestions: [
+ 'r/r/webdev',
+ 'r/r/dataisbeautiful',
+ 'r/r/fujix',
+ 'r/r/leetcode',
+ ],
+ url: 'https://reddit.com',
+ },
+ ],
['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }],
['t', { name: 'Translate', url: 'https://www.deepl.com/translator' }],
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],