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.
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
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 installThis 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 devOption B: run everything with Docker.
cp .env.example .env
docker compose up -d --buildStart the development server:
npm run dev
# or: pnpm dev
# or: yarn devVisit http://localhost:5173 to view the app.
npm run buildPreview the production build:
npm run previewBuild and run with Docker:
docker build -t axene-templates .
docker run -p 3000:3000 axene-templatesThe app will be available at http://localhost:3000.
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
This project is licensed under the MIT License.
© 2026 Axene. More open-source products coming soon!
