Skip to content
/ wootui Public

An OpenTUI app for translating WooCommerce WPML compatible products.

License

Notifications You must be signed in to change notification settings

kkris0/wootui

Repository files navigation

WooTUI

Translate your WooCommerce products with AI—right from your terminal.

License: MIT

WooTUI Demo

DocumentationReport Bug


What is WooTUI?

WooTUI is a terminal application that translates WooCommerce product catalogs into any language using Google's Gemini AI. It's built for speed, efficiency, and WPML integration.

Key Features:

  • 🚀 Fast batch translation with AI (Gemini 2.5)
  • 🌍 Support for 100+ languages
  • 📦 WPML-ready CSV output
  • 💰 Token optimization with TOON format
  • ⌨️ Keyboard-first terminal UI
  • 🔒 Local processing—your data stays safe

Installation

macOS / Linux

curl -sf https://ashesofphoenix.github.io/wootui/install | bash

Windows

irm https://ashesofphoenix.github.io/wootui/install.ps1 | iex

Requirements:

  • Google Gemini API key (Get one free)
  • WooCommerce CSV export with WPML columns

Quick Start

  1. Install WooTUI using the command above
  2. Run WooTUI in your terminal:
    wootui
  3. Configure API key when prompted (press s for Settings)
  4. Follow the wizard:
    • Select your WooCommerce CSV
    • Choose columns to translate
    • Pick target languages
    • Review cost estimate
    • Translate and export

First-time user? Check out the 5-minute tutorial.


Documentation

Full documentation is available at ashesofphoenix.github.io/wootui


Contributing

Contributions are welcome! Here's how you can help:

  1. Report bugs via GitHub Issues
  2. Suggest features by opening a discussion
  3. Submit PRs for bug fixes or enhancements

Development setup:

# Clone the repository
git clone https://github.com/ashesofphoenix/wootui.git
cd wootui

# Install dependencies
bun install

# Run in development mode
bun run dev

# Build for production
bun run build

See CLAUDE.md for detailed development guidelines.


Tech Stack


License

MIT © Kristjan Krizman


Made with ☕ for the WooCommerce community

About

An OpenTUI app for translating WooCommerce WPML compatible products.

Resources

License

Stars

Watchers

Forks