DEV Community

Cover image for TabText PRO Introduction
Cr1s0_
Cr1s0_

Posted on

TabText PRO Introduction

TabText PRO - Un Editor di testo

Ciao dev.to! Sono Cristian, ho 14 anni e mi piace molto programmare. Ho deciso di mettermi alla prova creando un editor di testo moderno, open source e con un pizzico di intelligenza artificiale per migliorare il testo. Così è nato TabText Pro!


Cos’è TabText Pro?

TabText Pro è un editor di testo multi-tab, pensato per essere semplice e simile a quello di base di Windows, ma con un assistente! Puoi scrivere, salvare con il nome che vuoi, correggere i tuoi testi con l’AI e lavorare su più documenti contemporaneamente.


Funzionalità principali

  • Multi-tab: lavora su più documenti insieme
  • Miglioramento AI: migliora il testo con un click (grazie a Mistral AI)
  • Trova e sostituisci
  • Tema chiaro/scuro
  • Supporto Italiano e Inglese

Demo online

Non vuoi installare nulla? Provalo qui:
👉 TabText PRO Website

Se invece lo vuoi scaricare lo puoi trovare qui con tutte le istruzioni:
👉 TabText PRO Repository


Come si usa?

1. Prova la demo

Basta cliccare sul link sopra e puoi iniziare a scrivere, salvare e usare tutte le funzioni.

2. Vuoi installarlo in locale?

Hai bisogno di Node.js (versione 18+). Poi:

# Clona la repo
git clone https://github.com/Criso99/tabtext-scribe-pro.git
# Entra nella cartella
cd tabtext-scribe-pro
# Installa le dipendenze
npm install
# Avvia il sito web
npm run dev
Enter fullscreen mode Exit fullscreen mode

Apri il link che compare nel terminale (di solito http://localhost:5173) e sei pronto a provarlo!


Perché l’ho fatto?

Volevo imparare React, migliorare con l’open source e creare qualcosa di utile anche per altri. Spero che TabText PRO possa aiutare chi scrive, studia o vuole semplicemente un editor leggero e smart.


🤝 Come contribuire

  • Se hai idee, suggerimenti o trovi bug, apri una issue!
  • Vuoi aggiungere una funzionalità? Fai una pull request!
  • Ci sono issue con etichetta good first issue perfette per chi vuole iniziare.

Se ti piace…

Lascia una stella alla repo, per me conta tantissimo! Ogni stella è una persona che apprezza il mio lavoro ❤️


Link utili


TabText PRO – A Text Editor

Hi dev.to! I’m Cristian, I’m 14 years old and I really enjoy programming. I decided to challenge myself by creating a modern, open source text editor with a touch of artificial intelligence to improve your writing. That’s how TabText Pro was born!


What is TabText Pro?

TabText Pro is a multi-tab text editor, designed to be simple and similar to the basic Windows Notepad, but with an assistant! You can write, save with any name you want, correct your texts with AI, and work on multiple documents at the same time.


Main Features

  • Multi-tab: work on several documents at once
  • AI improvement: enhance your text with one click (thanks to Mistral AI)
  • Find & Replace
  • Light/Dark theme
  • Italian and English support

Online Demo

Don’t want to install anything? Try it here:
👉 TabText PRO Website

If you want to download it, you can find it here with all the instructions:
👉 TabText PRO Repository


How to use it?

1. Try the demo

Just click the link above and you can start writing, saving, and using all the features.

2. Want to install it locally?

You’ll need Node.js (version 18+). Then:

# Clone the repo
git clone https://github.com/Criso99/tabtext-scribe-pro.git
# Enter the folder
cd tabtext-scribe-pro
# Install dependencies
npm install
# Start the web app
npm run dev
Enter fullscreen mode Exit fullscreen mode

Open the link that appears in the terminal (usually http://localhost:5173) and you’re ready to try it!


Why did I build it?

I wanted to learn React, get better at open source, and create something useful for others. I hope TabText PRO can help anyone who writes, studies, or
simply wants a lightweight and smart editor.


🤝 How to contribute

If you have ideas, suggestions, or find bugs, open an issue!
Want to add a feature? Make a pull request!
There are good first issue tags, perfect for anyone who wants to start contributing.


If you like it…

Leave a star on the repo, it means a lot to me! Every star is a person who appreciates my work ❤️

Useful links


Top comments (0)