Initial commit: ASPEKTER — визуальный конструктор email-рассылок

- z51-pug-builder: Svelte 5 SPA, визуальный редактор Pug-писем
- email-gen: Node.js рендерер Pug→HTML через email-templates + Juice
- email-gen-api: HTTP сервер рендеринга (порт 8787)
- coin-scout: сервис подбора монет из фидов
- Docker Compose для dev/prod
- Nginx конфиг с SSL для app.aspekter.ru
This commit is contained in:
2026-04-13 11:36:39 +05:00
commit 718821fdd6
282 changed files with 64697 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"globalSpacing": 40,
"blocks": {},
"accentColor": "#17158e",
"projectTitle": "",
"emailGenProject": "reaspekt-master",
"productOptions": [],
"mixinRules": [
{
"mixin": "buttonRounded",
"argIndex": 0,
"type": "mixin-text",
"label": "Текст кнопки"
},
{
"mixin": "buttonRounded",
"argIndex": 1,
"type": "mixin-href",
"label": "Ссылка кнопки"
}
],
"mixinRulesInitialized": true,
"sidebarNote": "https://574922.selcdn.ru/email.static/reaspekt/2026_newsletters/19_02_2026/1.png\n\n<br>",
"quickBlocks": []
}