Novidades

Registro de mudancas

Novas funcionalidades, melhorias e correcoes.Lancamos melhorias toda semana.

Page 10 of 11 · 101 updates

Latest updates
Nov 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
Nov 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. 👆

Jun 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 collaboration
Clear 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
Dec 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
Sep 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">
Sep 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
Aug 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
Aug 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
Jul 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
Jul 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