Weisewelt NeuroCheck: visual orientation tool for neurodiversity and wellbeing
🧠 Weisewelt NeuroCheck FREE
A visual orientation triage for attention, behavior and wellbeing
Weisewelt NeuroCheck is an interactive and friendly tool that helps identify orientation signals related to attention, impulsivity, sensory sensitivity, anxiety, mood, OCD-related patterns, emotional regulation and daily functioning.
It is designed for adults, parents and caregivers who want to observe initial patterns in a clear, visual and responsible way before deciding whether a professional assessment may be helpful.
✅ FREE phase enabled 📱 Responsive mobile, tablet and desktop 🔒 Private orientative result
How does it work?
The user answers visual and interactive questions. Each answer contributes signals by dimension and helps generate an orientative profile.
Clear and friendly questions.
Easy-to-use visual cards.
Immediate on-screen result.
What does it explore?
The FREE phase reviews general signals that may be related to neurodiversity, emotional wellbeing and daily functioning.
ADHD and attention.
Autism / neurodiversity.
OCD, anxiety, mood, sleep and emotional regulation.
What does it provide?
It provides an orientative result, initial suggestions, reference sources and an option to save or print the report.
Orientative pattern proximity percentage.
Clear and responsible interpretation.
Initial recommendations.
Important:
Weisewelt NeuroCheck does not diagnose ADHD, autism, OCD, anxiety, depression or any medical or psychological condition.
It is an educational orientative triage tool. If the observed signals affect daily life, school, work, family or emotional wellbeing, consulting a qualified professional is recommended.
Plan comparison
The FREE phase is already enabled. LITE, PRO and PRO Plus will be available soon with more complete reports, follow-up tools and advanced features.
LITE / PRO / PRO Plus coming soon
Feature
FREE
LITE
PRO
PRO Plus
Status
Active
Coming soon
Coming soon
Coming soon
Result type
Basic orientative result
Expanded result by dimension
Advanced result with history
Complete family, school or business report
Visual questions
✓ Basic
✓ Expanded
✓ Advanced
✓ Advanced multi-user
Sex and life stage
✓ Optional
✓ Contextual reading
✓ With follow-up
✓ Per user or group
Orientative patterns
ADHD, autism/neurodiversity, OCD, anxiety, mood, sleep and regulation
More detail by pattern
Comparison between assessments
Complete view by person, family, school or company
Pattern proximity percentage
✓ Orientative
✓ Explained by dimension
✓ With historical evolution
✓ With comparative analysis
Downloadable PDF
1–2 pages
2–4 pages
5–7 pages
8–10 pages
Suggestions
Initial and general
By dimension and life stage
Personalized with roadmap
Complete plan by context
Roadmap
Basic view
Initial roadmap
Personal roadmap with follow-up
Advanced family, school or business roadmap
History
Not included
Optional local history
Registered user history
Multi-user comparative history
Recommended use
First orientative triage
User who wants more detail
Personal or family follow-up
Families, schools, companies or groups
Percentages and results are orientative. Weisewelt NeuroCheck does not diagnose medical or psychological conditions. If the observed signals affect daily life, professional assessment is recommended.
Start your FREE orientative triage
Answer calmly. The result is based on your responses and does not replace a professional assessment.
FREE enabled
Linux: 50 Essential Commands You Should Know
LINUX CLI LAB
Linux: 50 Essential Commands You Should Know
Linux is one of the most widely used operating systems in servers, programming, cloud, DevOps, and
system administration. This guide combines a practical table with an interactive emulator to practice
commands, reinforce concepts, and visualize simulated changes without touching a real server.
Learning note: the emulator output is simulated for practice, training, and onboarding.
On a real system it may vary by distribution, permissions, installed packages, and configuration.
Interactive Linux CLI Emulator
Type a command, use the table, or run a guided challenge. The emulator will show simulated output,
feedback and visual changes in the Linux system.
Challenge: run pwd to check the current path.
LX [] :: ..
linux-runbook.md 0/10
Linux CLI
Run the next command to receive guided feedback.
Expected runbook commands pwd
Run the next command to receive guided feedback.
Run the next command to receive guided feedback.
Linux system visualizer Environment ready: no changes yet.
$ Linux emulator ready
Choose a command from the table or type one in the console.
Simulated expected output
On small screens, the table adapts into cards to avoid content cutoffs.
#
Command
Description
Example
Actions
Conclusion
These 50 Linux commands cover navigation, files, permissions, processes, networking, packages, and day-to-day operations.
Practicing them in a simulated environment lets you learn safely before working on real infrastructure.
AWS CLI: 50 Most-Used Commands and Parameters
FREE activePremium look & feelResponsiveAWS CLI
AWS CLI: 50 essential commands with FREE cloud emulator
Practice AWS safely with guided challenges, textual output and a visual architecture canvas.
This lab does not create real resources. Commands are prepared for learning and use placeholders such as <VPC_ID>, <INSTANCE_ID> or <ACCOUNT_ID>.
List of 50 AWS commands to copy and execute
Use Copy to send the command to the clipboard. Use Load to try placing it in the emulator input or trigger the plugin event.
#
Area
Command
What is it for?
Canvas / output
Action
1
Basics
aws --version
Checks the installed AWS CLI v2 version.
Shows the CLI, version and local runtime.
2
Basics
aws configure list
Lists the active credentials, region and profile configuration.
Identifies profile, region and credential source without exposing secrets.
3
Basics
aws configure get region
Gets the default configured region.
Places the regional context where lab resources will be simulated.
4
Identity
aws sts get-caller-identity
Validates the active AWS identity: account, user or role.
Draws the active account, ARN, profile and simulated permissions.