SiteMente - AI-Powered Lead Generation Platform

Features:
- Mission Control dashboard
- HP Submissions tracking
- AI Agents integration
- Lead management CRM
- Marketing email templates
- Chrome extension support

Tech: Next.js, TypeScript, Tailwind CSS, MySQL
This commit is contained in:
2026-03-19 17:38:12 +01:00
parent 9981d2a9d2
commit d5575b58e3
34 changed files with 3061 additions and 22 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"manifest_version": 3,
"name": "Hookd",
"version": "1.1.0",
"description": "Save, organize and AI-sort your X content",
"permissions": ["storage"],
"host_permissions": ["https://x.com/*", "https://twitter.com/*"],
"action": {
"default_popup": "popup.html"
}
}