Initial commit: houses.flowautomate.ai lead generation website

Static landing page with Express backend for lead capture.
Navy/Gold branding, mobile-responsive, SQLite storage,
Mailcow SMTP notifications, rate limiting, TCPA compliance.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude
2026-02-19 04:46:20 +01:00
commit 85e7dc8e0c
13 changed files with 2848 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
node_modules/
data/*.db
data/*.db-wal
data/*.db-shm
.env