Your data never touches our servers.

We built ImportNow around one principle: your data belongs to you, not us.

How database connections work

When you connect your database ImportNow creates a temporary connection through a lightweight server relay. This relay connects to your database, fetches what you need, and immediately closes the connection. Your connection string is never written to disk, never logged, and never stored in any database on our end. It exists in memory for milliseconds and then it is gone.

Your Browser
ImportNow Relay (memory only)Nothing stored here
Your Database

How file processing works

Your CSV and Excel files are parsed entirely in your browser using client-side JavaScript. The file data is never uploaded to ImportNow servers. It goes directly from your browser to your database. We are literally just the tool — your data never passes through our hands.

Your FileYour Browser (parsed here)Your DatabaseImportNow servers never see your file data

What we actually store

What we store
  • • User account email
  • • Hashed password (never plain text)
  • • Import and export history counts (no actual data)
What we never store
  • • Your database credentials
  • • Your file contents
  • • Your database data
  • • Your connection strings

Have security questions? We are happy to answer them.

hello@importnow.io