Frequently asked questions

Quick answers to the things people ask us most.

Is Codific free to use?
Yes. Codific is a free browser-based playground. You can use it without an account and there's nothing to install.
Do my files get saved anywhere?
Your code lives in your browser. We don't upload your code to a server. If you want to keep a copy, use the Export button to download a single self-contained HTML file.
Can I use Codific for client work?
Absolutely. Codific is great for quick prototypes, sharing demos, teaching, and onboarding. Export the result and ship it however you like.
What browsers are supported?
Any modern evergreen browser — Chrome, Edge, Firefox, Safari, Brave, Arc. Internet Explorer is not supported.
Does Codific work offline?
Once the page is loaded the editor and preview keep working without a network connection. External resources (like CDN-hosted fonts) won't load offline of course.
Can I embed external libraries?
Yes — add a <script src="..."> or <link rel="stylesheet" href="..."> in your HTML file just like a normal web project.
Where can I report bugs or request a feature?
Head to the Contact page and send us a message. We read everything.