Time Table Maker by Success Minded logoTimetable Maker by Success Minded

Where your timetable is stored

Last updated: 13 August 2026

Your timetable is saved in your own browser, on your own device. It is never uploaded, never stored on a server, and there is no account it could be attached to. This page explains how that works in practice, how to confirm it for yourself, and — just as importantly — what can make your timetable disappear.

This is the mechanical explanation. The formal legal document is the Privacy Policy, and it takes precedence where the two differ in detail.

How saving works

Every time you add, move, edit or delete an event — or change a setting — the tool writes the complete state of your timetable into your browser's local storage, under the key sm_timetable_v1. Local storage is a small database that browsers keep per site, on the device itself.

There is no save button because there is nothing to send. The write happens immediately and finishes in about a millisecond. The Auto-saved indicator in the top right of the tool shows a check mark when the last write succeeded, and a dash if it failed.

When you return to the page, the tool reads that same key back and rebuilds your grid. That is the entire persistence model. There is no backend, no database, and no user table — which is also why there is nothing to sign up for.

What is stored

Exactly what you typed: your event titles, days, start and end times, notes and colours, plus your display settings. It is held as JSON, in the same structure as the JSON export — the full field-by-field breakdown is on the export formats page.

Nothing is added to it. No identifier is generated for you, no timestamp of your visits is kept, and there is no hidden metadata attached to your events.

Verify it yourself

You do not have to take our word for any of this. In Chrome, Edge or Firefox, press F12 to open developer tools, then:

The page source is unminified and readable too. The storage and export logic is all there, near the bottom of the page.

What will erase your timetable

Local storage is durable but it is not permanent, and it is not backed up by anyone. These will all wipe it:

If a timetable matters, export the JSON

None of the above is recoverable. We cannot restore a lost timetable, because we never had a copy of it — that is the direct trade-off for not holding your data. Exporting a JSON file takes one click and is the only real backup. It is also how you move a timetable to another browser, another machine, or a phone.

What this page does collect

"Your timetable stays on your device" is precise, and it is true. It is not the same claim as "nothing at all is collected", and it would be dishonest to let the first imply the second. The page loads several third-party scripts, and they behave the way third-party scripts normally do.

What runsWhyWhat it can see
Google Analytics 4Traffic measurement — which pages get used, roughly where visitors areStandard analytics data: pages viewed, approximate location, device and browser, referrer
Ezoic, including its consent managerAdvertising, which is what keeps the tool freeAd-related data as disclosed through the consent notice
Cloudflare (cdnjs)Serves the two libraries used for PNG and PDF exportYour IP address and browser, as with any file request
Google FontsServes the typefaces used on the pageYour IP address and browser

None of these receive your timetable. Your events are never placed into a network request, so there is nothing for them to collect — they see that a page was loaded, not what you put on it. Your consent choices are handled through the privacy notice, and the full disclosure is in the Privacy Policy.

Deleting everything

To remove your timetable from a device completely, clear site data for this site in your browser settings, or delete the sm_timetable_v1 key directly from the Application or Storage tab described above. Either removes it immediately and permanently.

There is no account to close and no deletion request to send us, because there is nothing held on our side to delete. If you have a question about any of this, the contact page is the place to ask.