Can I extract the code to use on my own site hosting?

Hey guys I’ve got a question about how exactly plasmic works. Would I be able to extract the code to use it in my own site provider?

Yes! With codegen you get normal React components that don’t depend on Plasmic. What you do with these components is up to you!

What @balanced_crawdad said is right if you’re trying to get React code!

More options:

• Follow the point-and-click quickstart, and you can host that anywhere (either the final HTML/CSS/JS or the React source).
• The REST API will also give you final HTML/CSS/JS instead of React code.