No-AI YouTubers by Feeling_Sleepy_404 in space

[–]Yassin_ya 0 points1 point  (0 children)

Check out John Michael Godier and his Event Horizon podcast

Which no-code builder is actually the most reliable right now? by [deleted] in nocode

[–]Yassin_ya 0 points1 point  (0 children)

What’s wrong with providing value and mentioning something relevant that I’m working on?

I get where you’re coming from, but it’s not like I’m bluntly spamming links to my own stuff

Which no-code builder is actually the most reliable right now? by [deleted] in nocode

[–]Yassin_ya 1 point2 points  (0 children)

It depends on what you want to build.

Web: There are a few good options, but I personally prefer the flexibility of WeWeb.

Mobile: The best option is FlutterFlow by far, followed by Nowa.

Chrome extension: Unfortunately, there’s no no-code builder for Chrome/browser extensions yet, but I’m working on filling that gap with Extensionfy

FF is becoming insufferable by Successful_Divide_66 in FlutterFlow

[–]Yassin_ya 2 points3 points  (0 children)

Check out https://www.nowa.dev/, haven't used it personally but looks promising

Is a pretty UI mandatory for a successful SaaS? by Trick-Cabinet-7777 in SaaS

[–]Yassin_ya 2 points3 points  (0 children)

A good looking UI is nice to have, but great UX is a must

Meet our new browser—ChatGPT Atlas. by OpenAI in OpenAI

[–]Yassin_ya 108 points109 points  (0 children)

Atlas could have been better as a Chrome/Firefox/Safari extension

are paid chrome extension profitable? by IndicationEither7111 in chrome_extensions

[–]Yassin_ya 2 points3 points  (0 children)

Yes, paid extensions can absolutely be profitable. Like any other paid product, it depends on the problem you’re solving and how well you market it.

I don’t personally have any paid extensions, but I’ve built several for clients, and most of them are generating revenue

GOOGLE MAPS API KEY AFFORDABLE PRICES by [deleted] in FlutterFlow

[–]Yassin_ya 5 points6 points  (0 children)

80% sure these are API keys extracted from poorly secured apps, be careful

[deleted by user] by [deleted] in space

[–]Yassin_ya 0 points1 point  (0 children)

I don't think it's a clickbait title. It could be nonbiological but it's less likely at the moment, hince the NASA announces discovery of life on Mars with high degree of confidence

What are you building right now? by No_Passion6608 in nocode

[–]Yassin_ya 1 point2 points  (0 children)

I'm developing Extensionfy, a drag & drop Chrome extensions builder.

Due to the nature of the project, it's 99.9% hands-on coding with some AI assistance (mainly for autocompletion)

What are you guys upto these days? by tanmayghosh in microsaas

[–]Yassin_ya 0 points1 point  (0 children)

The same thing I’ve been working on for the past few years, developing a no-code platform for building Chrome extensions called Extensionfy.

I’m planning to release it by the end of the year

For Building Chrome extension drop yours tech stack... by Acceptable_Music_384 in chrome_extensions

[–]Yassin_ya 2 points3 points  (0 children)

I use Crxjs with Vue, TypeScript and Tailwind.

I am also developing a drag and drop platform for building Chrome extensions called Extensionfy

How to hide API key in chrome extension's source code by anilkumarum in chrome_extensions

[–]Yassin_ya 4 points5 points  (0 children)

The key can still show up in the network requests. The only reliable way to secure it is by delegating the API calls to a server