Changelog

Stay updated with the latest features, improvements, and bug fixes

November 5, 2025

Version 2026.2.28 - Authentication Fix

Fixes

  • Database Initialization - Fixed an issue where signing in via email or Google popup wouldn't properly initialize the user database, preventing project saves.
November 4, 2025

Version 2026.2.2 - Folder Organization

New

  • Project Folders - Organize your projects with nested folders. Create hierarchical folder structures to keep your workspace tidy
  • Folder Tree in Dashboard - Navigate your projects using a collapsible folder tree in the sidebar. Click folders to filter projects
  • Drag & Drop - Drag projects from the table directly into folders. Visual feedback shows where your project will land
  • Multiple Ways to Move Projects - Click folder column in table, use right-click context menu, or drag-and-drop to organize projects
  • Edit from Project Page - Click project title in editor header to change both name and folder in one action
  • Special Views - "All" shows all projects, "Archive" shows archived projects
November 4, 2025

Version 2026.1.22 - Documentation & Editor Improvements

New

  • Changelog page - Track all PlayCode updates, share links to specific versions, discuss on Discord
  • Help Center - Self-hosted documentation with 18 articles covering everything from publishing to editor settings
  • Preview size indicator - See exact dimensions when resizing preview panel
  • Auto-copy asset path on upload - Upload an image and its path is instantly copied to clipboard
  • Copy Path options - Right-click any file to copy path, relative path, or asset URL
November 3, 2025

PlayCode 2026.1 - Major Release 🚀

After a year of building, PlayCode 2026.1 is live.

I completely rewrote it from scratch. Here's what changed:

Architecture & Performance

  • Offline-first architecture - Inspired by Linear's approach, we built our own offline-first ORM implementation
  • Brand new design - New dashboard, project pages, and marketing site. We drew this design 2 years ago and finally had the chance to ship it
  • Significantly faster - Even large projects render instantly now
  • More NPM modules work - Better stability, better flexibility
  • Moved to Bare Metal (Hetzner) - Why pay for Vercel when you can have one big, fast server?

New Features

  • Address bar in WebView - Build multi-page websites with multiple HTML files and switch between them right in the preview
  • SPA mode - React Router and client-side routing now work correctly. Navigate your single-page app and see the URL update in the address bar
  • Quick run from file tree - Click any file icon to run it instantly. Works with HTML and JavaScript files. No need to change code - just click the triangle that appears on hover
  • Command Palette - Quick access to all commands. Open/close preview, switch network schemes, and toggle features without touching menus
  • PlayCode Pages - Deploy static sites to our CDN (like Cloudflare Pages or GitHub Pages). Custom domains supported. Real-time sync keeps all your devices up to date

This was hard. Really hard. I even built a separate product getpartner.ai along the way to help me cope emotionally and physically.

Worth it: Absolutely.

But this is only the beginning. Thanks to rewriting everything in NestJS and our new offline-first ORM framework, we can now quickly add new features.

Please leave your suggestions and feedback using the buttons above. 👆

June 16, 2023

Version 2023.6.16 - Multiplayer collaboration 🎉

New

  • Multiplayer collaboration - Ability of multiple individuals to work together in real-time on a shared project
  • React Course
  • Clear console logs option
Multiplayer collaborationClear console logs

Improvements

  • .JS files now work as .JSX - many React users expect this behavior
  • Projects created by paid accounts no longer have the 8 lines limitation
  • Console better displays structures of nested objects and their prototypes
  • Preserved collapsed file directories on file creating/renaming
  • Improved installing speed for large packages (React MUI, Framer, MUI Icons, etc.)

Fixes

  • Fixed rate limiting issues when redeeming AppSumo deals
  • Projects in My Projects can now be opened in new tab with Ctrl+click or middle button
December 17, 2022

Version 2022.12.19

New

  • Favorites
  • Save project as a favorite template
Template favorites

Improvements

  • Set a default project in template selection popup. "Default project" is used instead of initial page, helping to open preferred template faster

Fixes

  • Fixed setting up a default project or template
September 19, 2022

Version 2022.9.14

New

  • Upload folders with files
  • Drop folders and files right on files list
  • Autoselect filename without extension on renaming
Drag and drop files

Improvements

  • Double click to rename a file
  • Double click on "Untitled" to rename a project
  • Show package.json (it was hidden before)

Fixes

  • Fixed .svg using with <img src="file.svg">
September 9, 2022

Version 2022.9.3

New

  • Add Discord chat
  • Add Rimbu template
  • Add option to make Website View white by default

Improvements

  • Return back Lifetime subscription for $199
  • Reduce home page size

Fixes

  • Fixed @rimbu/core package (it was producing infinite recursion)
  • Fixed a lot of testing errors in Frontend Developer Path course
August 25, 2022

Version 2022.8.32

Improvements

  • Speed up code building process 3.5 times! 🚀
    Thanks to Yura for helping find the bottleneck. React MUI now loads in 3-5 seconds instead of 10-15 on first load.

Fixes

  • Fixed inability to make a new line by pressing Enter in Courses editor
August 23, 2022

Version 2022.8.28

New Templates

  • Svelte template
  • React TypeScript Classes template
  • React TypeScript Hooks template
  • React Redux Toolkit template
  • React Mobx template

Improvements

  • Add exercise numbers to the Courses
  • Better colors for Light color theme
  • Fix comments color and making it italic for Gray theme

Fixes

  • Fixed JSON template
  • Fixed fetching assets (fetch('/texture.bin')...). Better support for Three.js
July 6, 2022

Version 2022.7.37

New

  • Lifetime price option - Switch from monthly/yearly plan by sending us a message
  • Add roadmap and feature requests pages

Improvements

  • Add closing button to promo-limitation popup

Fixes

  • Fixed downloading empty .zip on Windows
  • Fixed Live View for split editors
  • Fixed Copy Link on the share popup
  • Fixed uploading .js files
  • Fixed the 12th exercise on the cat-photo-app learning course
July 6, 2022

Version 2022.7.21

New

  • Project downloading
  • Uploading source files as a File not an Asset (link)

Improvements

  • Move Home button to left
July 6, 2022

Version 2022.7.17

New

  • More HTML & CSS courses
  • Improved courses dashboard
  • Updated dark color theme
  • Add Emmet shortcuts for jsx, tsx, css, scss, sass, less, stylus, html, pug
  • Add Exit confirmation - Helps avoid losing code changes

Improvements

  • Updated Version History popup

Fixes

  • Fixed contrast for light color theme
  • Fixed a lot of bugs in courses
  • Fixed SSL generation for Custom domains
  • Returned the Delete button for Version History
  • Fixed default value for a project title renaming