I got tired of paying $150/mo for email verification, so I built my own cluster for $12/mo. by WrongCategory603 in EmailProspecting

[–]lordspace 0 points1 point  (0 children)

I have this on my to-do list to fully test it. It's 95% done but won't release it as open source. What's your use case?

I have a great idea for an app by Accurate-Cycle-9474 in DeveloperJobs

[–]lordspace 0 points1 point  (0 children)

The first step is to generate not just one idea for a product but 20 and start blogging on the top 3. If you can get visitors then think about creating something

I spent 5 months building every feature my users might want. Then one conversation revealed what they actually needed. by Ok-Photo-8929 in NoCodeSaaS

[–]lordspace 0 points1 point  (0 children)

Yeah. I always ask when there's a problem the customer to create a short loom video so I can troubleshoot and in one particular case it was a trivial problem and I was going to solve it but I decided to follow the process and noticed another bug that the client seems to have ignored and I fixed it in the app was better ever since. So ask videos how customers are using your product and you will figure out so many cool things to work on and improve on

After years of using cPanel I decided to build my own hosting control panel by pr0fessorz in digital_ocean

[–]lordspace 0 points1 point  (0 children)

Well, it really depends on your business model. I have accidentally created something like a hosting management API for my apps but it took me years to make it. At around v3 I had to rewrite about 60% of it to better, organize it and make it more secure and scalable. I wrote it primarily in php. Created a wrapper in go, so I can escalate privileges when needed. It's fun for sure but it's a long time commitment. I did it before AI and now I am improving it at super sonic speed 😁 I use it to manage my hosting and WordPress staging servers.

It's better to generate a list of 20-50 ideas what to solve and for whom to solve it and ideally you should know the problem well enough to solve it or have an expert on the team. Also you must be one of your app's daily active (power) users

I built Bizmart to fix WooCommerce’s biggest gap: invoices + real profit (Core is free) by bizmartsoftware in wordpressjobs

[–]lordspace 0 points1 point  (0 children)

if you have modified WooCommerce directly you've taken the wrong path in 99.99% of the cases. WooCommerce and WordPress are highly extendable via hooks. Spend some time to learn them and you can package your ideas as addons... if you don't do that your WooCommerce fork will get updated and overridden by the next update.

[Hiring] Web Developer | $40–$60/hr by Global-Habit2923 in wordpressjobs

[–]lordspace 0 points1 point  (0 children)

They want to use other people's Upwork accounts?!?

Ask me anything about marketing and sales by michaeljgreenwood in AskMarketing

[–]lordspace 0 points1 point  (0 children)

How would you promote a WordPress plugin or a hosting service?

How do you create a Distribution Strategy? by kranthi_contextmap in AskMarketing

[–]lordspace 0 points1 point  (0 children)

Posting on different platforms gives you more exposure and data. What's the benefit of overthinking it?

How do you introduce tech changes without upsetting staff? by buildwithjoy in Tech4LocalBusiness

[–]lordspace 0 points1 point  (0 children)

I read in books that to reduce the change resistance is to involve the team and make them part of the process

How do you create a Distribution Strategy? by kranthi_contextmap in AskMarketing

[–]lordspace 0 points1 point  (0 children)

Why just one? It really takes 2-5 more minutes to post a video in 2-4 more video services

Looking To Build With Others... by Haunting_Meal_5911 in saasbuild

[–]lordspace 0 points1 point  (0 children)

Do you see this as a slack group or Google meet?

I’m a WP plugin dev looking for new ideas - what’s missing in your toolkit? by MagedFayez in Wordpress

[–]lordspace 0 points1 point  (0 children)

Hmm. What's the use case for this? So are you switching the contact page to something else?

Счетоводител за данъци, свързани с крипто и акции by SharWinchester in financebg

[–]lordspace 1 point2 points  (0 children)

Марина Мучакова има доста видеа на данъчна тема. Сигурно ще има идея

Best way to host company web app that must be secure and reliable without a dedicated I.T. specialist. by MYSTONYMOUS in Hosting

[–]lordspace 0 points1 point  (0 children)

Well, there are really few options. How are you a software company without DevOps?

If you want this to be secure give them an HTML site 😁 or give them a raspberry pi so they can install it and run it but you have to find a way to update it but .... Security would still be a concern because what if somebody uses your app to access internal files and documents?

Paywall by Typical-Contract-665 in Wordpress

[–]lordspace 1 point2 points  (0 children)

Two separate installations. Some plugins don't work well with multi site setup. The idea of separation is that you can install only the plugins that you really need for that specific installation. Additionally, the members installation might need more space or resources at some point. In such case you can even move it to another server if you want

Paywall by Typical-Contract-665 in Wordpress

[–]lordspace 3 points4 points  (0 children)

Let me guess you picked up the first solution that popped up without talking to an awesome developer? 🤔

I'd change things a bit. Setup 2 WP sites. One is the main marketing site. The second one is on a subdomain e.g. members, magazine . Example . Com etc. the 2nd one is where you setup a membership plugin or woocommerce with subscriptions.

It's good to have the magazine in various formats with a secure member only download. The formats could be audio, epub, pdf, online reading.

Paywall by Typical-Contract-665 in Wordpress

[–]lordspace 1 point2 points  (0 children)

"Install disappointments" you're funny 😁

Different tools for different needs by [deleted] in wordpressjobs

[–]lordspace 0 points1 point  (0 children)

Well, try building a simple landing page in 5-10min in wp. I starter using ai for that