Renardo 1.0 replaces the legacy Tkinter editor with a browser-based Svelte web client as its default interface
The original FoxDot used a Tkinter desktop editor. Renardo 1.0 ships a modern web-based interface built with Svelte 5, TailwindCSS, and DaisyUI. The server runs locally and opens automatically at http://127.0.0.1:12345. The web client provides a code editor with syntax highlighting and autocomplete, a console output panel, session management (save/load), settings panel, tutorial browser, and resource explorer. An optional Electron wrapper packages this as a desktop app without a browser. The classic Tkinter editor is still accessible but is no longer the default. The tutorial files (bilingual EN/ES) are served directly within the web interface.
Examples
Launch Renardo → browser opens automatically. Use Ctrl+Enter to evaluate code in the editor. Tutorials tab on the right pane shows numbered tutorial files.
Assessment
Name three features the Renardo web client provides that the legacy Tkinter editor lacked. What port does the web server use by default?