Simple contact form server
Find a file
2025-11-08 21:21:03 +08:00
.gitignore initial commit 2025-11-08 20:23:52 +08:00
bun.lock initial commit 2025-11-08 20:23:52 +08:00
config.example.json remove hardcoded domain 2025-11-08 21:01:49 +08:00
docker-compose.yml add docker compose 2025-11-08 20:27:15 +08:00
index.ts replace with hostname 2025-11-08 21:21:03 +08:00
LICENSE add license 2025-11-08 21:03:15 +08:00
package.json initial commit 2025-11-08 20:23:52 +08:00
README.md initial commit 2025-11-08 20:23:52 +08:00
tsconfig.json initial commit 2025-11-08 20:23:52 +08:00

Contacty

A super-simple contact form server handler using Express.js.