A comprehensive solution for remote translation management and integration.
RunFix Container provides a complete ecosystem for managing translations across web applications. The system consists of multiple components working together to deliver seamless translation capabilities.
A robust REST API server for translation management.
- Purpose: Centralized translation management, analytics, engines, and distribution
- Documentation: Server README
- API Documentation: Swagger UI
A browser-compatible package for integrating remote translation capabilities.
- Purpose: Client-side integration for translation services
- Documentation: Client README
- Installation:
npm install @runfix/container
or add script tag to html<script src="https://cdn.jsdelivr.net/npm/@runfix/container"></script>
Administrative interface for the remote translation server (In Progress) / ROADMAP.
- Purpose: Visual management and GUI for remote translation server
- Documentation: Dashboard README
- Demo: Dashboard Demo
A demonstration application showcasing the integration of RunFix Container. demo repo
- Purpose: Example implementation using NextJS (Page Router)
- Documentation: Test App README
- Live Demo: Test Application
Refer to each component's README for specific setup and usage instructions.
MIT