iFusionOne is the ultimate open-source developer platform β a blazing-fast web-based workspace for formatters, converters, editors, playgrounds, diff tools, and more. Everything you need in one clean, unified interface.
- π‘ Unified UI for common developer tools
- βοΈ Real-time formatters, editors, and converters
- π§ͺ Built with React + TypeScript
- π» Responsive and developer-focused UI
- π Theming powered by CSS variables
- React (w/ TypeScript)
- Vite (or CRA, depending on your setup)
- CSS Modules (via
Home.css) - React Icons (for GitHub and UI icons)
git clone https://github.com/your-org/ifusionone_web.git
cd ifusionone
cd ifusionone-frontend
npm install
# or
yarn install
npm run dev