Evidence before adoption.
Atomency is a browser-only chemistry platform for molecular modeling, simulations, assignment links, student evidence portfolios, and teacher review without a required backend or login.
Privacy and Data
Atomency is designed so chemistry work can happen in the browser. Students can save drafts locally and export files when a teacher wants evidence.
No Required Login
Students can open the lab and work without a personal account or roster sync.
Local Drafts
Notebook entries and replay drafts use browser storage on the device until exported or cleared.
Portable Evidence
Students can export HTML, TXT, and Atomency JSON portfolio files for teacher review.
No-backend Architecture
The production build remains static-site friendly. Optional integrations must be configured by the school and are not required for core use.
How It Runs
- HTML, CSS, and vanilla JavaScript modules ship as static files.
- Molecular builder, challenges, coach prompts, and portfolio export run client-side.
- Assignment links can encode task state in the URL or exported JSON.
Network Needs
Allow the Atomency domain, font CDN if used by the site skin, and any analytics domain the school approves.
Accessibility and Performance Targets
The adoption target is steady classroom use on Chromebooks, laptops, tablets, and projected teacher screens.
Interaction
Keyboard-reachable primary controls, labeled buttons, and visible focus states on core pages.
Motion
Electron animations use lightweight CSS transforms. Heavy pages load after the molecular lab is ready.
Builder Target
Dragging a five-atom molecule should keep live bonds visible and avoid full atom-layer rebuilds during ordinary movement.
Standards Alignment
Atomency supports middle school, high school, AP Chemistry, and IB Chemistry review through modeling and evidence artifacts.
NGSS
Matter, bonding, structure-property relationships, chemical reactions, equilibrium, and evidence-based explanations.
AP Chemistry
Atomic structure, bonding, thermochemistry, kinetics, equilibrium, acids and bases, and stoichiometry practice.
IB Chemistry
Quantitative chemistry, bonding, energetics, kinetics, equilibrium, acids and bases, and molecular structure.
Student Artifact Format
One portable format can hold a model, evidence note, portfolio, or replay.
{
"version": "1.0.0",
"type": "portfolio",
"createdAt": "2026-05-15T00:00:00.000Z",
"module": "simulator",
"atoms": [],
"bonds": [],
"environment": { "temperature": 298, "pressure": 1 },
"notes": [],
"data": {},
"standards": [],
"replayEvents": []
}
Pilot Checklist
A short path for a school or district review.
- Open the lab on a student Chromebook and teacher device.
- Build H2O, CH4, NH3, CH3OH, CO2, and NaCl in the molecular builder.
- Confirm live bonds stay visible while atoms are dragged.
- Use one self-study challenge and one misconception coach prompt.
- Save a portfolio note, export HTML, export TXT, and export JSON.
- Import the JSON portfolio into a fresh browser session.
- Open Thermochemistry, Stoichiometry, Gas Laws, pH/Acids, and Equation Check.
- Review the NGSS alignment page with a chemistry teacher.
- Confirm no required student account or roster connection is involved.
- Send findings and adoption questions to atomency@gmail.com.