Patent Pending — 63/970,430

Diamond bulk modulus.
443 GPa. Literature: 442. Your browser. 82ms.

No cluster. No queue. No setup. Run the same physics as a national lab supercomputer — in your browser tab.

0.27%Max relative error
vs published HPC
60Orders of magnitude
tracked precisely
8Physics domains
validated
AnyDevice — phone, laptop,
or workstation. Same results.

Supercomputer Precision. One Browser Tab.

Built on GeoNum — a domain-polymorphic precision system with transparent drift tracking. Unlike IEEE 754, every computation carries its uncertainty forward so you can trust what you compute.

Drift-Tracked Precision

Floating-point error is accumulated and surfaced as first-class data, not hidden. Know exactly how much precision you have after every operation.

Multi-Physics Coupling

Chain MD → FEM → Fluids in automated feedback loops. Model turbine blade erosion, reactor degradation, hypersonic materials — problems that normally require dedicated clusters.

Batch Parameter Sweeps

Screen hundreds of alloy compositions or simulation parameters in parallel. Explore the full design space, not just a single data point.

HPC Lab Sandbox

Direct engine access for researchers who know exactly what they need. Run raw simulations, inspect intermediate states, export validated results.

8 Validated Physics Domains

Each domain ships with canonical HPC benchmarks, precision validation, and interactive visualisation.

QuantumEnergy levels, H₂ ground state
FluidsCFD, Taylor-Green vortex
PlasmaLandau damping, MHD
MaterialsSilicon lattice, crystal symmetry
GeophysicsEGM2008 gravitational field
BallisticsHypersonic aerodynamics, EM launch
TheoryHawking radiation, DSO framework
MolecularMD simulation, surface erosion

Start Free. Scale to Research.

From exploratory tools to full HPC-grade research workflows.

FREE
$0/mo

Explore the platform, run standard simulations, and see what HPC-grade precision feels like.

  • 8 physics domain modules
  • Interactive visualisations
  • Saved runs (limited)
  • GeoNum precision display
  • Multi-physics coupling
  • Batch sweeps
  • HPC Lab
TRIAL
Free / 30 days

Full standard access for 30 days. No credit card. No commitment. Evaluate everything before deciding.

  • Everything in Free
  • Full simulation history
  • Unlimited saved runs
  • Export results
  • Multi-physics coupling
  • Batch sweeps
  • HPC Lab
BETA
Invite only

Invited research collaborators get full access including Multi-Physics and HPC Lab. Help shape the platform.

  • Everything in Trial
  • Multi-Species MD
  • Coupled MD↔FEM
  • Batch parameter sweeps
  • HPC Lab sandbox
  • Direct team support
PRO + HPC LAB
$175k/yr

Full research platform with validated HPC-grade precision across all domains. Justified against $M/yr cluster time.

  • Everything in Beta
  • All Adv workflows
  • Priority support SLA
  • Usage analytics
  • Source code available
  • Commercial license

Live Physics. Real Precision.

Interactive simulations running entirely in your browser — no backend compute, no GPU cluster, no queue.

GDBS Physics Animations — plasma and fluid simulations

Multi-Domain Simulations

Plasma confinement, fluid dynamics, and molecular dynamics running live with drift-tracked GeoNum precision.

GDBS Physics — quantum and materials simulations

Quantum & Materials

Band gap calculations, lattice constants, and quantum circuit simulations validated against published HPC benchmarks.

GDBS visualizations — cosmic and geophysics

Cosmic & Geophysical

Hawking radiation, black hole thermodynamics, and gravitational field modelling spanning 60 orders of magnitude.

GDBS — Geometric Database

A native database engine built on geometric principles. Content-addressable seeds, 7D positioning, graph traversal, and a SQL-compatible query language. Free to use. No subscription required.

Seeds, Tiles & Hubs

Content-addressed records (seeds) organised into named collections (tiles) and auto-linked concept clusters (hubs). Proximity in 7D space encodes semantic similarity.

GQL — full CRUD

STORE, SELECT, NEARBY, LINK, TRAVERSE, CREATE TILE, UPDATE, DELETE. Standard SQL is translated automatically. REST + WebSocket server included.

Learning engine

Hebbian learning, STDP, and memory consolidation built in. Connections strengthen with use. Unused links decay. The database learns your access patterns.

GQL quick start
-- Store a seed (insert)
STORE 'Diamond: bulk modulus 442 GPa'
WITH type = 'elastic', material = 'Diamond'
IN materials  AS $diamond;

-- Geometric nearest-neighbour query
NEARBY 'bulk modulus cubic crystal' IN materials LIMIT 10

-- Graph traversal
TRAVERSE $diamond DEPTH 3

-- Standard SQL also works
SELECT * FROM materials WHERE metadata.material = 'Diamond'

Physics domain modules (plasma, materials, fluids, MD, quantum & more) run on top of GDBS and are available via the platform above.

We Want to Hear From You

Feature requests, bug reports, beta access inquiries, research collaboration — our team responds to everything.

Frequently Asked Questions

Technical and product questions about GDBS, GeoNum, and how it compares to traditional HPC.

GDBS (Geometric Database System) is a browser-based physics computing platform that replaces traditional numerical integration with geometric computation. Physical parameters are mapped to coordinates in a 13-dimensional position space where observables become exact analytic values — not iterated to convergence. Computations that take HPC clusters hours run in milliseconds in your browser, with no queue and no cluster budget.

Traditional HPC codes (VMEC, VASP, LAMMPS, Gaussian) discretize physics onto meshes and iterate PDE solvers to convergence — a process that scales as O(N³) or worse, consuming thousands of CPU-hours per scan. GDBS evaluates the same physics analytically: O(N). A tokamak stability scan that takes 2–8 hours on 512 HPC cores runs in under 100 ms in your browser. No allocation grant. No job scheduler. No specialized infrastructure.

No. GDBS is deterministic analytic geometry. There is no training data, no loss function, no gradient descent, no stochastic sampling, and no convergence criteria. The same inputs always produce the same outputs on every machine. It is not an approximation or a neural surrogate — it is an alternative computational representation of established physics.

GeoNum (Geometric Number Scale) is the precision arithmetic system underlying all GDBS computations, citable at DOI: 10.5281/zenodo.18753425. Standard IEEE 754 floating-point hides precision loss — a Hawking radiation calculation spanning 60 orders of magnitude (ℏ ≈ 10−34 to kB ≈ 10−23) yields ~15% relative error under IEEE 754. GeoNum achieves 0.27% relative error on the same calculation, with uncertainty tracked transparently at every step.

GeoNum shifts the precision challenge from bit-width to geometric structure. Four mechanisms work together:

  • Zone-tessellated addressing — values are encoded as field intensities within a geometric structure where zones identify the logarithmic scale region and shades provide discrete tessellation, maintaining consistent representation regardless of dimensionality d or node count n.
  • Logarithmic space arithmetic — by operating natively in logarithmic space, the system reconstructs precise values from zone and intensity rather than quantized bits. As n spans extreme dynamic ranges, drift accumulates only from the final quantization step — not from compounding intermediate rounding errors.
  • Domain-configurable zone boundaries — O(n1/d) scaling is handled by tuning zone boundary functions to match each domain's characteristic grid (uniform for CFD, spherical-harmonic-aligned for geophysics, lattice-symmetric for materials). Each axis of the d-dimensional precision grid carries n1/d resolution steps, achieving uniform precision density without exponential storage cost.
  • Transparent drift tracking — a drift compartment captures the fractional remainder of every arithmetic operation, so you can monitor exactly how much precision is retained as node resolution increases.

Hardware agnosticism: compute-intensive kernels are dispatched to WebGPU as a raw parallel substrate — but precision is not a hardware property. Whether the GPU is an integrated laptop chip, a mobile device, or a high-end workstation, the zone-tessellated structure and drift compartment produce the same 0.27% relative error and the same reported uncertainty. A researcher on a phone sees the same ±1.01×10−16 K as someone on a desktop. Precision lives in the geometry, not in the silicon.

Every physical system maps its parameters to coordinates in 13-dimensional position space, decomposed into four coherence tiers: Core (7D — fundamental observables), Magnitude (9D — energy scales), Phase (11D — oscillatory structure), and Proportion (13D — ratio relationships). Recursive relational layers up to 31D evaluate cross-tier coherence. Physical outputs — βcrit, bulk modulus, gate fidelity, CMB multipole peaks — emerge from the geometry of coordinate relationships, not from iterating a numerical solver.

Yes. 300+ automated tests run against NIST, CODATA 2018, CRC Handbook, Planck 2018, ITER Physics Basis, PREM, and peer-reviewed literature across all 7 domains. Representative results:

  • Diamond bulk modulus: 443 GPa (literature: 442)
  • Dark matter density Ωdm: 0.261 (Planck 2018: 0.2607)
  • ITER βN: ~1.8 (ITER Physics Basis: ~1.8)
  • Quantum surface code threshold: ~1% (Fowler et al.: ~1%)
  • Hawking temperature (10 M, a/M=0.9): 3.732×10−14 K (HPC reference: 3.742×10−14 K, 0.27% error)

Seven domains, each with dedicated scan types and validation benchmarks: Plasma & Fusion (tokamak/stellarator stability, MHD, FRC), Materials Science (elastic moduli, band gaps, phase transitions), Cosmology (galaxy rotation, CMB, dark matter), Geophysics (seismology, gravity anomalies, tectonic stress), Fluid Dynamics (boundary layers, drag, compressible flow), Quantum Information (error correction, qubit fidelity, entanglement), and Medical/Molecular (drug screening, protein stability, nanoparticle uptake).

GeoNum is not yet peer-reviewed, but is formally citable via Zenodo — DOI: 10.5281/zenodo.18753425. Precision results are validated against published HPC reference values and are fully reproducible by any user of the platform.

Yes. Results are deterministic and reproducible. Beta users and academic licensees are required to cite GDBS in all published work, presentations, and reports. The GeoNum precision system is separately citable at DOI: 10.5281/zenodo.18753425. When citing GDBS itself, use:

"Computational analysis performed using GDBS (Geometric Database System), developed by VaultSync Solutions Inc. https://gdbs.getvaultsync.com"

All physics computations run as WebAssembly in your browser — no server round-trips, no data sent unless you choose to save it. Results are only stored on GDBS servers if you explicitly use the Save Run feature. The platform includes a GQL query engine, database browser, CSV export, and a REST API for scripted workflows. If you don't save it, we don't keep it.

Sign In

No account? Create one

GDBSWeb
Connected to GDBS
GQL / SQL
Run a query to see results

            
0 rows
Schema
Connect to a database to browse schema
Select a tile or hub to view details
1 Upload
2 Preview
3 Import

Drop CSV file here or click to browse

0 rows · 0 columns

Column Mapping

Importing...

Plasma Stability — 13D Geometric Framework

0 (13D)
Constants
Aspect Ratios
Constants
Configuration
Shapes (name,kappa,delta per line)
Configuration
Delta Values
Configs (name,A,iota0,iota_edge,well_depth per line)
Configs (name, R_s(m), x_s, E, B_ext(T), n_e(10¹&sup9;m³), T_i(keV) per line)

<β> = 1 − x_s²  |  s* = R_s/δ_i  |  Tilt stable when E > E_crit(s*)

Configuration
Stellarator/FRC
Resolution
Configuration Type
Constants
Geometry
Simulation Settings

Optimizer — Auto-Tuning

Grid search across the full parameter space to find optimal plasma configurations. Evaluates thousands of candidates and ranks them by your target metric.

PRO

Upgrade to unlock auto-tuning and advanced features.

Custom Constraints

Define your specific machine parameters, engineering limits, and operational constraints. Set bounds on field strength, current, wall loading, and divertor heat flux.

PRO

Available with Full Suite and Enterprise licenses.

Export Full Datasets

Export complete simulation datasets in CSV, JSON, and HDF5 formats. Includes full grid data, eigenmode profiles, and convergence diagnostics.

PRO

Available with Full Suite and Enterprise licenses.

Medical Module — Molecular Nanoinformatics

Drug-target binding, protein stability, nanoparticle design, drug interactions, and molecular QSAR. Powered by the same 13D geometric engine.

MODULE

Contact sales to unlock the Medical Module.

Cosmos Module — DSO Cosmological Framework

Galaxy rotation curves, CMB power spectrum, black hole jets, fundamental constants from golden ratio, and cosmic energy budget. Powered by the same 13D geometric engine.

MODULE

Contact sales to unlock the Cosmos Module.

Saved Runs

Click Refresh to load saved runs

API Documentation

REST endpoints and WASM function reference. Sections are shown based on your licensed modules.

Your API Key
Loading...

Use this key in the Authorization: Bearer <key> header.

Base URL https://gdbs.getvaultsync.com
Authentication
MethodEndpointDescription
POST/api/auth/loginLogin — returns JWT token, user profile, and license
POST/api/auth/registerRegister account — returns token and 14-day trial license
GET/api/auth/meCurrent user profile and license info
POST/api/auth/refreshRefresh JWT token
POST/api/auth/validate-licenseValidate a license key
Query Engine
MethodEndpointDescription
POST/api/query/executeExecute GDBS query (SHOW DATABASES, SELECT, STORE, DELETE, CREATE)
Database Browser
MethodEndpointDescription
GET/api/db/collectionsList all collections with record counts
GET/api/db/collections/{name}/keysList all keys in a collection
GET/api/db/collections/{name}/{key}Get a specific record by key
Saved Runs
MethodEndpointDescription
POST/api/runsSave a computation run (module, scanType, headers, rows)
GET/api/runsList saved runs (optional ?module= filter)
GET/api/runs/{id}Get full run details with results table
DELETE/api/runs/{id}Delete a saved run
Plasma & Fusion
MethodEndpointDescription
POST/api/query/circularCircular tokamak stability scan
POST/api/query/shapedShaped tokamak scan (κ, δ)
POST/api/query/negtriNegative triangularity scan
POST/api/query/stellaratorStellarator scan (W7-X, HSX, LHD)
POST/api/query/frcField-Reversed Configuration scan
POST/api/query/eigenmodeMHD eigenmode analysis
POST/api/query/optimizeOptimizer grid search (multi-parameter)
Medical / Molecular
MethodEndpointDescription
POSTWASM: run_binding_scanDrug-target binding & selectivity
POSTWASM: run_stability_scanProtein folding stability
POSTWASM: run_nanoparticle_scanNanoparticle design & uptake
POSTWASM: run_interactions_scanDrug interaction screening
POSTWASM: run_qsar_scanMolecular QSAR descriptors
Cosmology
MethodEndpointDescription
POSTWASM: run_rotation_scanGalaxy rotation curves (SPARC + RAR)
POSTWASM: run_cmb_scanCMB power spectrum analysis
POSTWASM: run_blackhole_scanBlack hole & AGN physics
POSTWASM: run_constants_scanFundamental constants (Lucas framework)
POSTWASM: run_ratios_scanMass ratios & fine structure
Materials Science
MethodEndpointDescription
POSTWASM: run_bandgap_scanBand gap & ionicity analysis
POSTWASM: run_elastic_scanElastic moduli (B, G, E, Poisson, Debye)
POSTWASM: run_phase_scanPhase diagram & Gibbs free energy
POSTWASM: run_thermal_scanThermal conductivity (κ lattice + electronic)
POSTWASM: run_defect_scanPoint defect energies & diffusion
Geophysics
MethodEndpointDescription
POSTWASM: run_seismic_scanSeismic velocity & moduli (PREM)
POSTWASM: run_stress_scanTectonic plate stress & flexure
POSTWASM: run_heatflow_scanGeothermal gradient & Moho temperature
POSTWASM: run_gravity_scanGravity anomalies & isostasy
POSTWASM: run_earthquake_scanEarthquake statistics (Gutenberg-Richter)
Fluid Dynamics
MethodEndpointDescription
POSTWASM: run_boundary_scanBoundary layer analysis
POSTWASM: run_pipeflow_scanPipe flow & friction factor
POSTWASM: run_drag_scanDrag coefficient & terminal velocity
POSTWASM: run_heattransfer_scanConvective heat transfer (Nusselt)
POSTWASM: run_compressible_scanCompressible flow & shock relations
Quantum Information
MethodEndpointDescription
POSTWASM: run_fidelity_scanQubit gate fidelity analysis
POSTWASM: run_errorcorrection_scanQuantum error correction (surface code)
POSTWASM: run_entanglement_scanEntanglement metrics (CHSH, concurrence)
POSTWASM: run_decoherence_scanDecoherence times & thermal population
POSTWASM: run_circuit_scanCircuit depth & quantum volume
HPC Lab
MethodEndpointDescription
POSTJS: runTransport(params)1D radial plasma transport evolution
POSTJS: runPhaseDiagram(params)Binary phase diagram (regular solution model)
POSTJS: runFem(params)2D FEM Laplace/Poisson solver (SOR)
POSTJS: runMD(params)Lennard-Jones molecular dynamics (Velocity Verlet)
POSTJS: BatchRunnerParametric sweep & batch processing engine
Payments
MethodEndpointDescription
POST/api/stripe/create-checkoutCreate multi-module Stripe checkout session
POST/api/stripe/webhookStripe payment webhook (server-to-server)
GET/api/stripe/configGet Stripe publishable key
Admin (admin role required)
MethodEndpointDescription
GET/api/admin/usersList all users with license info
GET/api/admin/users/{id}Get single user detail
PUT/api/admin/users/{id}/roleChange user role (admin/user)
POST/api/admin/users/{id}/modulesGrant module to user
DELETE/api/admin/users/{id}/modules/{m}Revoke module from user
PUT/api/admin/users/{id}/tierChange license tier
DELETE/api/admin/users/{id}Delete user and license
POST/api/admin/users/{id}/email-licenseEmail license key to user
Python Example
import requests

API = "https://gdbs.getvaultsync.com"
KEY = "YOUR_API_KEY"
HDR = {"Authorization": f"Bearer {KEY}", "Content-Type": "application/json"}

# --- Plasma: optimizer grid search ---
resp = requests.post(f"{API}/api/query/optimize", json={
    "config_type": "shaped",
    "target": "balanced",
    "grid_resolution": 20,
    "top_n": 10,
    "aspect_ratio_range": [2.0, 6.0],
    "kappa_range": [1.0, 2.5],
    "delta_range": [-0.5, 0.7],
    "constants": {"b0": 5, "q0": 1, "qa": 3.5}
}, headers=HDR)
for r in resp.json()["top_results"]:
    print(f"A={r['aspect_ratio']:.2f} beta_N={r['beta_n']:.3f}")

# --- Query engine ---
resp = requests.post(f"{API}/api/query/execute",
    json={"query": "SHOW DATABASES"}, headers=HDR)
print(resp.json()["data"]["rows"])

# --- Save a run ---
resp = requests.post(f"{API}/api/runs", json={
    "module": "plasma", "scanType": "circular",
    "label": "My run", "headers": ["Name","Beta"],
    "rows": [["ITER","1.8"]]
}, headers=HDR)
print(f"Saved: {resp.json()['data']['id']}")

# --- List saved runs ---
resp = requests.get(f"{API}/api/runs?module=plasma", headers=HDR)
for run in resp.json()["data"]:
    print(f"{run['id']}: {run['scanType']} ({run['rowCount']} rows)")
cURL Examples
# Login
curl -X POST https://gdbs.getvaultsync.com/api/auth/login \
  -H "Content-Type: application/json" \
  -d '{"email":"user@example.com","password":"pass"}'

# Query engine
curl -X POST https://gdbs.getvaultsync.com/api/query/execute \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"SELECT FROM runs"}'

# Plasma optimizer
curl -X POST https://gdbs.getvaultsync.com/api/query/optimize \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"config_type":"shaped","target":"balanced","grid_resolution":15}'

User Management

Email Name Role Tier Modules Created
Click refresh to load users

GQL Reference

Complete query language guide for the Geometric Database System. Search by command, keyword, or topic.

Quick Start

Tip: Open the Query tab, type any GQL command, and press Ctrl+Enter or click Run. Results appear instantly in the table, JSON, or messages pane. Use the Browser tab for point-and-click navigation of all stored data.
Your First Query
List all databases (collections) in the system:
SHOW DATABASES
Returns: Database | Records for each collection
Inspect a Database
See all records (keys) stored inside a specific database:
SHOW TABLES IN runs
Returns: Key | Type for each record in the "runs" collection
Read a Record
Retrieve a specific record by key name:
SELECT FROM runs WHERE table='my_scan_001'
Returns: the full JSON record as a tabular result

Core Commands

SHOW DATABASES READ
Lists all collections (databases) in the GDBS instance along with record counts. Alias: SHOW TILES.
SHOW DATABASES SHOW TILES
-- List everything in the system SHOW DATABASES
Database | Records runs | 42 payments | 3
Note: System collections (users, licenses) are hidden from non-admin users for security.
SHOW TABLES IN READ
Lists all keys (records) inside a specific database/collection. Think of each key as a row identifier.
SHOW TABLES IN <database_name>
-- See all saved runs SHOW TABLES IN runs
Key | Type plasma_circular_001 | Object materials_elastic_002 | Object
SELECT FROM READ
Retrieves records from a database. Use WHERE table='key' for a specific record, or omit it to return all records (max 1000).
SELECT FROM <database> SELECT FROM <database> WHERE table='<key>'
-- Get a specific saved run SELECT FROM runs WHERE table='plasma_circular_001' -- Get all records in a collection (up to 1000) SELECT FROM runs
STORE INTO WRITE
Writes a JSON value into a database under a specific key (hub name). Creates the database if it doesn't exist.
STORE '<json_string>' INTO <database> HUBNAME='<key>'
-- Store a custom result STORE '{"material":"Diamond","B_GPa":443,"source":"GDBS"}' INTO my_results HUBNAME='diamond_elastic' -- Store configuration data STORE '{"b0":5.0,"q0":1.0,"qa":3.5}' INTO configs HUBNAME='iter_baseline'
DELETE FROM DELETE
Removes a specific key from a database collection.
DELETE <key> FROM <database>
-- Remove an old result DELETE diamond_elastic FROM my_results
CREATE DATABASE WRITE
Creates a new empty database (collection). You can also create databases implicitly by STORE-ing into a name that doesn't exist yet.
CREATE DATABASE <name>
-- Create a collection for your project CREATE DATABASE fusion_optimization_2026

Working With Physics Results

Workflow: Run a physics scan (e.g., Plasma → Circular), click Save, then query or browse the result from the data platform.
Saving & Retrieving Scan Results
When you click "Save" on any physics scan, it stores the result in the runs collection. Each run has a module, scanType, headers, and rows.
-- View all saved runs SELECT FROM runs -- View the keys in runs to find a specific one SHOW TABLES IN runs -- Get the details of a specific run SELECT FROM runs WHERE table='<run_id>'
Storing Custom Physics Data
You can store arbitrary JSON — comparison datasets, external measurements, configuration presets — alongside your GDBS results.
-- Store experimental reference data STORE '{"material":"Si","B_exp_GPa":98,"source":"NIST"}' INTO reference_data HUBNAME='silicon_bulk' -- Store a parameter preset for plasma scans STORE '{"b0":5.3,"q0":1.0,"qa":4.0,"aspect_ratio":3.1,"label":"ITER Q=10"}' INTO presets HUBNAME='iter_q10' -- Store a CMB observation for comparison STORE '{"l_peak":220,"amplitude":5775,"dataset":"Planck2018"}' INTO observations HUBNAME='cmb_first_peak'
Building a Results Database
Organize your physics work into purpose-built collections for easy cross-referencing and comparison.
-- Create project databases CREATE DATABASE tokamak_optimization CREATE DATABASE material_screening CREATE DATABASE quantum_benchmarks -- Store results into each STORE '{"A":3.1,"kappa":1.8,"delta":0.5,"beta_n":3.2}' INTO tokamak_optimization HUBNAME='diii_d_baseline' STORE '{"A":2.5,"kappa":2.0,"delta":0.3,"beta_n":2.8}' INTO tokamak_optimization HUBNAME='compact_design_1' -- Later, retrieve and compare SELECT FROM tokamak_optimization

Domain-Specific Examples

Plasma & Fusion
Store and retrieve tokamak stability results, stellarator configs, and FRC parameters.
-- After running a circular scan and saving it SHOW TABLES IN runs SELECT FROM runs WHERE table='<circular_run_id>' -- Store a reference equilibrium STORE '{"config":"ITER","A":3.1,"B0":5.3,"beta_n":1.8,"q95":3.0}' INTO plasma_reference HUBNAME='iter_baseline' -- Store optimizer result STORE '{"A":2.8,"kappa":1.9,"delta":0.45,"beta_n":3.4,"rank":1}' INTO plasma_reference HUBNAME='optimal_shaped_1'
Materials Science
Build material property databases with elastic moduli, phase boundaries, and defect energies.
-- Build a materials database STORE '{"name":"Diamond","B":443,"G":535,"E":1141,"nu":0.07}' INTO materials_db HUBNAME='diamond' STORE '{"name":"Iron","B":170,"G":82,"E":211,"nu":0.29}' INTO materials_db HUBNAME='iron' STORE '{"name":"Aluminum","B":77,"G":26,"E":70,"nu":0.35}' INTO materials_db HUBNAME='aluminum' -- Retrieve all materials SELECT FROM materials_db
Cosmology
Store rotation curve fits, CMB peak data, and cluster observations.
-- Store galaxy observations STORE '{"galaxy":"MW","v_flat":220,"r_max":20,"M_halo":1.0e12}' INTO galaxy_data HUBNAME='milky_way' STORE '{"galaxy":"M31","v_flat":250,"r_max":30,"M_halo":1.5e12}' INTO galaxy_data HUBNAME='andromeda' -- Store CMB comparison STORE '{"omega_dm":0.261,"l_1":220,"rs_Mpc":147}' INTO cmb_results HUBNAME='gdbs_planck_comparison'
Geophysics
-- Store seismic profile data STORE '{"depth_km":35,"vp":8.1,"vs":4.5,"label":"Moho"}' INTO seismic_profiles HUBNAME='continental_moho' -- Store earthquake catalog entry STORE '{"region":"San Andreas","b_value":1.0,"M_max":8.0}' INTO earthquake_catalog HUBNAME='san_andreas'
Fluid Dynamics
-- Store pipe flow analysis STORE '{"Re":50000,"f":0.021,"dP_Pa":4500,"regime":"turbulent"}' INTO pipe_studies HUBNAME='industrial_pipe_1' -- Store drag coefficient comparison STORE '{"shape":"sphere","Re":1e5,"Cd":0.44,"source":"experiment"}' INTO drag_db HUBNAME='sphere_subcritical'
Quantum Information
-- Store qubit benchmark data STORE '{"device":"IBM_Eagle","qubits":127,"T1_us":120,"T2_us":80,"gate_error":0.001}' INTO quantum_benchmarks HUBNAME='ibm_eagle' STORE '{"device":"IonQ_Forte","qubits":32,"T1_ms":10,"gate_error":0.0003}' INTO quantum_benchmarks HUBNAME='ionq_forte' -- Compare all devices SELECT FROM quantum_benchmarks
Medical / Molecular
-- Store drug screening results STORE '{"drug":"Aspirin","MW":180,"LogP":1.2,"violations":0,"bioavail":0.95}' INTO drug_screening HUBNAME='aspirin' STORE '{"drug":"Imatinib","MW":493,"LogP":2.5,"violations":0,"bioavail":0.88}' INTO drug_screening HUBNAME='imatinib' -- Retrieve all screenings SELECT FROM drug_screening

REST API Integration

Automate everything. Every GQL command can be executed programmatically via POST /api/query/execute with your JWT token.
Python
import requests API = "https://gdbs.getvaultsync.com" HDR = {"Authorization": "Bearer YOUR_TOKEN", "Content-Type": "application/json"} # Execute any GQL command r = requests.post(f"{API}/api/query/execute", json={"query": "SHOW DATABASES"}, headers=HDR) for row in r.json()["data"]["rows"]: print(f"{row[0]}: {row[1]} records") # Store data requests.post(f"{API}/api/query/execute", json={ "query": "STORE '{\"B\":443}' INTO results HUBNAME='diamond'" }, headers=HDR) # Retrieve data r = requests.post(f"{API}/api/query/execute", json={ "query": "SELECT FROM results WHERE table='diamond'" }, headers=HDR) print(r.json()["data"]["rows"])
cURL
# List all databases curl -X POST https://gdbs.getvaultsync.com/api/query/execute \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"query":"SHOW DATABASES"}' # Store a result curl -X POST https://gdbs.getvaultsync.com/api/query/execute \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"query":"STORE \u0027{\"x\":1}\u0027 INTO test HUBNAME=\u0027key1\u0027"}'
JavaScript (fetch)
const API = 'https://gdbs.getvaultsync.com'; const token = localStorage.getItem('gdbs_token'); const res = await fetch(`${API}/api/query/execute`, { method: 'POST', headers: { 'Authorization': `Bearer ${token}`, 'Content-Type': 'application/json' }, body: JSON.stringify({ query: 'SHOW DATABASES' }) }); const data = await res.json(); console.table(data.data.rows);

Concepts & Terminology

Database (Tile)
A named collection of key-value records. Equivalent to a table in SQL or a collection in MongoDB. Examples: runs, payments, materials_db. In GDBS terminology, also called a Tile.
Key (Hub)
A unique identifier for a record within a database. Equivalent to a primary key in SQL. In GDBS terminology, called a Hub. Specified via HUBNAME='key_name' when storing.
Record
A JSON value stored under a key. Can be any valid JSON: objects, arrays, numbers, strings. Records are stored as-is with no schema enforcement — you define the structure.
Collection
Synonym for Database/Tile. Used interchangeably in the API and Browser views.
GQL (Geometric Query Language)
The SQL-like query language native to GDBS. Supports SHOW, SELECT, STORE, DELETE, and CREATE operations. Designed for fast, simple data operations with physics workflows in mind. Executes via the Query tab in the UI or POST /api/query/execute via REST.
Tiered Coherence
The 13D geometric metric that measures how self-consistent a set of physical parameters are. Decomposed into Core (7D), Magnitude (9D), Phase (11D), and Proportion (13D) tiers, plus recursive relational layers. High coherence = physics is well-determined. Appears in every physics scan result as a gradient bar.
Precision Level
Controls the depth of relational coherence evaluation. Level 0 = 13D (base tiers only). Level 1 = 19D. Level 2 = 25D. Level 3 = 31D (maximum). Higher precision adds more cross-tier relational layers at the cost of slightly more computation time. Available via the precision slider in Plasma and Quantum modules.
Scan Type
A specific computation mode within a physics module. Each module has 4–8 scan types. Examples: Plasma has circular, shaped, negtri, stellarator, frc, eigenmode, optimizer, simulation. Materials has bandgap, elastic, phase, thermal, defect.

Tips & Best Practices

Keyboard Shortcuts
Ctrl+Enter or F5 runs the query. Tab inserts two spaces (code-friendly indentation). Use the Messages tab to see execution details and errors.
Naming Conventions
Use descriptive, lowercase names with underscores for databases and keys. Examples: tokamak_optimization, iter_baseline_v2, materials_screening_2026. This makes it easy to find things later via SHOW TABLES.
JSON Escaping
When using STORE, wrap your JSON in single quotes. If your JSON contains single quotes, escape them or use the REST API instead. Numbers, booleans, arrays, and nested objects all work.
-- Good: single-quoted JSON string STORE '{"name":"Diamond","B":443,"phases":["alpha","gamma"]}' INTO materials HUBNAME='diamond' -- Good: nested objects STORE '{"config":{"b0":5.0,"q0":1.0},"results":{"beta_n":1.8}}' INTO plasma HUBNAME='iter'
Export & Backup
Use SELECT FROM <db> to dump all records, then click Export CSV in the results status bar. For programmatic backup, use the REST API to iterate over databases and keys.
Access Control
System collections (users, licenses, users_by_id, licenses_by_user) are admin-only. Querying them as a regular user returns a 403 error. All user-created collections are accessible by the authenticated user.
Max Results
SELECT without a WHERE clause returns up to 1000 records. For larger datasets, query specific keys or filter programmatically via the REST API.

Command Reference (Cheat Sheet)

CommandSyntaxReturnsAccess
SHOW DATABASESSHOW DATABASESAll collections + countsAll users
SHOW TILESSHOW TILESAlias for SHOW DATABASESAll users
SHOW TABLES INSHOW TABLES IN <db>All keys in collectionAll users*
SELECT (all)SELECT FROM <db>Up to 1000 recordsAll users*
SELECT (key)SELECT FROM <db> WHERE table='<key>'Single recordAll users*
STORESTORE '<json>' INTO <db> HUBNAME='<key>'ConfirmationAll users
DELETEDELETE <key> FROM <db>ConfirmationAll users*
CREATE DATABASECREATE DATABASE <name>ConfirmationAll users

* System collections (users, licenses) require admin role.

GDBSWeb

v1.0 — Geometric Database System — Browser-Based Physics Computing

GDBS does not claim to replace fundamental theory or derive new laws of physics.
It provides an alternative computational representation of established physics that dramatically reduces evaluation cost.

The Problem: Physics Computing Is Locked Behind HPC

Computational physics — fusion reactor design, materials discovery, cosmological modeling, quantum device engineering — has historically required High Performance Computing (HPC) clusters. Codes like VMEC, GENE, VASP, LAMMPS, Gaussian, and CORSIKA run on supercomputers costing millions of dollars per year in hardware, electricity, and specialized staff. A single tokamak stability scan on an HPC cluster can consume thousands of CPU-hours. A materials screening campaign can take weeks. Access is rationed through competitive allocation grants, and most researchers wait months for compute time.

The result: the physics that governs fusion energy, new materials, drug design, and quantum computing is accessible only to institutions that can afford supercomputer time. Everyone else is locked out.

What GDBS Does Differently

GDBS replaces brute-force numerical integration with geometric computation. Instead of discretizing a plasma equilibrium onto a million-cell mesh and iterating to convergence over hours, GDBS maps the physical system into a 13-dimensional position space where every observable (pressure, magnetic field, safety factor, density, bond energy, wave velocity) becomes an exact coordinate. The physics emerges from the geometry of the coordinate relationships, not from iterating a PDE solver to convergence.

This is not an approximation, a surrogate model, or machine learning. It is analytic geometry evaluated exactly on every call. The same inputs always produce the same outputs — no stochastic noise, no training data, no convergence failures. And because analytic evaluation is O(N) instead of O(N³) or worse, what takes an HPC cluster hours takes GDBS milliseconds in your browser.

HPC vs. GDBS — Side by Side

Traditional HPC

MHD Stability (Tokamak)

VMEC + DCON + COBRAVMEC on 512 cores. Mesh: 200 flux surfaces, 32 poloidal, 32 toroidal modes. Wall time: 2–8 hours per equilibrium. Queue wait: days to weeks.

GDBS

MHD Stability (Tokamak)

δW energy integral with 256 radial points, safety factor q(s), trial function ξ(s), 13D coherence. Runs in your browser via WebAssembly. Wall time: <100 ms. No queue, no cluster.

Traditional HPC

Materials Elastic Properties

VASP (DFT) on 128+ cores. Plane-wave basis, PAW pseudopotentials, ionic relaxation. Wall time: 4–48 hours per material. Requires licensed software ($15K+/yr).

GDBS

Materials Elastic Properties

Born model with structure-dependent Vatom, coordination-calibrated α, Pugh ratio G/B, Debye temperature from acoustic velocities. Diamond: 443 GPa (lit: 442). Instant results, no cluster.

Traditional HPC

Galaxy Rotation Curves

N-body simulation (GADGET, AREPO). 106–109 particles, gravitational softening, adaptive timesteps. Wall time: hours to days on 1000+ cores.

GDBS

Galaxy Rotation Curves

NFW dark matter halo profile with baryon mass, scale radius, and geometric calibration against Milky Way, M31, M33, NGC 3198, NGC 2403. Ωdm = 0.261 (Planck: 0.2607). Milliseconds.

Traditional HPC

Quantum Error Correction

Stim / PyMatching stabilizer simulation. Monte Carlo sampling over 105–107 shots per code distance. Wall time: minutes to hours per data point.

GDBS

Quantum Error Correction

Surface code threshold pL ≈ (p/pth)(d+1)/2 with physical noise model (T1, T2, gate error, crosstalk). Benchmarks IBM Eagle, Google Sycamore, IonQ, Rigetti. Instant sweep across code distances.

How It Works: The 13D Geometric Framework

Step 1 — Position Mapping. Every physical parameter in a system (e.g., βN, q, κ, δ, B0 for a tokamak; or B, G, E, ν, ΘD for a material) is mapped to a coordinate in a 13-dimensional space. The mapping is determined by the physics of the domain — not by training data.

Step 2 — Tiered Coherence. The 13D position is decomposed into four geometric tiers: Core (7D — fundamental observables), Magnitude (9D — energy scales), Phase (11D — oscillatory structure), and Proportion (13D — ratio relationships). Each tier measures how self-consistent the physics is at that level of description.

Step 3 — Relational Layers. Recursive relational coherence layers (up to 31D at maximum precision) evaluate cross-correlations between tiers. This is where GDBS detects whether a system is near a stability boundary, a phase transition, or a resonance condition.

Step 4 — Physical Output. The coherence metrics are combined with the domain-specific physics (energy integrals, constitutive relations, conservation laws) to produce quantitative results: βcrit, bulk modulus in GPa, gate fidelity in percent, CMB multipole peaks, seismic velocities, etc.

This process is deterministic, reproducible, and exact. No iteration, no convergence criteria, no stochastic sampling. The same inputs always produce the same outputs on every machine.

What Makes This Revolutionary

7Physics Domains
35+Scan Types
300+Validation Tests
<100msPer Computation
$0Cluster Cost
No HPC Required

All 6,300+ lines of physics computation run as WebAssembly in your browser. No supercomputer, no cloud GPU, no job scheduler. Results in milliseconds, not hours.

Deterministic & Reproducible

Not AI, not ML, not a surrogate model. Pure analytic geometry. No training data, no loss function, no gradient descent. Same inputs = same outputs, always.

Validated Against Literature

300+ automated tests against NIST, CRC Handbook, CODATA, Planck 2018, ITER Physics Basis, PREM, and dozens of peer-reviewed papers. Typical agreement: <5% of published values.

Multi-Physics in One Platform

Plasma fusion, materials science, cosmology, geophysics, fluid dynamics, quantum information, and molecular/medical physics — all from the same geometric engine.

Democratized Access

A grad student with a laptop gets the same physics as a national lab with a $50M cluster. No allocation grants. No queue. No specialized sysadmins.

Integrated Data Platform

Query engine, database browser, saved runs, CSV import/export, and REST API. Store results, compare across runs, and automate workflows via the API.

Physics Validation — Representative Results

Every module is validated against published experimental data and standard reference values. Representative comparisons from each of the 7 physics domains:

Materials Science

QuantityMaterialGDBSLiteratureSource
Bulk ModulusDiamond443 GPa442 GPaCRC Handbook
Bulk ModulusTungsten305 GPa310 GPaNIST
Bulk ModulusIron170 GPa170 GPaNIST
Bulk ModulusCopper134 GPa140 GPaCRC Handbook
Bulk ModulusAluminum77 GPa76 GPaCRC Handbook
Phase TransitionIron α→γ1185 K1185 KPhase diagram data

Plasma & Fusion

QuantityConfigurationGDBSLiteratureSource
βN LimitCircular tokamak2.5–3.52.5–3.5Troyon et al. (1984)
ITER βNA=3.1, B0=5.3T~1.8~1.8ITER Physics Basis
W7-X βStellarator A≈5.54–5%4–5%Grieger et al. (1992)
FRC <β>C-2W config1 − xs²Equilibrium identityTuszewski (1988)

Cosmology

QuantityGDBSLiteratureSource
Ωdm0.2610.2607 ± 0.0025Planck 2018
CMB 1st Peak~220220.0 ± 0.5Planck 2018
Sound Horizon~147 Mpc147.09 ± 0.26 MpcPlanck 2018
Proton/Electron mass18361836.153CODATA

Geophysics

QuantityGDBSLiteratureSource
Moho Vp8.1 km/s8.1 km/sPREM
Himalayas Bouguer< −100 mGal< −100 mGalGravity surveys
Gutenberg-Richter b1.000~1.0Global seismicity

Fluid Dynamics

QuantityRegimeGDBSLiteratureSource
Blasius δLaminar flat plate< 1% error5L/√ReBlasius (1908)
Sphere CDSubcritical turbulent~0.440.44Experimental data
Normal Shock M2M1=2.00.57740.5774Gas dynamics tables

Quantum Information

QuantityGDBSLiteratureSource
Trapped Ion Fidelity99.97%99.97%Ion trap benchmarks
Surface Code pth~1%~1%Fowler et al. (2012)
CHSH Bell Parameter2.0 < S ≤ 2√22.0 < S ≤ 2.828Bell (1964)

Medical / Molecular

QuantityGDBSLiteratureSource
Lipinski ViolationsAspirin: 0, Paclitaxel: ≥2Aspirin: 0, Paclitaxel: ≥2Lipinski criteria
Nanoparticle UptakePeak at 25–50 nmPeak at 25–50 nmPublished size curves
Protein Tmf ≈ 0.5 at TmThermodynamic identityProtein stability

300+ automated tests pass across all 7 physics domains. Sources include: NIST, CRC Handbook, CODATA 2018, Planck 2018, PREM, ITER Physics Basis, Troyon et al., McGaugh et al., Kanamori, Fowler et al., Blasius, Stokes, Lipinski, Bell, Wootters, and more.

HPC-Grade Numerical Precision

Many physics calculations span dozens of orders of magnitude — quantum constants near 10−34, cosmological scales beyond 1030 — where standard IEEE 754 floating-point arithmetic accumulates catastrophic precision loss. Traditional solutions require expensive HPC clusters with extended-precision libraries. GDBS implements a proprietary geometric number system that provides HPC-grade precision directly in the browser, validated against cluster-computed reference values.

This system tracks uncertainty transparently through multi-scale calculation chains, enabling precision comparisons previously available only on supercomputers. The approach is domain-polymorphic: the same core architecture adapts to each physics domain's characteristic scales — electron-volt precision for quantum systems, kilometer-scale accuracy for geophysics, frequency-aligned precision for plasma oscillations.

IEEE 754 Double Precision

Hawking Radiation (Kerr Black Hole)

Multi-scale multiply chain: ℏ (10−34) × κ (10−5) × c (108) spanning 60 orders of magnitude. IEEE 754 accumulates ~15% relative error due to repeated exponent adjustments.

GDBS Precision System

Hawking Radiation (Kerr Black Hole)

Same calculation: 0.27% relative error, drift tracking below threshold. Uncertainty quantified at every step. Validated against published HPC cluster results.

Validated Performance — Theory Module (Black Hole Thermodynamics)

MetricResultSignificance
Relative Error0.27%vs. IEEE 754: ~15% on same calculation
Precision Tiers2048 → 1024 → 512 → 256Tunable speed/accuracy tradeoff
Scale Range10−35 to 103065 orders of magnitude (Planck to cosmic)
Drift Accumulation0.345Well below 1.0 threshold across multiply chains
Uncertainty TrackingTransparent, quantifiedgetUncertainty() API at every calculation step
Domains Supported7 physics domainsTheory, Quantum, Fluids, Plasma, Materials, Geophysics, Ballistics

Example Outputs — Hawking Temperature (M = 10 M, a/M = 0.9)

MethodTHawking (K)UncertaintyRelative Error
IEEE 754 (Standard)3.198e-14Unknown (hidden)~15%
HPC Reference (Kerr)3.742e-14High precisionBaseline
GDBS Precision3.732e-14± 1.01e-160.27%

Calculation: T = ℏκc / (2πkB) where κ = surface gravity of rotating (Kerr) black hole. Spans quantum scales (ℏ ≈ 10−34) to thermodynamic scales (kB ≈ 10−23).

Domain-Specific Precision Calibration

Each physics domain uses optimized precision grids tailored to its characteristic scales:

  • Theory: Logarithmic zones spanning quantum to cosmological scales (10−35 to 1030)
  • Quantum: eV-scale linear zones for atomic/molecular energy eigenvalues (−100 to +100 eV)
  • Fluids: Uniform spatial grids for CFD calculations (micron to kilometer scales)
  • Plasma: Frequency-aligned zones preserving oscillatory phase coherence (kHz to THz)
  • Materials: Lattice-symmetric zones at Angstrom scale (0.1 to 10 Å)
  • Geophysics: Spherical harmonic zones for Earth-scale multipole expansions (1 to 10,000 km)
  • Ballistics: Velocity-scaled zones across subsonic to hypersonic regimes (0.1 m/s to 10 km/s)

Competitive Positioning: This is not competing with Petaflop clusters (hardware). It's competing with cluster access (precision + convenience). A researcher gets HPC-grade precision instantly, no queue, no allocation grant, no specialized infrastructure — at $175,000/year vs. millions for cluster time.

Implementation details are proprietary. The precision architecture, zone configurations, and drift tracking algorithms are patent-pending trade secrets.

Architecture

LayerTechnologyWhat It Does
Physics EngineRust → WebAssembly6,300+ LOC across 59 modules. Compiles to WASM — runs at near-native speed in the browser. No server round-trips for computation.
API & Auth.NET 8 / C#REST API with JWT authentication, role-based access, license management, Stripe payments. Handles persistence and admin operations.
FrontendVanilla JS + Chart.jsZero-framework UI with ES modules. Interactive forms, real-time chart rendering, result tables. No build step, no bundler.
Data LayerGDBS LocalStore + GQLJSON collections with SQL-like query language. Store, retrieve, filter, and export physics results. See the GQL Reference for the full syntax.

What GDBS Can Do Today

Fusion Reactor Design

Scan tokamak, stellarator, and FRC configurations. Optimize aspect ratio, elongation, triangularity. Find βcrit stability limits. Compare ITER, DIII-D, W7-X, C-2W parameters.

Materials Discovery

Predict elastic moduli, band gaps, phase transitions, thermal properties, and defect energies from bond-level inputs. Screen materials without DFT cluster time.

Cosmological Analysis

Fit galaxy rotation curves with dark matter halos. Compute CMB power spectra. Model black hole accretion. Predict fundamental constant ratios.

Geophysics & Seismology

Model seismic velocity structure, tectonic stress, geothermal gradients, gravity anomalies, and earthquake statistics. Validated against PREM and USGS data.

Fluid Dynamics & Aerodynamics

Compute boundary layers, pipe flow friction, drag coefficients, heat transfer, and compressible flow shocks. From Stokes to Mach 5.

Quantum Computing

Benchmark qubit fidelity, error correction thresholds, entanglement metrics, and decoherence for IBM, Google, IonQ, and Rigetti hardware.

Drug Discovery & Molecular

Screen drug binding, protein stability, nanoparticle uptake, drug interactions, and QSAR descriptors. Lipinski analysis, Debye-Hückel electrostatics.

Data Platform & API

Save runs, query the database via GQL, browse collections, import CSVs, export results, and automate everything through the REST API with Python, curl, or any HTTP client.

Citation & References

If you use GDBS in published research, please cite:

GDBS — A Vaultsync Solutions Inc. Patent Pending Product — 63/970,430

© 2024–2026 Vaultsync Solutions Inc. All rights reserved.

Licensing Terms & Conditions

GDBS licenses grant a non-exclusive, non-transferable right to use the GDBS platform and selected modules for the duration of the license term. The following license types are available:

License TypeAccessDurationNotes
TrialAll modules14 daysFull access for evaluation
StandardPer-module1 yearSelect individual modules
ProAll modules1 yearUnlimited access to all modules
BetaAll modules1 yearCitation required; annual re-enrollment

Prohibited Activities: Redistribution, reverse engineering, decompilation, sublicensing, or any attempt to derive source code from GDBS binaries or WASM modules is strictly prohibited.

Patent Pending — U.S. Provisional Patent Application No. 63/970,430

Pricing

ModuleAnnual Price
Premium Modules
Plasma & Fusion$50,000/yr
Medical$50,000/yr
Cosmology$50,000/yr
Theoretical Foundations (FREE)$50,000/yr FREE
HPC Lab$100,000/yr
Standard Modules
Materials Science$25,000/yr
Geophysics$25,000/yr
Fluid Dynamics$25,000/yr
Quantum Information$25,000/yr
Enterprise Tiers
Pro (All Modules)Contact Sales
Pro + HPC Lab$175,000/yr
Pro (All Modules) + Source CodeContact Sales
Beta ProgramFree (citation required)
Academic Pricing (60% discount, citation required)
Premium Modules (Academic)$50,000 → $20,000/yr
Standard Modules (Academic)$25,000 → $10,000/yr
Pro + HPC Lab + Source (Academic)$175,000 → $70,000/yr
Student Pricing (90% discount, 1 module, recommendation required)
Any Premium Module (Student)$50,000 → $5,000/yr
Any Standard Module (Student)$25,000 → $2,500/yr

HPC Lab: HPC Lab is a premium extension providing browser-based high-performance physics engines including Molecular Dynamics, Monte Carlo, Particle-in-Cell, and more. Available as a standalone module or included in Pro tiers.

Pro + HPC Lab + Source Code: Full access to all modules plus HPC Lab extension and complete source code repository. Includes build tools, internal documentation, and direct engineering support. Source code download requires execution of a Non-Disclosure Agreement (NDA). Source code is provided under a proprietary license; redistribution is prohibited.

Pricing Terms

  • Annual Access Only: GDBS licenses are billed annually. There is no monthly payment option.
  • Pricing Adjustments: VaultSync Solutions Inc. reserves the right to adjust pricing at any time.
  • Subscription Guarantee: Your subscription fee and expiry date will be honored through the end of your current term, unless your license is terminated due to misuse, fraud, or violation of the terms of service.
  • NDA Required: Access to source code (Pro + HPC Lab + Source Code tier) requires a signed Non-Disclosure Agreement.

Contact sales@getvaultsync.com for enterprise or volume pricing.

Beta Program & Citation Requirements

Beta users receive full access to all GDBS modules at no cost for one year. In exchange, beta users must cite GDBS in all published work, presentations, and reports that utilize GDBS outputs:

Computational analysis performed using GDBS (Geometric Database Solution), developed by VaultSync Solutions Inc. https://gdbs.getvaultsync.com

Annual Re-enrollment: Beta access must be re-requested each year. Enrollment is not automatic and is subject to review.

Revocation: VaultSync Solutions Inc. reserves the right to revoke beta access at any time, with or without notice.

Academic & Student Pricing Eligibility

Academic pricing is available to verified academic personnel. Like beta users, academic and student licensees must cite GDBS in all published work.

Academic Pricing (60% off)

  • Faculty / Professors: Valid faculty ID, teaching certification, or official appointment letter.
  • Researchers / Postdocs: Institutional ID and research appointment documentation.
  • Research Staff: Institutional ID and employment verification.
  • Academic Email Required: Must use an email from an accredited institution (.edu, .ac.uk, etc.).

Student Pricing (90% off — 1 module only)

  • Graduate Students: Current student ID + proof of enrollment (transcript or enrollment letter).
  • Undergraduate Students: Current student ID + proof of enrollment.
  • Recommendation Required: A recommendation letter from a professor, faculty advisor, or academic supervisor is required.
  • Single Module: Student pricing applies to one module only. Additional modules require standard academic or retail pricing.
  • Academic Email Required: Must use your institution's email address.

Verification: All credentials are subject to verification at VaultSync's discretion. Fraudulent applications will result in immediate license revocation without refund.

Request Beta or Academic Access

Submit the form below to request beta access or academic pricing. Our team will review your request and respond via email.

Data Retention Policy

If you don't save it, we don't keep it. GDBS computations run entirely in your browser. Results are only stored on our servers if you explicitly save them using the Save Run feature.

License Expiration / Revocation / Disablement: When a license expires, is revoked, or is disabled, all associated data — saved runs, history, and simulation results — is permanently deleted and cannot be recovered.

All user-generated data stays with the user. You can export your data at any time via CSV download or the REST API.

GDBS does not perform analytics tracking of computation inputs or outputs.

Support

GDBS provides direct email support only. There is no phone, chat, or ticket system.

For account issues, access problems, licensing questions, or sales inquiries, contact:

sales@getvaultsync.com

Alternatively, submit a beta request using the form above and our team will reach out.