Skip to content

LogiQ AI is your intelligent and sophisticated AI assistant, designed by Syntex Technologies and Base44. LogiQ AI lets you engage in natural conversations, get instant answers, brainstorm ideas, and receive expert assistance on a wide range of topics. Experience a premium, user-friendly interface that makes interacting with advanced AI a pleasure

License

RetroManiaMan/Syntex-LogiQ-AI

LogiQ AI

Website License CI

LogiQ AI — your smart assistant for X, Y, Z. Built with speed, privacy, and delightful UX in mind.

LogiQ AI ScreenShots!

Screenshot 2025-10-09 at 10 11 46 PM Screenshot 2025-10-09 at 10 12 35 PM Screenshot 2025-10-09 at 10 12 49 PM Screenshot 2025-10-09 at 10 15 06 PM Screenshot 2025-10-09 at 10 15 14 PM Screenshot 2025-10-09 at 10 15 21 PM Screenshot 2025-10-09 at 10 15 28 PM Screenshot 2025-10-09 at 10 15 39 PM Screenshot 2025-10-09 at 10 15 56 PM Screenshot 2025-10-09 at 10 16 03 PM Screenshot 2025-10-09 at 10 16 12 PM Screenshot 2025-10-09 at 10 16 21 PM Screenshot 2025-10-09 at 10 16 33 PM Screenshot 2025-10-09 at 10 22 36 PM Screenshot 2025-10-09 at 10 22 51 PM

LogiQ AI Screenshot

Demo

https://logiq-ai.base44.app/ — live production instance.

Overview

Short pitch: server-backed frontend + LLM integrations, conversational worker queue, auth, and analytics.

Key features

  • Real-time chat UI
  • Role-based access
  • Extensible plugins (connectors for APIs)
  • Audit logs and analytics
  • CI/CD and containerized deployment

Tech stack

  • 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

Architecture

See docs/architecture.md for a high level diagram and decisions.

Quickstart (local)

Assumes Node.js (v18+), Docker optional.

  1. Clone
git clone https://github.com/YOUR_ORG/LOGIQ_AI.git
cd LOGIQ_AI
  1. Copy env template
cp .env.example .env
# Fill in the vars (OPENAI_KEY, DATABASE_URL, NEXT_PUBLIC_BASE_URL, etc.)
  1. Install & run
npm install
npm run dev
# or: docker compose up --build
  1. Open http://localhost:3000

Environment variables

See .env.example. Never commit real secrets.

Deploying

Vercel (recommended for Next.js)

  • Connect repo to Vercel
  • Set VERCEL_TOKEN and other env vars in Vercel dashboard
  • Push to main to trigger deploy

Docker

docker build -t logiq-ai .
docker run --env-file .env -p 3000:3000 logiq-ai

Contributing

Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md. We're happy to accept PRs and issues.

Security

See SECURITY.md for reporting vulnerabilities.

License

MIT — see LICENSE.

Maintainers

  • Your Name – @yourgithub

Acknowledgements

Thanks to Base44 for hosting.

About

LogiQ AI is your intelligent and sophisticated AI assistant, designed by Syntex Technologies and Base44. LogiQ AI lets you engage in natural conversations, get instant answers, brainstorm ideas, and receive expert assistance on a wide range of topics. Experience a premium, user-friendly interface that makes interacting with advanced AI a pleasure

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published