Pronounced TEM-PLATE-SAYS - Just imagine Gollum saying it.
TemplateSES is a desktop application for managing and previewing AWS SES email templates locally.
It is built with Wails, SvelteKit, TypeScript, shadcn svelte, and tweaked it with tweakcn.
Make sure you have the following installed:
- Go ≥
1.25.1 - Wails ≥
2.10.2 - Bun ≥
1.21
For Wails, do
go install github.com/wailsapp/wails/v2/cmd/wails@latest
Clone the repository, then install dependencies:
go mod tidy
cd frontend
bun installStart the desktop app in development mode:
wails devThis will run the SvelteKit frontend and Wails backend together.
- Create and manage SES email templates locally
- Syntax highlighting and live preview
- Variable substitution for template testing
- Modern UI with shadcn + TailwindCSS
MIT
