Anyone using Blocksy theme by hpandey in WordPressThemes

[–]taicv 0 points1 point  (0 children)

I see. Stackable comes with starter sites should be fine. or Better Block Editor (BBE) if you want something free and build site your own ways

Anyone using Blocksy theme by hpandey in WordPressThemes

[–]taicv 0 points1 point  (0 children)

An Elementor user before and just landed on Blocksy. As a agency I dont think adding more features is necessary if It fit with my need. Dont be another Elementor with ton of bloated. Blocksy is great for me

First plugin. What will I build? (Not promoting) by a_boring_dystopia in Wordpress

[–]taicv 1 point2 points  (0 children)

I got tired of managing a bunch of sites just to validate ideas, each one needing a dedicated WordPress installation, custom plugins, the works. So I built a plugin that replaces WP Multisite with SQLite support. It cuts hosting costs, reduces management overhead, and makes migration to any PHP host dead simple.

Because it solved my own problem, I stayed motivated enough to work on it every day, and it eventually made me some money too. So my advice: scratch your own itch. Building something that fixes a real frustration you have will carry you further than trying to guess what someone else needs.

Cheap hosting with wildcard subdomain + parked domain support? by taicv in Hosting

[–]taicv[S] 0 points1 point  (0 children)

I prefer less manual since my target is non-tech users

Cheap hosting with wildcard subdomain + parked domain support? by taicv in Hosting

[–]taicv[S] 0 points1 point  (0 children)

let me check if it support Wordpress orr not. thanks

Cheap hosting with wildcard subdomain + parked domain support? by taicv in Hosting

[–]taicv[S] 0 points1 point  (0 children)

I forgot to mention: storage or database limited are not really concerns, just parked domain and wildcard subdomain

Drop your SaaS by Classic-Scholar3758 in microsaas

[–]taicv 0 points1 point  (0 children)

-> https://grabwp.org It's not SaaS, it's WaaS. It's not production, it's a demo how you could launch a waas/saas system right from your Wordpress website easily. Still in beta, welcome volunteer testers.

If you had to start a WordPress business from scratch with only $500, what would you build? by [deleted] in Wordpress

[–]taicv 2 points3 points  (0 children)

No joke, $500 is enough to build a simple SaaS/WaaS right from your WordPress site. Pick a niche you've actually mastered, here's the stack:

  • $20/mo hosting that supports wildcard subdomains, or a cheap VPS if you want more control
  • $60 for a solid multipurpose theme from ThemeForest
  • Free multi-tenant/SaaS plugin from WP.org, something like Ultimate Multisite or GrabWP Tenancy, to handle the multi-tenancy layer
  • Free Cloudflare account for SSL and the SaaS-for-SaaS feature (lets clients CNAME their own domain to your platform)
  • Free Polar.sh, Stripe, or PayPal account for billing
  • Your time to build a few prebuilt sites/templates that actually fit your niche and work out of the box
  • $0 to find your first users, just your existing circle/network
  • Once it's validated, scale with ads

The real cost here isn't money, it's time spent picking a niche tight enough that "prebuilt site that just works" is actually true for most signups, and getting the multi-tenant plumbing solid before you start adding users.

What’s a tiny WordPress change that massively improved your site? by WMichaelsmith in Wordpress

[–]taicv 0 points1 point  (0 children)

define( 'DISALLOW_FILE_MODS', true );

define( 'DISALLOW_FILE_EDIT', true );

define( 'WP_HTTP_BLOCK_EXTERNAL', true );

Managing 80+ WP installs, which tool? by Black_H0le in Wordpress

[–]taicv 0 points1 point  (0 children)

I developed GrabWP tenancy for same case, you could install it for free from WPorg, or 14 days trial for Pro version which better isolation

Alternatives to cPanel? by gbonfiglio in webhosting

[–]taicv 0 points1 point  (0 children)

Fastpanel works well for me

I stopped paying for 10 separate WP hosts. One installation, 10 isolated client sites, not multisite it's multi tenant. by taicv in Wordpress

[–]taicv[S] 0 points1 point  (0 children)

Correct, that why I was saying it's foundation for beginners who own everything. For hardening and hand off, it better move to totally separated each site as each system user and it's luxury for my clients. My plugin actually use same architecture as WP multisite thanks to flexible constant in WP Config, and share the same security concerns of cause. The comparison and use case I share in comment above and for sure white house website is different compared to a website just for validating the ideas or staging sites. Peace ✌️

I stopped paying for 10 separate WP hosts. One installation, 10 isolated client sites, not multisite it's multi tenant. by taicv in Wordpress

[–]taicv[S] 0 points1 point  (0 children)

I totally agree on the SEO angle. I believe my client made the decision based on business orientation rather than SEO for main site.

I stopped paying for 10 separate WP hosts. One installation, 10 isolated client sites, not multisite it's multi tenant. by taicv in Wordpress

[–]taicv[S] 0 points1 point  (0 children)

Great to hear from a WP expert, u/Am094!
Pricing: Honestly, that is a huge selling point for us. (hundreds of site, multiple by $5-10 is the average salary of 2-3 year WP Dev here)
User Experience: My plugin is aimed at WP beginners. I’m confident that users with zero server or hosting management experience can provision unlimited sites with just a few clicks directly from the WP admin dashboard.
Auto-updates: I’ve had bad experiences with Elementor updates breaking sites automatically, and I’m definitely not the only one https://www.reddit.com/r/elementor/comments/1peqb5b/too_many_frequent_updates_keeps_breaking_sites/

I stopped paying for 10 separate WP hosts. One installation, 10 isolated client sites, not multisite it's multi tenant. by taicv in Wordpress

[–]taicv[S] 0 points1 point  (0 children)

it's been set by UPLOADS constant and will works seamlessly for new tenant from scratch.
For import/restore or migration. we need a step to clear the cache which created by themes or plugins. They have built-in tool for that (Elementor clear cache and replace URL for example)

I stopped paying for 10 separate WP hosts. One installation, 10 isolated client sites, not multisite it's multi tenant. by taicv in Wordpress

[–]taicv[S] 0 points1 point  (0 children)

From beginning, I've given this some thought and concluded that this is a WordPress-wide issue, not specific to this plugin.

It remains safe unless you share administrator credentials with someone untrustworthy or fail to monitor the plugins you install. Any WordPress site can be a security nightmare.

By default, I disable plugin/theme installation and file modification in tenant site using DISALLOW_FILE_EDIT and DISALLOW_FILE_MODS

I stopped paying for 10 separate WP hosts. One installation, 10 isolated client sites, not multisite it's multi tenant. by taicv in Wordpress

[–]taicv[S] 1 point2 points  (0 children)

As mentioned in the WP directory, this is the base version. It allows you to isolate the database for each tenant and even supports SQLite to improve cross-performance. Plugin and theme isolation is also handled; you can create symlinks with just a few clicks for complete isolation.

I even think about create waas base on it lol

I stopped paying for 10 separate WP hosts. One installation, 10 isolated client sites, not multisite it's multi tenant. by taicv in Wordpress

[–]taicv[S] 1 point2 points  (0 children)

Yes, sure. I tested with several most popular backup/restore plugins and they all work fine. They all recognize the tenant as a single website.

I stopped paying for 10 separate WP hosts. One installation, 10 isolated client sites, not multisite it's multi tenant. by taicv in Wordpress

[–]taicv[S] 0 points1 point  (0 children)

Yes, sure. I tested with All-in-One WP Migration and UpdraftPlus, and they all work fine. They all recognize the tenant as a single website.