Git for Your Database.
SOC 2 Built In.
Time travel queries, immutable hash chains, and auto-generated SOC 2 evidence reports. Like GitHub for your data โ open source, runs on your infrastructure.
Think of It Like GitHub for Data
Everything You Get
Time Travel Queries
Query your database as it existed at any point in time. SELECT * FROM users @ "2024-01-01"
Immutable Hash Chain
Every change is SHA-256 hashed and linked to the previous one. Tampering is instantly detectable.
SOC 2 Evidence Reports
Auto-generate Integrity, Change Audit, Retention, and Compliance reports โ auditor ready.
Zero Data Transfer
Runs on your infrastructure. Your data never leaves your server or VPC.
Full Change History
See every INSERT, UPDATE, DELETE โ who, when, old value, new value. Like git log for data.
Docker One-Click
docker-compose up -d โ and the enterprise dashboard is live. Takes 5 minutes.
Data Diff
Compare your database between two dates. See what changed, what was added, what was removed.
Chain Verification
Verify the entire hash chain in seconds. PASS/FAIL with detailed audit of every entry.
See It Working
This is actual output from running timetravel demo
============================================================ ๐ฎ SHAYNTECH TIMETRAVEL โ DEMO ============================================================ ๐ฆ Step 1: Create a database with sample data ๐ง Step 2: Initialize time travel tracking โ History table created โ 5 existing records tracked โ๏ธ Step 3: Make some changes โ Alice's role changed: admin โ manager โ Diana added as editor โ Order #2 deleted ๐ฎ Step 4: Time travel queries Current users: 4 (Alice = manager, Diana exists) ๐ Jan 1, 2024: Alice was: admin (time travel works!) ๐ Jan 1, 2024: Orders = 2 (before deletion) Now: Orders = 1 (after deletion) ๐ Step 5: Verify hash chain Chain: PASS (9 entries verified) ๐ Step 6: Generated SOC 2 reports โ soc2-integrity-report.html โ soc2-change-audit.html โ soc2-retention-report.html ============================================================ โ DEMO COMPLETE
Compare Editions
Free Edition
$0
- โ Time travel queries
- โ Immutable hash chain
- โ SOC 2 evidence HTML reports
- โ CLI tool
- โ SQLite support
- โ MIT license
Enterprise Edition
$99/mo
- โ Everything in Free
- โ Web dashboard (dark UI)
- โ Professional PDF reports
- โ PostgreSQL & MySQL support
- โ Docker one-click deploy
- โ Priority 2h support
Quick Start
1. Install
pip install shayntech-timetravel
2. Run the demo
timetravel demo
3. Use it with your database
timetravel init mydatabase.db timetravel query --at "2024-01-01" --table users timetravel report --type all
4. Enterprise edition
docker-compose up -d # Open http://localhost:8080
Architecture
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Enterprise Dashboard โ
โ (Optional web UI) โ
โโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโ
โ
Your App โโโ [TimeTravel Core] โโโ Your Database
โ
โโโโโโโโโโดโโโโโโโโโ
โ Change Logger โ
โ Hash Chain โ
โ SOC 2 Reports โ
โโโโโโโโโโโโโโโโโโโ
Runs on YOUR infrastructure
Your data NEVER leaves your serverFrequently Asked Questions
Is TimeTravel really free?
The Free Edition is open source (MIT license). You can use it, modify it, and distribute it freely. The Enterprise Dashboard has a subscription fee for the web UI and priority support.
Does this replace a SOC 2 audit?
No. It generates the technical evidence (hash chains, change logs, integrity proofs) that SOC 2 auditors review. You still need a licensed third-party auditor for the actual certification โ but you save 80% of prep time and cost.
Where does my data go?
Nowhere. TimeTravel runs on YOUR infrastructure โ your server, your Docker, your machine. We never see your data. Open source, fully auditable.
What databases are supported?
Free Edition: SQLite. Enterprise Edition: PostgreSQL, MySQL, SQLite. More databases coming.
How is the hash chain different from regular logging?
Each change is cryptographically hashed and linked to the previous change. Modifying a past record breaks the chain and is instantly detected. Regular logs can be edited silently.
Can I try it before buying Enterprise?
Yes! The Free Edition is fully functional. Run timetravel demo to see everything working. Upgrade to Enterprise when you need the web dashboard.
Ready for Time Travel?
Start with the free open-source edition. When you need the enterprise dashboard, email us.