Source code

Download the fullenterprise codebase

Complete production-ready codebase with mobile API documentation, PostgreSQL schema, and deployment guides — everything to ship GrowthEdge360 to a fresh Ubuntu VPS.

v1.2.0 · latest
Mobile API live
asoftech-insightz-v1.2.0.tar.gz
Linux / macOS — recommended (full source + mobile API live + docs + SQL)
172 KBSHA-256: c77bf85e…d5d02c15d
asoftech-insightz-v1.2.0.zip
Windows — double-click to extract
233 KBSHA-256: dc4ee4e3…81df4d16

What's new in v1.2.0

Mobile API — LIVE
30+ endpoints: JWT auth, OTP, /users, /followups, /dashboard, /whatsapp, /notifications, /admin
Bcrypt + JWT
15-min access tokens, rotating 30-day refresh, opaque hashed in DB
OTP via MSG91
SMS provider stub (logs OTP in dev; set MSG91_AUTH_KEY for live SMS)
OpenAPI 3.1 spec
50+ endpoints documented (auth, users, leads, followups, dashboard, whatsapp, notifications, admin, webhooks)
Postman Collection
Pre-configured with auto-token refresh test scripts
Auth Flow Diagrams
Mermaid sequence diagrams for OTP / password / refresh
Error-code Matrix
40+ canonical codes (AUTH_*, VALIDATION, PLAN_LIMIT, etc.)
PostgreSQL Schema (14 tables)
DDL + indexes + seed + one-shot init-db.sh
Postgres + Nginx + Security
Install, tune, backup, restore, SSH, UFW, Fail2ban
Post-deploy Checklist
50-item go-live validation list
What's inside the tarball
  • • Enterprise marketing site (Next.js 14)
  • • GrowthEdge360 CRM + AI Workforce
  • • GrowthEdge360 + RevenueShield AI
  • • Multi-tenant auth + DPDP compliance
  • • Razorpay payments
  • • n8n workflow JSONs
  • /docs: OpenAPI + Postman + SQL + guides
  • • Dockerfile + docker-compose
  • • deploy.sh + GitHub Actions CI
  • • Nginx config + Caddyfile
Verify integrity

After downloading, verify the SHA-256 checksum matches:

shasum -a 256 asoftech-insightz-v1.2.0.tar.gzDownload checksums.txt →
Quick start
tar -xzf asoftech-insightz-v1.2.0.tar.gz
cd asoftech-insightz
cp .env.example .env
docker compose up -d --build
# open http://localhost:3000
Need enterprise support? →
Deploy to fresh Ubuntu VPS — one command
# 1) SCP the tarball, then on the VPS:
tar -xzf asoftech-insightz-v1.2.0.tar.gz && sudo mv asoftech-insightz /opt/asoftech

# 2) One-shot installer (Docker + Caddy + UFW + secrets + HTTPS)
sudo APP_DOMAIN=app.asoftechinsightz.com \
     ROOT_DOMAIN=asoftechinsightz.com \
     EMERGENT_LLM_KEY=sk-emergent-... \
     /opt/asoftech/deploy.sh

# 3) Provision Postgres (creates DB, user, runs schema + seed)
sudo -u postgres /opt/asoftech/docs/sql/init-db.sh

# Done. App is live at https://app.asoftechinsightz.com
License: Proprietary — © AsoftechInsightz Pvt. Ltd. For use by Asoftech and its authorised customers. Need an enterprise / source-code license? enquiry@asoftechinsightz.com
Previous versions
v1.0.0 — tar.gz · zip