I'm considering moving my website project from Wix to a more hands-on approach, utilizing AI-assisted coding tools instead. I've dabbled in HTML, CSS, and Java for a couple of semesters ten years ago, but I'm not a seasoned coder. My current aim is to create a media gallery with donation and payment features, but I find Wix's limitations frustrating, especially on a free account where adding custom code is restricted. I've had success using AI to replicate my Wix designs, but I'm curious if this transition is realistic. Can I manage the more complex features that Wix simplifies, like embedding YouTube videos, integrating with Shopify, and setting up payment systems? My first priority is to implement a donation system before adding other paid features once the site is live. I plan to do thorough research for best practices and security as I move forward.
3 Answers
Honestly, moving away from Wix and diving into coding isn't a bad idea for your situation. Sure, Wix does a lot for you, but if you're willing to learn some basics, you'll find that many of the features you mentioned aren’t overly complex to implement. For example, embedding YouTube is just a copy-paste job with an iframe. Payment integrations with services like Stripe and PayPal have solid documentation too, which should make your life easier. I'd recommend starting with straightforward static hosting options like Vercel or Netlify—they're free and user-friendly, allowing you to focus on the frontend first without overwhelming yourself.
While AI can help generate code, relying on it without a solid coding foundation might lead you to accept subpar solutions too early. Wix might be simpler at first, but if you really want control over your site, learning some coding basics will pay off. Just remember, practice makes perfect, and you can totally manage the tasks like embedding a video or setting up a donation system without too much hassle, as long as you're willing to question and refine your code as you go along.
I get what you're saying about needing to critique the output. I'm committed to understanding my code and won’t settle for anything I don't comprehend. Thanks for the reassurance!
Go for it! Many people think coding is daunting, but if you're building a simple site, you'll likely find it much simpler than you expect. AI tools can really accelerate this for you. Just start with your minimum viable product (MVP) and worry about scaling features later. Also, using GitHub for hosting can give you benefits for sharing and collaboration with friends for code reviews, which is a great way to improve your skills while building your project.
That sounds like a solid plan! I appreciate the advice on using GitHub for collaboration, as it fits with my background in using tech like Docker and NAS for other projects.

Thanks for the insight! It’s encouraging to know that some of these tasks are easier than they seem. I'll definitely check out those hosting platforms to get started.