A modern, user-friendly tool for creating colorful text for your Discord messages using Markdown syntax.
- Simple Interface: Clean, intuitive design focused on ease of use
- Live Preview: See how your text will appear in Discord in real-time
- Multiple Colors: Choose from a variety of Discord-supported colors
- Copy to Clipboard: One-click copying of formatted text
- Responsive Design: Works on desktop and mobile devices
- Smooth Animations: Enhances user experience with subtle motion
Discord allows you to create colored text using code block syntax with specific language formatting. This tool simplifies the process by automatically generating the correct Markdown syntax based on your selections.
- Default (White)
- Gray
- Black
- Red
- Orange
- Yellow
- Green
- Blue
- Purple
- Pink
- Node.js (v14.0.0 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/vishnuu5/Discord-Colored-Text-Generator cd discord-colored-text-generator -
Install dependencies:
npm install # or yarn -
Start the development server:
npm run dev # or yarn dev -
Open your browser and navigate to
http://localhost:5173
- Type or paste your text in the input field
- Select a color from the color picker
- Preview how your text will look in Discord
- Click "Copy Code" to copy the formatted text
- Paste the copied text into Discord
- Vite - Frontend build tool
- React - UI library
- Tailwind CSS - Utility-first CSS framework
- Framer Motion - Animation library
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by rebane2001's Discord Text Generator
- Thanks to the Discord community for feedback and suggestions
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request