I am software engineer who finds fun and creativity in Frontend. I would love to be a part of a team to help, develop and learn from new people and add my knowledge to the project.
IssueCapture it sounds like a perfect tool that can solve many issues. Keep building more stuff like this. Can you explain to what embeddable widgets are?
Thanks Konark! An embeddable widget is a piece of JavaScript that other websites add to their pages — usually with a single script tag. It renders its own UI (like a button or modal) on top of the host page. The tricky part is making sure your widget's CSS doesn't clash with theirs, which is why we use Shadow DOM for isolation.
Favourite dev tool right now is probably Supabase — Postgres with auth, RLS, and edge functions out of the box. Hard to beat for shipping fast.
I am software engineer who finds fun and creativity in Frontend. I would love to be a part of a team to help, develop and learn from new people and add my knowledge to the project.
Hi Benji. Welcome to the community ! 😊
IssueCapture it sounds like a perfect tool that can solve many issues. Keep building more stuff like this. Can you explain to what embeddable widgets are?
What's your favorite dev tool?
Have a great time here.🫡
Thanks Konark! An embeddable widget is a piece of JavaScript that other websites add to their pages — usually with a single script tag. It renders its own UI (like a button or modal) on top of the host page. The tricky part is making sure your widget's CSS doesn't clash with theirs, which is why we use Shadow DOM for isolation.
Favourite dev tool right now is probably Supabase — Postgres with auth, RLS, and edge functions out of the box. Hard to beat for shipping fast.
Wow, it sounds cool to use. I need to make an embeddable widget soon. Thanks for sharing your knowledge.
Ofcourse, Supabase is nice. Easy, functional and perfect backend.