Security & Architecture

Most web apps are designed to harvest your data. We designed NoteKraft to ensure we never have access to it.

The Cloud is Just Someone Else's Computer

Every time you type a personal journal entry into a popular cloud-based note app, that text must be transmitted over the internet, saved on a corporate server, and backed up in a data center. This architecture is great for collaborating with a remote team, but it is terrible for personal privacy.

If that company suffers a data breach, your private thoughts are leaked. If they change their Terms of Service to allow AI scanning of user data (which many have), your writing is fed into a machine learning algorithm without your explicit consent.

The NoteKraft Solution: Client-Side Execution

We built the NoteKraft online notepad using modern vanilla JavaScript APIs that do not require server interaction. When you load our website, the web app is temporarily downloaded to your browser. From that moment on, every key you press and every text manipulation tool you run happens locally on your own computer's CPU.

We are physically incapable of reading your notes, censoring your writing, or selling your data, because our servers never possess your data. Select a guide above to learn the technical specifics behind our privacy-first methodology.