CliniqAI is an AI-powered assistant that lets healthcare professionals ask clinical questions in plain language and receive grounded, cited answers from institutional guidelines and formularies — in seconds.
Healthcare professionals navigate dozens of fragmented documents — PDFs, intranets, EHR portals — to find evidence they need at the point of care. CliniqAI consolidates institutional knowledge into one query interface.
A serverless RAG pipeline on AWS — from question to cited clinical answer in under 3 seconds
Clinician signs in via Cognito with MFA. Role-based access scopes which documents are searchable.
Natural language query is submitted via API Gateway, validated by WAF, and routed to Lambda.
Bedrock embeds the query; OpenSearch Serverless finds the most semantically relevant document chunks.
Claude 3.5 Sonnet synthesises a grounded answer from retrieved context only. No hallucination.
Every answer includes source document, section, and page number so clinicians can verify the reference.
20+ AWS services across security, AI, compute, and observability layers
CliniqAI is designed around HIPAA Technical Safeguard requirements from the ground up
Cognito user pools with enforced MFA, role-based document scoping, IAM least-privilege roles, and VPC network isolation
CloudTrail logs every API call with timestamp and caller identity. CloudWatch structured logs. X-Ray distributed tracing.
KMS encryption at rest for S3 and OpenSearch. TLS 1.2+ in transit. S3 versioning prevents accidental data loss.
VPC endpoints route all traffic between Lambda, Bedrock, S3, and OpenSearch privately — never over the public internet.
Cognito access tokens expire after 60 minutes. Refresh tokens are revocable immediately if a device is compromised.
GuardDuty monitors for anomalous access. WAF blocks injection attacks, bots, and malicious IPs before they reach the API.
CliniqAI is an early-stage healthcare AI startup building tools that reduce the time clinicians spend looking for information — so they can spend more time with patients.
Our first product is a HIPAA-aligned RAG assistant that connects to a hospital's existing document library and lets any authorised clinician ask questions in plain language, receiving grounded answers with citations in under three seconds.
We are a bootstrapped startup building on Amazon Web Services, taking advantage of the AWS serverless and AI ecosystem to deliver production-grade infrastructure without the overhead of managing servers.
The full infrastructure is open-source and available on GitHub, built with Terraform, Python, and Amazon Bedrock.
View source on GitHubThe full infrastructure is available on GitHub — Terraform modules, Lambda functions, and deployment scripts included.
Get started on GitHub