LogiQ AI — your smart assistant for X, Y, Z. Built with speed, privacy, and delightful UX in mind.
https://logiq-ai.base44.app/ — live production instance.
Short pitch: server-backed frontend + LLM integrations, conversational worker queue, auth, and analytics.
- Real-time chat UI
- Role-based access
- Extensible plugins (connectors for APIs)
- Audit logs and analytics
- CI/CD and containerized deployment
- Frontend: Next.js / React (adjust if you used something else)
- Backend: Node.js / Express / FastAPI (replace accordingly)
- Datastore: PostgreSQL (or your DB)
- Auth: Auth0 / NextAuth / Custom JWT
- Hosting: Base44 / Vercel / Netlify / Docker
See docs/architecture.md for a high level diagram and decisions.
Assumes Node.js (v18+), Docker optional.
- Clone
git clone https://github.com/YOUR_ORG/LOGIQ_AI.git
cd LOGIQ_AI- Copy env template
cp .env.example .env
# Fill in the vars (OPENAI_KEY, DATABASE_URL, NEXT_PUBLIC_BASE_URL, etc.)- Install & run
npm install
npm run dev
# or: docker compose up --buildSee .env.example. Never commit real secrets.
- Connect repo to Vercel
- Set VERCEL_TOKEN and other env vars in Vercel dashboard
- Push to
mainto trigger deploy
docker build -t logiq-ai .
docker run --env-file .env -p 3000:3000 logiq-aiPlease read CONTRIBUTING.md and CODE_OF_CONDUCT.md. We're happy to accept PRs and issues.
See SECURITY.md for reporting vulnerabilities.
MIT — see LICENSE.
- Your Name – @yourgithub
Thanks to Base44 for hosting.
