- Go 48.2%
- HTML 27%
- CSS 23.2%
- JavaScript 1.3%
- Makefile 0.3%
| internal | ||
| web | ||
| .env.example | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| Makefile | ||
| README.md | ||
| start_ttm.sh | ||
Twenty Then Meet
Twenty Then Meet (TTM) is a multilingual Go web application designed to move connections from online chat to real-world meetings.
A conversation allows 20 messages in total. When the limit is reached, chat is locked. The participants can propose and accept a physical meeting; the chat is unlocked only after both people confirm that the meeting took place.
Current features include account handling, profiles, local discovery, meeting proposals, chat limits, dual meeting confirmation, events, reviews, email integration, embedded templates and static assets, and SQLite-backed storage.
The project is a working prototype in pilot phase. It does not claim an active public community or continuous production availability.
Product page: Ilion Web Solutions
Build and run
go build -o twenty-then-meet .
./start_ttm.sh
Configuration is loaded from environment variables. See .env.example for the
available settings.