Skip to main content
/ blog

Blog

Engineering deep dives, release notes, and the occasional unhinged idea.

Apr 20, 2026 release update

v0.5 — Shall We Play a Game?

WOPR, frames, bidirectional debugging, time travel, 80+ badges, and a phone that turns into an 80s phreaker. The builder's update.

2 min read
Apr 19, 2026 philosophy education

The Four Pillars of Learning to Code

Why most coding platforms teach syntax but lose kids. CryptoBlocks is built on four pillars: the HOW, the LOGIC, the WHY, and the FUN.

5 min read
Apr 19, 2026 behind-the-scenes version-control

I Lost 100 Blocks and It Made CryptoBlocks Better

The founder wiped his own progress building Pac-Man. Here's what happened next.

2 min read
Apr 19, 2026 features debugging

Click a Line, Find the Block

CryptoBlocks now has bidirectional code-to-block navigation. Click a line of code to highlight the block that wrote it. Right-click a block to see its line number.

3 min read
Apr 17, 2026 security trust

Why We Publish Our Security Audits

CryptoBlocks is built for kids. Here's why we run penetration tests and publish the results.

1 min read
Apr 17, 2026 release update

v0.4 — Badges, DOOM, and a Treasure Hunt

The biggest CryptoBlocks update yet: COD-style achievements, CryptDOOM raycaster, CTF treasure hunt, Spanish i18n, and a full security audit.

1 min read
Apr 17, 2026 easter-eggs ctf

There's a Treasure Hunt Hidden in CryptoBlocks

We buried a Capture the Flag challenge inside the app. Find the hidden projects, earn legendary badges.

1 min read
Apr 17, 2026 features achievements

COD-Style Badges Are Here

42 achievements with rarity tiers, secret unlocks, legendary shimmer effects, and a full-screen COD-style unlock animation.

1 min read
Apr 17, 2026 easter-eggs games

Can It Run DOOM? Yes.

We built a Wolfenstein-style raycaster inside CryptoBlocks. Type 'doom' in the Hacker Terminal to play CryptDOOM.

1 min read
Apr 10, 2026 engineering behind-the-scenes

How Real-Time Sync Works Under the Hood

A look at the CRDT-based architecture behind Coding with Friends — Yjs, PartyKit, and the challenge of making Blockly multiplayer.

3 min read
Apr 9, 2026 features announcement

Coding with Friends — Real-Time Collaboration is Here

Build programs together in real time. Share a room code, snap blocks side by side, and see each other's changes instantly.

2 min read
Apr 8, 2026 education features

Why Kids Should Code Together

Solo coding is how you learn syntax. Collaborative coding is how you learn to think. Here's why we built multiplayer into CryptoBlocks.

2 min read
Mar 3, 2026 challenges advanced

Challenge Pack: Euler Blocks

Ten computational puzzles inspired by Project Euler - pure math, logic, and text challenges that reward clever block composition.

1 min read
Mar 2, 2026 challenges advanced

Challenge Pack: Startup Sim

Build a tech empire using every coding skill - company names, revenue reports, team rosters, product launches, and growth forecasts.

1 min read
Mar 1, 2026 challenges math

Challenge Pack: Science Lab

Explore advanced math through experiments - cell division, measurements, growth patterns, ratios, and energy formulas.

1 min read
Feb 28, 2026 challenges math

Challenge Pack: Music Festival

Drop beats with loops and math patterns - sound checks, beat drops, ticket sales, and concert math.

1 min read
Feb 27, 2026 challenges logic

Challenge Pack: Hacker Terminal

Master logic gates and boolean operations - flip switches, check passwords, and build firewalls with code.

1 min read
Feb 26, 2026 challenges data

Challenge Pack: Game Builder

Build game characters using objects and properties - player profiles, health bars, level checks, and damage calculators.

1 min read
Feb 25, 2026 challenges lists

Challenge Pack: Treasure Hunt

Manage your inventory with list blocks - create lists, add items, count loot, find keys, and drop junk.

1 min read
Feb 24, 2026 challenges text

Challenge Pack: Secret Agent

Encode messages, swap ciphers, and decode secrets using text manipulation blocks. Five spy-themed coding challenges.

1 min read
Feb 23, 2026 challenges logic

Challenge Pack: Robot Factory

Program robots on the assembly line - name tags, production runs, and quality control with text, math, and logic blocks.

1 min read
Feb 22, 2026 challenges logic

Challenge Pack: Space Explorer

Navigate the cosmos with IF blocks and loops - dodge asteroids, boost signals, and calculate warp speed.

1 min read
Feb 21, 2026 challenges games

Challenge Pack: Pet Simulator

Code your own virtual pet - name it, feed it, level it up, and watch it evolve across five coding challenges.

1 min read
Feb 20, 2026 challenges minecraft

Challenge Pack: Minecraft

Five Minecraft-themed coding challenges - craft pickaxes, mine diamonds, and build with blocks inside CryptoBlocks.

1 min read
Feb 19, 2026 challenges beginner

Challenge Pack: Getting Started

Five beginner challenges that teach the fundamentals - printing, math, loops, and variables. Your first steps in CryptoBlocks.

1 min read
Feb 18, 2026 features languages

One Block, Two Languages

Every block in CryptoBlocks generates both JavaScript and Python. Build once, learn twice.

1 min read
Feb 17, 2026 security engineering

How We Keep Your Code Safe

CryptoBlocks runs user code in a sandboxed environment with multiple layers of security. Here's how we protect you.

1 min read
Feb 16, 2026 philosophy roadmap

Blocks to Code to Product Shop

The CryptoBlocks journey: start with visual blocks, learn to read code, then build and share your own blocks in the marketplace.

1 min read
Feb 15, 2026 overview getting-started

What is CryptoBlocks?

A visual coding platform that bridges the gap between block-based toys and real programming. Snap blocks. See code. Build anything.

1 min read
Feb 14, 2026 roadmap gamification

Coming Soon: The Challenge Hub

A sneak peek at Phase 1.5 - gamified coding challenges, leaderboards, and a progression system coming to CryptoBlocks.

1 min read
Feb 12, 2026 comparison philosophy

Why CryptoBlocks is Not Another Scratch

How CryptoBlocks differs from other visual coding platforms - real languages, real code, real development environment.

1 min read
Feb 10, 2026 reference features

49 Blocks and Counting: The Full Category Guide

A complete reference to all the block categories in CryptoBlocks - from basics to advanced web requests.

1 min read
Feb 8, 2026 education web

What is an API? (Explained with Blocks)

APIs power the modern internet. Learn what they are and how to use them with CryptoBlocks' Web blocks.

1 min read
Feb 5, 2026 features advanced

Create Your Own Block: From User to Builder

The Create Block feature lets you design custom blocks with your own logic, turning you from a CryptoBlocks user into a CryptoBlocks builder.

1 min read
Feb 1, 2026 features languages

JavaScript vs Python: Two Languages, One Block

CryptoBlocks supports both JavaScript and Python. Learn how to switch languages and why we built dual-language support.

1 min read
Jan 28, 2026 tutorial getting-started

Build Your First Program in 60 Seconds

A quick tutorial to create and run your first CryptoBlocks program - no experience required.

1 min read
Jan 24, 2026 features learning

Peek Behind the Blocks: How Code View Works

Every block in CryptoBlocks generates real code. Learn how the Peek Code feature lets you see exactly what's happening under the hood.

1 min read
Jan 20, 2026 origin-story behind-the-scenes

Why We Built a Block-Based Coding Platform

The origin story of CryptoBlocks - from CTF hacking framework to visual programming platform for everyone.

1 min read
Jan 15, 2026 announcement getting-started

Hello World: CryptoBlocks is Live

Introducing CryptoBlocks - a visual coding platform where you snap blocks together to build real programs that run JavaScript and Python.

1 min read