Do you have content on your website? Ever wished you could edit it visually, without digging into code?
Intlayer Visual Editor, a free and open-source tool that allows you to edit your web app’s content directly in a visual interface.
.md
, .txt
, and more.
Try it out: https://intlayer.org/playground
Have issues or feature ideas? GitHub Repo
The visual editor consists of:
Once Intlayer is configured in your project, install intlayer-editor
:
npm install intlayer-editor --save-dev
Then, configure a intlayer.config.ts file:
const config = {
editor: {
applicationURL: "http://localhost:3000",
},
};
export default config;
Once installed, start the editor:
npx intlayer-editor start
Then, open http://localhost:8000
in your browser and hover over content to edit it! 🎨
This project is 100% open-source! If you want to contribute, report issues, or suggest features:
GitHub Repo: https://github.com/aymericzip/intlayer
🎉 Would love to hear your thoughts and feedback! Let’s make content editing easier for developers. 🚀