Developer tools for converting, automating, and building. From Word to HTML converters to database visualization—we've got you covered.
RosettaScript is a collection of powerful, free online developer tools designed to streamline your workflow. Whether you need to convert Word documents to HTML, format JSON, encode/decode Base64, or manage databases, RosettaScript has the tools you need.
- Word to HTML Converter - Convert Word documents to clean, semantic HTML with multiple output formats
- JSON Formatter - Beautify and validate JSON with syntax highlighting
- JSON Data Extractor - Extract specific data from JSON using path syntax
- CSV to JSON Converter - Convert between CSV and JSON formats
- Text Diff Tool - Compare two texts and see differences
- Base64 Encoder/Decoder - Encode and decode Base64 strings with UTF-8 support
- URL Encoder/Decoder - Encode and decode URL components
- Hash Generator - Generate MD5, SHA-1, SHA-256, and SHA-512 hashes
- Hash Decoder - Decode common hash formats
- JWT Decoder - Decode and inspect JWT tokens
- JWT Encoder - Create and encode JWT tokens
- Color Converter - Convert between HEX, RGB, HSL, and more
- UUID Generator - Generate version 4 UUIDs instantly
- Regex Tester - Test and debug regular expressions in real-time
- Timestamp Converter - Convert between Unix timestamps and human-readable dates
- QR Code Generator - Generate QR codes for WiFi, email, SMS, and more
- Web Scraper - Extract data from websites using CSS selectors
- Image Tool - Compress, convert formats, resize images, and generate favicons
- Random Universe Cipher - 256-bit quantum-resistant symmetric encryption cipher
- Node.js 20+ (install with nvm)
- npm or bun
# Clone the repository
git clone https://github.com/rosettascript/rosettascript.github.io.git
cd rosettascript.github.io
# Install dependencies
npm install
# Start development server
npm run devThe development server will start at http://localhost:8000
npm run build
npm run preview- Vite - Next-generation frontend tooling
- React - UI library
- TypeScript - Type safety
- shadcn/ui - Beautiful, accessible components
- Tailwind CSS - Utility-first CSS framework
- React Router - Client-side routing
rosettascript.github.io/
├── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Page components
│ ├── lib/ # Utility functions and libraries
│ └── data/ # Static data (blog posts, etc.)
├── public/ # Static assets
└── .github/workflows/ # CI/CD configuration
This project is configured for automatic deployment to GitHub Pages using GitHub Actions. The site is served at https://rosettascript.github.io.
npm run buildThe build output will be in the dist/ directory, ready for deployment.
This project is open source and available under the MIT License.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Built with ❤️ by RosettaScript