2025-12-23 10:54:10 +01:00
2025-12-23 10:54:10 +01:00
2025-12-11 14:43:24 +01:00
2025-12-23 10:35:29 +01:00
2025-12-10 14:28:36 +01:00
2025-12-11 14:10:44 +01:00
2025-12-19 08:52:27 +01:00
2025-12-19 08:53:38 +01:00
2025-12-11 14:07:39 +01:00
2025-12-10 12:10:20 +01:00
2025-12-11 14:08:23 +01:00
2025-12-10 14:28:00 +01:00
2025-12-19 08:54:22 +01:00
2025-12-23 10:35:04 +01:00
2025-12-10 12:10:20 +01:00
2025-12-23 10:34:47 +01:00
2025-12-10 12:45:41 +01:00

GHBanner

Email Template Builder

Uno strumento visuale per creare, gestire ed esportare template email HTML con placeholder dinamici.

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev

Deploy with Docker

This application can be deployed as a complete stack with its own MySQL database:

  1. Set your GEMINI_API_KEY in the environment variables
  2. Run docker-compose up -d to start the stack
  3. Access the application at http://localhost:3000

The stack includes:

  • Frontend/Backend service (Node.js + React)
  • MySQL database (with persistent data)
  • Automatic database initialization

Deploy on Portainer

To deploy on Portainer as a stack:

  1. Create a new stack in Portainer
  2. Copy the contents of docker-compose.yml into the editor
  3. Add your API_KEY environment variable in the Portainer interface
  4. Deploy the stack

The application will automatically:

  • Create and initialize the MySQL database
  • Start the application service
  • Connect to the internal database
Description
Template email richiamabili via API - n8n
Readme 132 KiB
Languages
TypeScript 83.3%
JavaScript 11.5%
HTML 3.7%
Dockerfile 1.5%