# Easy Decision Maker > A suite of high-utility, random-decision tools designed to eliminate decision fatigue. From easy decision maker to physics-based 3D simulations, we provide unbiased results for games, giveaways, and everyday choices. ## Core Features * **Easy Decision Maker**: Enter any question and list of choices. Supports multiple runs for statistical probability and sequential picking via exclusion logic. Chooses the randow choice out of entered ones. * **Interactive Spinner Wheel**: 2D Canvas-based wheel with realistic friction-based spinning, custom audio feedback (Web Audio API), and confetti celebrations. * **Realistic 3D Coin Flip**: Ultra-realistic 3D coin simulator with physics-based spins, high-fidelity metallic sound synthesis, and local history tracking. * **3D Dice Roller**: Multi-dice simulation supporting up to 6 dice, customizable colors, and real-time probability tracking. * **Smart Team Splitter**: Advanced group generator with drag-and-drop roster management, local list saving, and multiple distribution algorithms (Team Count vs. Group Size). * **Virtual Pop Confetti**: Customizable particle-based celebration tool with control over spread, gravity, and colors. ## Site Structure * [/](https://simpledecisionmaker.onrender.com): Main dashboard for custom random decision making. * [/spinner-wheel/](https://simpledecisionmaker.onrender.com/spinner-wheel/): Interactive wheel of names and choices. * [/flip-a-coin/](https://simpledecisionmaker.onrender.com/flip-a-coin/): 3D Heads or Tails simulator. * [/dice-roller/](https://simpledecisionmaker.onrender.com/dice-roller/): Online 3D dice for board games and random numbers. * [/team-splitter/](https://simpledecisionmaker.onrender.com/team-splitter/): Random group generator and roster manager. * [/pop-confetti/](https://simpledecisionmaker.onrender.com/pop-confetti/): Virtual celebration popper. * [/about-us/](https://simpledecisionmaker.onrender.com/about-us/): Project mission and background story. * [/blogs/](https://simpledecisionmaker.onrender.com/blogs/): Articles on decision making and productivity. ## Articles & Insights * [/blogs/why-successful-people-wear-same-color-cloth-everyday/](https://simpledecisionmaker.onrender.com/blogs/why-successful-people-wear-same-color-cloth-everyday/): Exploration of decision fatigue and why simplifying daily choices improves focus. * [/blogs/why-i-built-decision-maker-website/](https://simpledecisionmaker.onrender.com/blogs/why-i-built-decision-maker-website/): Technical and personal rationale behind building a centralized decision toolkit. ## Technical Architecture * **Backend**: Django 5.1 (Python 3.12+) * **Frontend**: Vanilla JavaScript (ES6+), Bootstrap 5, 2D Canvas API (Wheel), CSS 3D Transforms (Coin/Dice). * **Data Strategy**: LocalStorage for persistent user settings/rosters; Postgres for shared results. * **Performance**: Zero-dependency sound synthesis via Web Audio API; optimized for mobile-first interaction.