What is the best way to hand off replit built websites to clients so they can make edits?

What is the best way to hand off replit built websites to clients so they can make edits?

In a perfect world Replit would let me white label like 10web does and clients could simply login to the platform under my domain/branding and make edits/updates via replit chat but that is not currently the case.

I’ve seen others mention sending a static version of the site to Vercel, but that doesn’t solve the client update issue.

I really don’t want to stick with Wordpress based sites since I can do so much more so quickly, but it kind of seems like I may have to.

Hoping someone has something to share to solve this problem!

Synch your website with GitHub and send the link or download the source code to send to the clients

How do you handle non technical clients who have zero understanding of github?

I would suggest enabling the feedback widget on each site.

What would that do?

The idea is client buys a website. I build the site.

Hand off to client for future maintenance.

one of the best ways is to have you rclient to get a Replit account right from the start. have them add you so you can build the site.

Why don’t you make it backend managed with complete cms and database connected? So client can login to admin and make changes.

I thought about that and think it works well for admin type stuff, but not so much for creating new pages or content for the website.

1 Like