Only you and your team members can access and view the project documentation you upload to the Specifai platform. Documentation cannot be accessed or viewed by Specifai employees.
Only you and your team members can see prompts entered into the Specifai platform.
No. User uploaded documentation and prompts are not used to train Specifai or third-party models. Third party LLMs are used to analyse and interact with user uploaded project documentation.
We use trusted service providers like Google Cloud, OpenAI, and Vercel.
The United Kingdom.
Yes, Specifai encrypts data at rest by default.
What's Currently Encrypted:
- Database Connection Security: Specifai uses MongoDB with secure connection strings (TLS/SSL encryption in transit), as evidenced by the mongodb+srv:// connection format. MongoDB Atlas (cloud) does provide encryption at rest by default (AES-256).
- Password Security: User passwords are handled through NextAuth.js, which includes proper hashing.
- Session Data: NextAuth.js encrypts session tokens and JWT tokens by default.
- Email Configuration: Your email service uses TLS encryption for SMTP communication.