Skip to content

Axene-Solutions/axene-templates

Repository files navigation

Axene Logo

Axene Templates – Visual Email Builder

Welcome to Axene Templates, an open-source visual email builder powered by SvelteKit. This is one of the first public Axene products-more innovative tools are coming soon! We invite you to explore, use, and contribute.


? What is Axene Templates?

Axene Templates is a modern, extensible platform for visually designing responsive email templates. Built with SvelteKit, TypeScript, and Tailwind CSS, it offers a fast, intuitive interface for creating, editing, and exporting email layouts.

Key Features:

  • Visual drag-and-drop email builder
  • Live preview and instant feedback
  • MJML support for robust email rendering
  • Modern SvelteKit + Vite stack
  • Docker-ready for easy deployment
  • Open-source and community-driven

-> Getting Started

Prerequisites

Installation

Clone the repository and install dependencies:

git clone https://github.com/axene/axene-templates.git
cd axene-templates
npm install
# or: pnpm install
# or: yarn install

Development

This app needs Postgres.

Option A (recommended): run Postgres with Docker, run the app with npm run dev.

cp .env.example .env
docker compose up -d postgres
npm run db:push
npm run dev

Option B: run everything with Docker.

cp .env.example .env
docker compose up -d --build

Start the development server:

npm run dev
# or: pnpm dev
# or: yarn dev

Visit http://localhost:5173 to view the app.

Building for Production

npm run build

Preview the production build:

npm run preview

Docker

Build and run with Docker:

docker build -t axene-templates .
docker run -p 3000:3000 axene-templates

The app will be available at http://localhost:3000.


🌍 About Axene Open Source

Axene is committed to building high-quality, open-source tools for modern creators and developers. Axene Templates is just the beginning-stay tuned for more products and updates!

Want to contribute?

  • Star ⭐ the repo
  • Open issues and pull requests
  • Share feedback and ideas

📄 License

This project is licensed under the MIT License.


© 2026 Axene. More open-source products coming soon!

About

Visual email template builder for Axene. Drag-and-drop block editor with MJML rendering, live preview, and file-based storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors