A Framer plugin for generating text content with support for English and Arabic languages.
- Generate different types of text (paragraphs, headings, lists)
- Choose from various content categories (technology, business, marketing, etc.)
- Bilingual support (English and Arabic)
- RTL/LTR layout switching
- Adjustable paragraph length
- Copy text to clipboard
- Add text directly to Framer canvas
- Install dependencies:
npm install- Download required fonts:
- Inter (English): https://fonts.google.com/specimen/Inter
- Noto Sans Arabic: https://fonts.google.com/noto/specimen/Noto+Sans+Arabic
Place the font files in the public/fonts directory.
- Start the development server:
npm run dev- Build for production:
npm run build- Package the plugin:
npm run packsrc/components: Reusable UI componentssrc/styles: Global styles and variablessrc/locales: Language files (EN, AR)public/fonts: Font files
- React
- Tailwind CSS
- i18next for localization
- Feather Icons
