Training Example: Aurelia – Review the Data, Give Your Score & Compare to the Real AI Evaluation

Industry Context — Common BS Fingerprints in Software, SaaS & Tech Products
Generic Claims: the all-in-one platform, trusted by thousands of companies, increase productivity by X percent, save hours every week…
Red Flags: AI claims without explaining what the AI does, customer logos without case study or testimonial evidence, no live product access or demo, SOC 2 claims without audit period or report availability…
Semantic Drift Patterns: homepage claims AI-powered but product is rules-based, claims enterprise-grade but pricing page shows startup tiers only, homepage shows Fortune 500 logos but case studies are small businesses, claims all-in-one but integration page shows critical missing pieces…
Proof Expectations: live product demo or free trial access, specific feature documentation with screenshots, verified customer logos with published case studies, third-party review scores on G2, Capterra, or TrustRadius…

Aurelia

(https://aurelia.io) 📸 Data Snapshot: June 20, 2026

Analyze the raw signals below. How would a machine score this business’s credibility?

Here are the exact signals captured from up to six pages of the site — the same raw inputs the evaluation engine analyzed. They are grouped by signal type so you can weigh each the way the machine does.

🏗️ Semantic Structure — heading hierarchy & page identity (Info Density · Commodity Fingerprint)
HOMEPAGE Aurelia (https://aurelia.io)
Title

Aurelia

H1 Simple. Powerful. Unobtrusive.
H2 Why Aurelia?
H2 Open Collective
H3 Current
H3 Legacy
H3 Learning
H3 Community
H3 Development
H3 Current
H3 Legacy
H3 Learning
H3 Community
H3 Development
H3 Component-Based Architecture
H3 Fast by Default
H3 TypeScript First
H3 Advanced Routing
H3 Dependency Injection
H3 Testing Made Easy
H3 Bronze Sponsors
H3 Wood Sponsors
H3 Start Searching
H4 Resources
H4 Help
H4 Community
NAV_HEADING_REPEATED_FOOTER Blog | Aurelia (https://aurelia.io/blog/)
Title

Blog | Aurelia

H1 The Aurelia Blog
H2 Aurelia Skills for AI Coding Agents
H2 Aurelia and AI: Where We Stand
H2 How Reviewey Built Its Admin and Member Screens With Aurelia 2
H2 Investing in Aurelia's Next Decade
H2 Aurelia Now Has a Community on Digg
H2 Aurelia 2 Release Candidate: It's Finally Happening
H2 What 2026 Looks Like for Aurelia 2: A Look at the Year Ahead
H3 Current
H3 Legacy
H3 Learning
H3 Community
H3 Development
H3 Current
H3 Legacy
H3 Learning
H3 Community
H3 Development
H3 Start Searching
H4 Resources
H4 Help
H4 Community
NAV_HEADING_REPEATED Playground | Aurelia (https://aurelia.io/playground/)
Title

Playground | Aurelia

H1 Playground
H2 Hello, world!
H2 Character Counter
H2 Weather App
H2 Real Time Clock
H2 Particle System
H2 Whack a Mole Game
H3 Current
H3 Legacy
H3 Learning
H3 Community
H3 Development
H3 Current
H3 Legacy
H3 Learning
H3 Community
H3 Development
H3 Start Searching
H4 Resources
H4 Help
H4 Community
NAV_HEADING_REPEATED Showcases | Aurelia (https://aurelia.io/showcase/)
Title

Showcases | Aurelia

H1 Showcase
H2 AskBad
H2 Australian Conveyancer
H2 Hive Predict
H2 Yawntales
H2 MyBanka
H2 Rock Paper Scissors
H2 Cortex Device List
H2 Au2 Data Grid
H2 Tidyfork
H3 Current
H3 Legacy
H3 Learning
H3 Community
H3 Development
H3 Current
H3 Legacy
H3 Learning
H3 Community
H3 Development
H3 Start Searching
H4 Resources
H4 Help
H4 Community
📝 The Narrative — clean text per page (Info Density · Semantic Coherence)
HOMEPAGE · THIN (https://aurelia.io) Aurelia
Why Choose Aurelia
[H2] Why Aurelia?
Built on web standards, with conventions that keep large apps maintainable.
[H3] Component-Based Architecture
Build complex UIs from simple, reusable components
[H3] Fast by Default
No virtual DOM. Fine-grained reactivity updates only what changes
[H3] TypeScript First
Written in TypeScript, with type-safe templates and tooling
[H3] Advanced Routing
Nested routes, guards, and code-splitting built in
[H3] Dependency Injection
Built-in dependency injection for modular, testable code
[H3] Testing Made Easy
Test components in isolation with Jest, Mocha, and Playwright
607 chars
SUB-PAGE (https://aurelia.io/blog/) Blog | Aurelia
Featured Post
June 6, 2026
[H2] Aurelia Skills for AI Coding Agents
Aurelia now has a public skills repository for Claude Code, Codex, and other AI coding agents.Read postMay 7, 2026
[H2] Aurelia and AI: Where We Stand
Plenty of open source projects are closing the door on AI contributions. Aurelia is not one of them. Here is what we expect instead.April 14, 2026
[H2] How Reviewey Built Its Admin and Member Screens With Aurelia 2
Reviewey (reviewey.com.au) runs Aurelia 2 across every logged-in admin and member screen, on top of a WordPress and custom application stack. Here is why the Australian review platform chose Aurelia 2 over React, and what it gained.January 25, 2026
[H2] Investing in Aurelia's Next Decade
Aurelia is 11 years old and stronger than ever. Here's how you can help us build for the next decade.January 16, 2026
[H2] Aurelia Now Has a Community on Digg
The recently relaunched Digg now supports communities, and Aurelia has one. Come join us.January 14, 2026
[H2] Aurelia 2 Release Candidate: It's Finally Happening
After years of development, 27 beta releases, and countless commits, Aurelia 2 has reached its first stable release.January 2, 2026
[H2] What 2026 Looks Like for Aurelia 2: A Look at the Year Ahead
A stable release is finally happening. Here's what Aurelia 2 looks like in 2026, and what we're doing to ensure Aurelia thrives for years to come.Older Posts
1400 chars
SUB-PAGE (https://aurelia.io/playground/) Playground | Aurelia
[H2] Hello, world!
The message “Hello, world!” is defined in the src/my-app.ts file and then rendered in the src/my-app.html file.
[H2] Character Counter
The character counter is defined in the src/character-counter.ts file and then rendered in the src/character-counter.html file. Showcasing the use of form element binding, computed getters, and UI rendering.
[H2] Weather App
The weather app is defined in the src/weather-component.ts file and then rendered in the src/weather-component.html file.
[H2] Real Time Clock
The clock is defined in the src/real-time-clock.ts file and then rendered in the src/real-time-clock.html file. Styles for the clock are defined in the src/real-time-clock.css file. This example demonstrates Aurelia’s ability to update the UI in real time.
[H2] Particle System
The particle system is defined in the src/particle-system.ts file and then rendered in the src/particle-system.html file. Styles for the particle system are defined in the src/particle-system.css file. This example demonstrates Aurelia’s ability to render complex UI elements and animate them in real time.
[H2] Whack a Mole Game
The whack a mole game is defined in the src/whack-a-mole.ts file and then rendered in the src/whack-a-mole.html file. Styles for the whack a mole game are defined in the src/whack-a-mole.css file. This example demonstrates Aurelia’s ability to build simple games.
1393 chars
SUB-PAGE (https://aurelia.io/showcase/) Showcases | Aurelia
apps
[H2] AskBad
A platform where the worst advice gets rewarded, built with Aurelia 2 and server-side rendering.apps
[H2] Australian Conveyancer
A digital news publication for conveyancing professionals, with a dynamic industry directory and multi-step listing flow powered by Aurelia 2.apps
[H2] Hive Predict
A prediction market on the Hive blockchain, built with Aurelia 2 and server-side rendering.apps
[H2] Yawntales
Create enchanting stories, calming meditations, and empowering affirmations for readers of all ages.apps
[H2] MyBanka
A revolutionary digital wallet for managing bank accounts and Bitcoin SV digital assets through a unified, secure interface.apps
[H2] Rock Paper Scissors
A classic Rock Paper Scissors game built with Aurelia 2, featuring an elegant UI and computer opponent.apps
[H2] Cortex Device List
A user-friendly interface for browsing and filtering Neural DSP Quad Cortex virtual devices and amp models.plugins
[H2] Au2 Data Grid
A flexible data grid component for Aurelia 2 that supports custom elements, pagination, sorting, and column management.apps
[H2] Tidyfork
A powerful tool for managing and cleaning up your GitHub forks and stars, built with Aurelia.
1191 chars
🛡️ Trust Signals — reviews, proof links, trust-theatre flag (Trust & Proof)
7Review mentions (all pages)
0External proof links (all pages)
PageReviewsProof links
/ (home) 1 0
/blog/ 5 0
/playground/ 1 0
/showcase/ 0 0
🔗 Identity & Technical Layer — schema JSON-LD: identity chains, entity gaps (Identity & Authority)
Homepage — no schema detected (entity gap)
/blog/ — no schema detected (entity gap)
/playground/ — no schema detected (entity gap)
/showcase/ — no schema detected (entity gap)

Your Diagnosis

Before revealing the machine’s verdict, predict the BS score for each signal. Higher = more BS (more fluff, less verifiable substance). Drag each slider, then submit to compare your judgment against the engine.

Information Density 0 / 30
Read the Narrative & headings: do hard facts (prices, dates, numbers) outweigh fluff power-words?
Semantic Coherence 0 / 20
Compare the homepage promise against the sub-page reality. Do they hold the same line?
Trust & Proof 0 / 20
Weigh review mentions against actual external proof links. Claims without verification = theatre.
Commodity Fingerprint 0 / 15
Check headings & narrative against the industry clichés in the setup above.
Identity & Authority 0 / 15
Inspect the schema: is there real Organization/Person identity with sameAs links, or gaps?
Your predicted BS score 0 / 100
💡 Stuck? Reveal the heuristic lens — how the deterministic page-auditor reads each signal (no AI, pure pattern rules)

These are the structural rules a local, deterministic auditor applies — the same lens you can use to judge each signal. They describe what to look for, not this company’s result.

Information Density

Classify each sentence as substantive or hollow. Grounding markers — numbers, currencies, dates, technical units, named entities — outweigh marketing adjectives. When fluff sits right next to hard evidence, the fluff is forgiven.

Semantic Alignment

Pull the main entities out of the H1, then check whether they actually recur through the body. A page that announces one thing and then talks about another drifts. Headings with no real sentences underneath read as pseudo-substance.

Trust & Proof

Count trust words (review, testimonial, rating, verified) against real outbound proof links (Google, Trustpilot, Clutch, G2, Yelp). Lots of trust language with zero verification links is trust theatre. Unlinked logo galleries count against it.

Commodity Fingerprint

Look at how much sentence length varies. Natural writing varies its rhythm; templated or mass-produced copy is statistically uniform. Very low variation reads as commodity content — unless unique named entities break the pattern.

Identity & Authority

Inspect the JSON-LD. Is there an Organization or Person schema, and does it carry sameAs links to real external profiles (LinkedIn, socials)? Missing schema or no identity declaration signals an anonymous entity.

Want to apply this lens yourself? The free BS Indicator Chrome extension runs these heuristic checks live on any page. Bear in mind it is a single-page, deterministic tool — it relies only on pattern rules for the page in front of it and does not perform the cross-page semantic correlation this audit uses, so its readout is a starting lens, not the full verdict.

B
BS Level
Software, SaaS & Tech Products
33.1 Avg BS

Based on 1129 businesses audited.

BS Detector

Software, SaaS & Tech Products BS: Aurelia (aurelia.io)

https://aurelia.io 📍 Industry: Software, SaaS & Tech Products
25 BS / 100

Aurelia is a rare case of a technical site that lets its substance do the talking. While it fails on technical identity markers like Schema and verified proof paths, it provides more actual evidence in its Playground than 90 percent of competing SaaS platforms.

Info Density Power-words vs. Substance ratio.
5
17% BS
Semantic Coherence Homepage promise vs. Sub-page reality.
0
0% BS
Trust & Proof Verifiable evidence vs. Trust Theatre.
10
50% BS
Commodity Fingerprint Detection of industry clichés/templates.
4
27% BS
Identity & Authority Expert verifiability & Schema depth.
6
40% BS

Add JSON-LD Organization and Person schema to the homepage to anchor technical authority. Link the ‘Reviewey’ testimonial and ‘Sponsor’ logos to external verification sources to resolve the trust theatre flag. Create a dedicated benchmarks page to provide data-backed evidence for the ‘Fast by Default’ claim. Add sameAs links in schema to the project’s GitHub and Open Collective profiles.

The site perfectly matches the Software, SaaS & Tech Products category as a front-end JavaScript framework. The content is heavily focused on technical architecture, developer tooling, and open-source ecosystem management.

“The score of 25 indicates a low-BS, high-substance site. Deductions were almost entirely due to technical metadata failures (missing Schema) and unlinked trust signals (reviews/logos) rather than fluff or deceptive marketing language.”

Verified Analysis Date: June 20, 2026 © 1EuroSEO Independent Evaluator — Non-Sponsored Result
Brand AI Reputation