Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
Home โ€บ General
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Will AI allow me to finally the end my reliance on WHMCS?

edited April 21 in General

I don't have an issue with them other than the gradually increasing fees making me feel like a frog in a pot of water on a stove, and I don't see any end to that trend. I've tried to create my own custom solution in the past but concluded it was just too much work.

Now it's a brave new world with AI tools. In only 2 days I have managed to create a partially functional customer management system. Frontend, Customer Portal, and Admin Panel. Still lots more work to do, but it would have probably taken me several months to get this far in the past. Looks promising so far.

Thanked by 2evolushost MacawHost
ยซ1

Comments

  • evolushostevolushost Member, Patron Provider

    some screenshots would be nice :)

    Thanked by 1oloke
  • JordJord Moderator, Host Rep, Megathread Squad

    Building a billing system can be complex, but it all depends on what you need. Plugins, payments, and so on can take a while to get right. AI will certainly help, but could also cause issues if you want to expand upon things down the line.

    The most important thing with using AI is security; make sure you get that right from the get-go. If not, you could have someone in your codebase dumbing your db.

  • jbilohjbiloh Administrator, Veteran

    I would be thrilled to see a competitor to WHMCS.

    Thanked by 3oloke Nick ravi
  • JordJord Moderator, Host Rep, Megathread Squad

    @jbiloh said:
    I would be thrilled to see a competitor to WHMCS.

    I'm trying :D

  • edited April 23

    @Jord said:
    Building a billing system can be complex, but it all depends on what you need. Plugins, payments, and so on can take a while to get right. AI will certainly help, but could also cause issues if you want to expand upon things down the line.

    The most important thing with using AI is security; make sure you get that right from the get-go. If not, you could have someone in your codebase dumbing your db.

    Off the shelf billing systems are more complicated because they need to satisfy lots of different requirements for lots of different people. A custom solution that only has the features I need is not necessarily that complicated.

  • JordJord Moderator, Host Rep, Megathread Squad

    @LosPollosHermanos said:

    @evolushost said:
    some screenshots would be nice :)

    Go look at a typical WHMCS run hosting website. Now you know what it looks like.> @Jord said:

    Building a billing system can be complex, but it all depends on what you need. Plugins, payments, and so on can take a while to get right. AI will certainly help, but could also cause issues if you want to expand upon things down the line.

    The most important thing with using AI is security; make sure you get that right from the get-go. If not, you could have someone in your codebase dumbing your db.

    Off the shelf billing systems are more complicated because they need to satisfy lots of different requirements, but a custom solution that only has the features needed is not necessarily that complicated.

    Agree with you, that's why I said they can be complex, but it all depends on the business.

  • edited April 23

    @Kodomu said:
    I'll wait to hear about the data breach.

    AI is way better at figuring that stuff out and finding the holes than most humans. I can also have multiple AI agents look at it, so I am not relying on just one training model.

  • edited April 23

    @jbiloh said:
    I would be thrilled to see a competitor to WHMCS.

    There are already competitors and with AI they are all going to be getting much better and more competitive much quicker.

  • edited April 23

    Just added a bunch of new features today, including multi-language support and a ticketing system. It's hard to believe that I can do stuff like this in hours now that would have easily taken me weeks or even months to do manually. It appears to be much more sophisticated and better quality than what I could have done myself as well.

    I'm not an expert coder by any means but I am not bad. AI agents are much better and faster and constantly improving.

  • LeviLevi Member

    The problem is not building, but security. As soon as you launch it online and it attracts some traffic - automated scans will engage in hunt of vulns. And since vibe coding left you clueless about how application truly works and what is lacking. The edge cases.

    You must write the concept your-self. No prompt will solve such complex problem as billing panel. Iterations upon iterations, bit by bit. No fancy tech stacks, just simplest well known tools. And only on existing codebase you can grow some llm augmentation.

  • networknetwork Member

    @LosPollosHermanos said:

    @Kodomu said:
    I'll wait to hear about the data breach.

    AI is way better at figuring that stuff out and finding the holes than most humans. I can also have multiple AI agents look at it, so I am not relying on just one training model.

    Make it multiple nested layers. First, one instance of all top 20-30 models (check openrouter, it's cheap) review the code. Then combine this review into one file and pass it to the flagship models (latest version of Claude, GPT, and Gemini) to review. Then pass this review to Claude Opus 4.6 to summarize everything and fix. Now run this in a loop until all issues are fixed.

  • KodomuKodomu Member
    edited April 23

    @network said:

    @LosPollosHermanos said:

    @Kodomu said:
    I'll wait to hear about the data breach.

    AI is way better at figuring that stuff out and finding the holes than most humans. I can also have multiple AI agents look at it, so I am not relying on just one training model.

    Make it multiple nested layers. First, one instance of all top 20-30 models (check openrouter, it's cheap) review the code. Then combine this review into one file and pass it to the flagship models (latest version of Claude, GPT, and Gemini) to review. Then pass this review to Claude Opus 4.6 to summarize everything and fix. Now run this in a loop until all issues are fixed.

    You don't know what issues actually exist unless you understand what you are doing. AI cannot be trusted to know what is and isn't an issue, because it will always have confidence in what it has generated itself. Trying to introduce more models just risks a feedback loop, which one do you trust to have the final say if you don't know yourself what is right and wrong.

  • @network said:

    @LosPollosHermanos said:

    @Kodomu said:
    I'll wait to hear about the data breach.

    AI is way better at figuring that stuff out and finding the holes than most humans. I can also have multiple AI agents look at it, so I am not relying on just one training model.

    Make it multiple nested layers. First, one instance of all top 20-30 models (check openrouter, it's cheap) review the code. Then combine this review into one file and pass it to the flagship models (latest version of Claude, GPT, and Gemini) to review. Then pass this review to Claude Opus 4.6 to summarize everything and fix. Now run this in a loop until all issues are fixed.

    Not a single word about trying to understand the way the pile of shit works, it's all in on glorified black box. Wow !!

    I suppose some people don't need to understand nothing anymore, I don't know.

  • You can create anything using ai easily but should have some atleast junior level programming language knowledge

  • s0n1cs0n1c Member

    can you please let me know the name of your host so i can avoid it

  • AI definitely lowers the barrier for building something custom, especially for getting an MVP together quickly. That said, replacing WHMCS entirely is still a big commitment once billing, taxes, domain integrations, support workflows, security, and edge cases come into play.

    Looks promising though. It will be interesting to see how far you can take it and whether it becomes easier to maintain than dealing with WHMCS over time.

  • AndreixAndreix Member, Host Rep

    We're slowly getting there..
    Though it's not vibe-coded, I only tested the frontend-design skill - because I hate frontend dev. Not good, not bad... but until I'll have enough time to tackle that part myself, I'll have to live with it looking like 90% of AI sites.

  • davidedavide Member
    edited April 24

    @Andreix said:

    We're slowly getting there..
    Though it's not vibe-coded, I only tested the frontend-design skill - because I hate frontend dev. Not good, not bad... but until I'll have enough time to tackle that part myself, I'll have to live with it looking like 90% of AI sites.

    Hey m8 I too hate frontend dev and anything remotely close to it ^_^ ๐Ÿ‘‹

    The backend part of VPS Price Tracker is so gay and colorful that internally the codebase refers to it as "frontend" too. The rule of thumb adopted by me is: anything not written in C++ is frontend, no matter if it runs on a basement workstation. Works for me :)

    Thanked by 1totally_not_banned
  • edited April 24

    @Levi said:
    The problem is not building, but security. As soon as you launch it online and it attracts some traffic - automated scans will engage in hunt of vulns. And since vibe coding left you clueless about how application truly works and what is lacking. The edge cases.

    You must write the concept your-self. No prompt will solve such complex problem as billing panel. Iterations upon iterations, bit by bit. No fancy tech stacks, just simplest well known tools. And only on existing codebase you can grow some llm augmentation.

    Why do you think hackers are using AI tools now? If you are not also doing that then you are the one who should be worried. At a bare minimum, you should be checking everything with AI tools looking for holes.

  • edited April 24

    @MacawHost said:
    AI definitely lowers the barrier for building something custom, especially for getting an MVP together quickly. That said, replacing WHMCS entirely is still a big commitment once billing, taxes, domain integrations, support workflows, security, and edge cases come into play.

    Looks promising though. It will be interesting to see how far you can take it and whether it becomes easier to maintain than dealing with WHMCS over time.

    A custom solution does not need to replace all the features. Most people probably use less than 10% of the features in WHMCS.

  • LeviLevi Member

    @LosPollosHermanos said:

    @Levi said:
    The problem is not building, but security. As soon as you launch it online and it attracts some traffic - automated scans will engage in hunt of vulns. And since vibe coding left you clueless about how application truly works and what is lacking. The edge cases.

    You must write the concept your-self. No prompt will solve such complex problem as billing panel. Iterations upon iterations, bit by bit. No fancy tech stacks, just simplest well known tools. And only on existing codebase you can grow some llm augmentation.

    Why do you think hackers are using AI tools now? If you are not also doing that then you are the one who should be worried. At a bare minimum, you should be at least checking your code with AI tools.

    Mythos is not yet released for public. Regular llm goes crazzy and want to refactor everything. No thanks. My twisted mind and creativity is what holds that damn app glued.

  • AndreixAndreix Member, Host Rep

    @davide said:

    @Andreix said:

    We're slowly getting there..
    Though it's not vibe-coded, I only tested the frontend-design skill - because I hate frontend dev. Not good, not bad... but until I'll have enough time to tackle that part myself, I'll have to live with it looking like 90% of AI sites.

    Hey m8 I too hate frontend dev and anything remotely close to it ^_^ ๐Ÿ‘‹

    The backend part of VPS Price Tracker is so gay and colorful that internally the codebase refers to it as "frontend" too. The rule of thumb adopted by me is: anything not written in C++ is frontend, no matter if it runs on a basement workstation. Works for me :)

    lol.
    I usually refer to backend as any underlying layer that's not frontend...
    For me this, for example, is backend:

    https://i.ibb.co/SwY8y0YS/image.png

  • dbadudedbadude Member

    its the age of the vibe coded cpanels.

  • AndreixAndreix Member, Host Rep
    edited April 24

    @Andreix said:

    We're slowly getting there..
    Though it's not vibe-coded, I only tested the frontend-design skill - because I hate frontend dev. Not good, not bad... but until I'll have enough time to tackle that part myself, I'll have to live with it looking like 90% of AI sites.

    Forgot to mention... and got some DMs about it...

    That's not a WHMCS replacement in a commercial way. Aka we won't sell it nor release it publicly. It's a project designed to drop our dependency on hostbill (as that's what we use now), because as awesome a panel could be, if that's ioncube encoded, it hardly limits what we can do, regardless if it's named WHMCS or Hostbill or any other name.

    So, "SpanBill" is going to become our main billing panel in the future. Internal use only.

    However, we do sell discounted BillingServ for our Webhosting Reseller plans customers! for those who are looking for a WHMCS alternative :)

    Thanked by 1Jord
  • edited April 24

    @dbadude said:
    its the age of the vibe coded cpanels.

    I > @davide said:

    @Andreix said:

    We're slowly getting there..
    Though it's not vibe-coded, I only tested the frontend-design skill - because I hate frontend dev. Not good, not bad... but until I'll have enough time to tackle that part myself, I'll have to live with it looking like 90% of AI sites.

    Hey m8 **I too hate frontend dev and anything remotely close to it **^_^ ๐Ÿ‘‹

    The backend part of VPS Price Tracker is so gay and colorful that internally the codebase refers to it as "frontend" too. The rule of thumb adopted by me is: anything not written in C++ is frontend, no matter if it runs on a basement workstation. Works for me :)

    I hate creating unit tests. AI agents are awesome for that. I just say "create units tests for the project" and presto. Then I tell it to add a generic agent directive to always add and run unit tests every time there are any changes or features added. The agent will then automatically run the tests and fix any errors it finds. That is one way to make AI agent coding more bulletproof and consistent.

  • systemfreakssystemfreaks Member, Patron Provider

    @LosPollosHermanos said:

    @dbadude said:
    its the age of the vibe coded cpanels.

    I > @davide said:

    @Andreix said:

    We're slowly getting there..
    Though it's not vibe-coded, I only tested the frontend-design skill - because I hate frontend dev. Not good, not bad... but until I'll have enough time to tackle that part myself, I'll have to live with it looking like 90% of AI sites.

    Hey m8 **I too hate frontend dev and anything remotely close to it **^_^ ๐Ÿ‘‹

    The backend part of VPS Price Tracker is so gay and colorful that internally the codebase refers to it as "frontend" too. The rule of thumb adopted by me is: anything not written in C++ is frontend, no matter if it runs on a basement workstation. Works for me :)

    I hate creating unit tests. AI agents are awesome for that. I just say "create units tests for the project" and presto. Then I tell it to add a generic agent directive to always add and run unit tests every time there are any changes made or features added. The agent will then go off and automatically fix any errors it finds when running the tests.

    Tests don't follow up changes in the flow - being maintained correctly and some times are even implemented wrong to begin with from AI . AI Definitely speeds up the process but tests must be reviewed from someone who understands

    Thanked by 1Andreix
  • edited April 24

    @systemfreaks said:

    @LosPollosHermanos said:

    @dbadude said:
    its the age of the vibe coded cpanels.

    I > @davide said:

    @Andreix said:

    We're slowly getting there..
    Though it's not vibe-coded, I only tested the frontend-design skill - because I hate frontend dev. Not good, not bad... but until I'll have enough time to tackle that part myself, I'll have to live with it looking like 90% of AI sites.

    Hey m8 **I too hate frontend dev and anything remotely close to it **^_^ ๐Ÿ‘‹

    The backend part of VPS Price Tracker is so gay and colorful that internally the codebase refers to it as "frontend" too. The rule of thumb adopted by me is: anything not written in C++ is frontend, no matter if it runs on a basement workstation. Works for me :)

    I hate creating unit tests. AI agents are awesome for that. I just say "create units tests for the project" and presto. Then I tell it to add a generic agent directive to always add and run unit tests every time there are any changes made or features added. The agent will then go off and automatically fix any errors it finds when running the tests.

    Tests don't follow up changes in the flow - being maintained correctly and some times are even implemented wrong to begin with from AI . AI Definitely speeds up the process but tests must be reviewed from someone who understands

    As opposed to lazy humans who often don't create any tests at all, often don't maintain them correctly, and often implement them wrong? Especially more experienced people who find that kind of coding really boring, and when they are under a deadline that will probably be one of the things they will ignore doing.

  • systemfreakssystemfreaks Member, Patron Provider

    @LosPollosHermanos said:

    @systemfreaks said:

    @LosPollosHermanos said:

    @dbadude said:
    its the age of the vibe coded cpanels.

    I > @davide said:

    @Andreix said:

    We're slowly getting there..
    Though it's not vibe-coded, I only tested the frontend-design skill - because I hate frontend dev. Not good, not bad... but until I'll have enough time to tackle that part myself, I'll have to live with it looking like 90% of AI sites.

    Hey m8 **I too hate frontend dev and anything remotely close to it **^_^ ๐Ÿ‘‹

    The backend part of VPS Price Tracker is so gay and colorful that internally the codebase refers to it as "frontend" too. The rule of thumb adopted by me is: anything not written in C++ is frontend, no matter if it runs on a basement workstation. Works for me :)

    I hate creating unit tests. AI agents are awesome for that. I just say "create units tests for the project" and presto. Then I tell it to add a generic agent directive to always add and run unit tests every time there are any changes made or features added. The agent will then go off and automatically fix any errors it finds when running the tests.

    Tests don't follow up changes in the flow - being maintained correctly and some times are even implemented wrong to begin with from AI . AI Definitely speeds up the process but tests must be reviewed from someone who understands

    As opposed to lazy humans who often don't create any tests at all, even though most will never admit it?

    I can't imagine handling any big system without tests in place :/

  • AndreixAndreix Member, Host Rep

    @systemfreaks said:

    @LosPollosHermanos said:

    @systemfreaks said:

    @LosPollosHermanos said:

    @dbadude said:
    its the age of the vibe coded cpanels.

    I > @davide said:

    @Andreix said:

    We're slowly getting there..
    Though it's not vibe-coded, I only tested the frontend-design skill - because I hate frontend dev. Not good, not bad... but until I'll have enough time to tackle that part myself, I'll have to live with it looking like 90% of AI sites.

    Hey m8 **I too hate frontend dev and anything remotely close to it **^_^ ๐Ÿ‘‹

    The backend part of VPS Price Tracker is so gay and colorful that internally the codebase refers to it as "frontend" too. The rule of thumb adopted by me is: anything not written in C++ is frontend, no matter if it runs on a basement workstation. Works for me :)

    I hate creating unit tests. AI agents are awesome for that. I just say "create units tests for the project" and presto. Then I tell it to add a generic agent directive to always add and run unit tests every time there are any changes made or features added. The agent will then go off and automatically fix any errors it finds when running the tests.

    Tests don't follow up changes in the flow - being maintained correctly and some times are even implemented wrong to begin with from AI . AI Definitely speeds up the process but tests must be reviewed from someone who understands

    As opposed to lazy humans who often don't create any tests at all, even though most will never admit it?

    I can't imagine handling any big system without tests in place :/

    Well... one of those systems was mentioned (imho) in the very first post in this thread unfortunately.

Sign In or Register to comment.