Replit – Blog

Mục Lục

Kajam Mentors Experience

Hello from the Kajam Mentors

Read more

–>

Template Jam 2022 — Phase 1 Winners

Template Jam is Replit’s annual template contest where our community builds repls that help themselves and others build projects on top of. These templates range widely from new language support, framework starter kits, to beginner guides.

Read more

–>

Inspect your HTML/CSS/JS Repls with native DevTools

We recently launched a new Replit-native way to inspect and debug web pages you build on Replit. Whether you’re learning the basics or hosting a rich application, quickly being able to inspect the console and DOM is critical to your workflow.

Read more

–>

Kajam 2022 Winners

What’s Kajam?

Kajam is Replit’s official game jam where members of our community build games, play games, and sometimes even win cash prizes for their games in the span of a single week! This year, from June 25th to July 2nd, Replit spiced things up with a grand prize of $10,000, category prizes of $5,000, and a new Crowd Pleaser prize of $1,000. The catch? The games had to meet the theme: SPICY!

Read more

–>

Leaky UIs

Building a robust and powerful UI without compromising on simplicity is complicated, and we’re always exploring solutions that alleviate that problem. A few years ago, we rewrote our workspace architecture, and Amjad gave a talk about it. We’re about to add a lot of firepower to our layout system (stay tuned!), but we noticed significant shortcomings in our abstractions. This blog post will outline the flaws and how the underlying data structure hurt the interactions. To keep this post concise, I will defer the reasoning behind the UI and UX to a future post.

Read more

–>

Worldwide Repls, part 1: The Control Plane

During the ReplCon 2022 keynote, we announced that we were going to geo-distribute our infrastructure so that your Repls are much faster when accessed outside of the United States. The speed of electrons / light in a medium is a fundamental speed limit. Most of our users are several thousand kilometers away from the data centers where we host Repls (currently limited to the United States), so the round trip from them to the users’ homes is going to necessarily take several hundred milliseconds just to traverse the series of tubes that is the Internet. Today, we have finished the first milestone to make this a reality, and that comes with some pretty neat side-effects!

Read more

–>

How to Get Your Repl Noticed

Ok, so you’ve built an awesome project on Replit and are ready to share it. Now what? How do you get your first users? How do you make it stand out?

Read more

–>

Improving Domain Linking for Repls

For some time now, it’s been possible to link your custom domain to your Repl. You buy that perfect domain name, connect it to your website hosted on Replit, and you’re good to go! Custom domains help you create a unique home on the internet – for your blog, a product you’re launching, or just a space to try new ideas.

Read more

–>

Supporting IB Computer Science with Replit

Welcome to the first of a series of blog posts about Computer Science curriculum around the world. The purpose of this series is to highlight the similarities in Computer Science curriculum across the globe and how Replit can be used to support students and educators.

Read more

–>

Embedding an Editable Repl is Going Away

We’ve started the process of deprecating editable embedded Repls, these will become read-only from August 1st. You might be wondering why?

Read more

–>

Educators, School is Out! Let’s Party!

Anyone else hearing “School’s out for Summer” lyrics in your head when they read that?! Students may be out of session, but Replit has three days worth of reasons for educators to be in session!

Read more

–>

The New Publish Flow

TL;DR – sharing stuff you make on Replit is now easier than ever.

Read more

–>

Announcing Kajam 2022! Here’s how to get started…

We are stoked to announce Kajam 2022 – Replit’s second annual game jam! If you’re interested in registering head right on over to the official Kajam site.

Read more

–>

Computing Superpower… At School?

Replit offers everyone the power of their own computer in the cloud. Access it from anywhere, program it to do (almost) anything, and share your programs and apps with whoever you want. It’s a computing superpower that we deeply believe will change the world.

Read more

–>

Educators, Need Ideas for the End of the School Year?

You can do it, teachers! The end of the school year is in sight (at least for our North American friends 😭)

Read more

–>

Tips for safer social repl development

Replit makes coding into a social activity, in many different ways. You can easily share your repl with our vibrant developer community to receive feedback, tips, and kudos. Our multiplayer features allow you to write, review and debug your code together with buddies. And with access to the full power of the Internet and dozens of powerful programming languages, you can even write code that brings other users into your repl in real time.

Read more

–>

Template Jam 2022

Since we introduced templates, many of you have asked to get in on the action. We have some amazing community templates already, but we want to get everyone involved.

Read more

–>

Automating Minecraft on Replit

Replcraft is a library that allows you to automate parts of your base on a
Minecraft server using code, directly from a repl. Replcraft allows you to
get and place blocks, check for entities, move and craft items, read
redstone, and more.

Read more

–>

Announcing Replit Ventures 2022

ventures
Read more

–>

Winning projects of MadeWithReplit

Whats #MadeWithReplit?

MadeWithReplit was our first ever ReplCon hackathon! Participants had the chance to win amazing cash prizes, share their work with the world, and hone their coding skills.

Read more

–>

How Do You Do, Fellow Teachers?

Hi everyone! I’m David Morgan (@LessonHacker), I’m stepping into the Teacher + Customer Success role and am ridiculously excited to be working at Replit and being part of this amazing community. I have been working as a secondary school Computer Science teacher in the UK for the best part of two decades, and am passionate about making CompSci education frictionless and accessible for all.

Read more

–>

Your New Replit Profile

You may have noticed that the “My Repls” and “profile” pages look different. We decided to combine these surfaces into one unified page. The new profiles are fresh, more social, and more customizable than ever before.

Read more

–>

QLTY SZN 1

A commitment to quality

Read more

–>

We Built a Search Engine

For the past few months, we have been building a Replit-native search engine. It is remarkably powerful, and we are really excited for you all to try it out. We believe that you should be able to find anything on Replit in less than 30 seconds.

Read more

–>

Introducing Kyle Alisharan, Replit’s first CFO

We’ve got a new star on our executive team, Kyle Alisharan, who is joining us as CFO.

Read more

–>

Build a Speech-to-Text App with AssemblyAI on Replit

Transcription, or speech-to-text (STT), is a very helpful feature for various use cases, from AI assistants to video captioning. You can use it to create immersive virtual experiences and accessible interfaces unlike ever before. It’s no wonder STT-driven apps and services are in high demand.

Read more

–>

Build Your Own Livestreaming Service with api.video

With the recent shift in the popularity of remote work environments, the demand for livestreaming services has increased. Even prior to the shift, many global companies have used livestreaming services for their organization’s all-hands meetings. api.video provides APIs and SDKs that make it easier to build your own livestreaming service and host it on your website. Additionally, they also provide solutions for uploading videos, encoding videos, video delivery, and video analytics. Here are some of the specific features of api.video:

Read more

–>

Making a Real-Time Chat App with Supabase on Replit

Firebase is arguably the most popular backend as a service (BaaS) offering. It’s created by Google and comes with almost everything you’d need to create a great app, including a database, file storage, user authentication, and real-time communication. However, it’s closed source, meaning all your and your users’ data is under Google’s control.

Read more

–>

Operating Principles

replit robot artwork

Read more

–>

Introducing Cecilia Ziniti as Replit’s General Counsel and Head of Business Development

We’re so excited to announce that Cecilia Ziniti will be joining the Replit executive team as General Counsel and Head of Business Development.

Read more

–>

Reasons Not to Join Replit

We want the people at Replit to really love working here (we do!).

Read more

–>

Escaping Dirty Pipe (a.k.a. CVE-2022-0847), mostly unscathed

You may have heard that there was a very critical Linux kernel vulnerability making the rounds. As with all important enough vulnerabilities, this one has a catchy name: Dirty Pipe (no logo, though). This blogpost attempts to explain how that vulnerability impacted Replit. The good news is that as far as we know, there weren’t any successful exploitations of it!

Read more

–>

Betting on CodeMirror

At Replit, our mission is to bring the next billion software creators online. In order to achieve that ambitious goal, we need to make sure that the experience of writing, running, and sharing code is as seamless as possible. At the heart of that experience is the editor itself. As a result, we dedicate a huge amount of time and energy to improving the stability, performance, and accessibility of our editor.

Read more

–>

Hack Week 2022 Recap

Hey, everyone!

Read more

–>

10 Resources for Beginners: Learn to Code on Replit

Hello! I’m Brittany Choi. A little bit about me: I was an English teacher, but I recently transitioned to Technical and Content Writing. I started learning how to code on Replit to gain technical skills and to learn something new.

Read more

–>

Kaboom Draw

Programming is hard, especially for beginners where the code <-> output feedback loop is cumbersome. People need to click run button, see output, change code, click run again see output. There are a lot of ideas that greatly improved this experience like live-reloading (a lot in the audio / visual context, and UI dev). However the most exciting idea I’ve seen is still the experiments done by Bret Victor, like in Learnable Programming. Seeing his experiements on combining live reload + sensible controls still takes my breath every time.

Read more

–>

All New Repls are Powered By Nix

For the past year we have been working hard to integrate Nix into our platform and rebuild our existing language experiences with package from Nix. We are excited to announce that all new repls are now powered by Nix. In this post we’ll talk about what this means for the future of the platform and all the work that it took to get here.

Read more

–>

Getting Started with Solidity on Replit

Have you ever wanted to quickly prototype an idea, reproduce a bug, or share a code demo? Maybe you just got an idea for a new smart contract that allows users to bet on soccer teams, and you want to quickly prototype this and share it with your teammates. In all of these instances, Replit is the perfect solution.

Read more

–>

Make a Multiplayer Game with Kaboom.js and Heroic Labs

Many developers are familiar with Replit, the in-browser IDE. However, you may not know that it can be used to make full applications and games.

Read more

–>

Design to code better

Everything is designed. Few things are designed well.” — Brian Reed

Read more

–>

Announcing File Persistence in Hosted Apps… for Everyone!

Replit is your computer — for whatever you need to do. We announced last year that Hackers would be able to have their hosted apps be able to persist file changes since that made it possible to build a lot more apps. But we were not quite satisfied that only Hackers were going to get this new feature.

Read more

–>

How to Start Coding | 10 Best Resources to Get Started

If you’re interested in learning to code, you’ve come to the right place. This guide will walk through why you should learn to code, the “best” language to learn, and quick guides so you can build your first project in under an hour.

Read more

–>

What We Look for When We Interview

We’re on a mission to bring the next billion software creators online.

Read more

–>

Understanding Repl Resource Utilization

Every computer on earth needs these three essential resources in some form:

Read more

–>

Going Where the Next Billion Creators Are

Mobile is the future of computing. But building good software creation tools for mobile devices is hard. Luckily, at Replit, we like to run toward the hard things.

Read more

–>

Using Replit and Google Sheets to Make a Simple Google Forms Alternative

Replit, a cloud native code environment, provides all the tools you need to collaborate, create, test, and deploy software applications in a single place. Think of it as a new-generation Integrated Development Environment (IDE), with integrated support for authentication/authorization, data persistence, and auto deployment that makes your software development experience thrive.

Read more

–>

Migrating our Web App from Heroku to GCP

After many years of running on Heroku, Replit has fully migrated to Google Cloud Platform.

Read more

–>

Python for Beginners: Interpreting My Amazon Spending with a Repl, Part Three

I know you have been on the edge of your seats wondering why in the world a repl is better than a spreadsheet to calculate so much data?! In case you need a refresher, I analyzed my Amazon spending for 2021 using a Python repl and with just a few lines of code I could discern a variety of answers about my spending. Not only did I find out that I am spending way too much money on Amazon, but I also came to the conclusion of why a repl is better than a spreadsheet (read to the bottom to find out).

Read more

–>

Implementing RUI, Replit’s Design System

At Replit, we have a small engineering and design team supporting millions of users. Our secret is investing in good tools that make us more productive. In this blog post we’ll give you an insider look into how we implemented one such tool – the Replit design system (or RUI for short).

Read more

–>

Getting Started with the SpaceTraders API on Replit

SpaceTraders is an online multiplayer game where you buy a spaceship, explore space, and set up trades. But it’s not just any other space exploration game—this one you play by manipulating a REST API. It’s a fun, interactive way for new programmers to learn and stretch their skills.

Read more

–>

Repl Space and Templates

When we want to support a new technology, we’re faced with the question: “Do we (the Replit team) build this capability into the Replit directly, or can our users add it themselves?”. Usually, we want the answer to be the latter. Repls are like personal computers for your projects. And the more these personal computers can be customized, the more they’ll be used in creative, unexpected ways.

Read more

–>

Ace, CodeMirror, and Monaco: A Comparison of the Code Editors You Use in the Browser

I’ve been working on Replit for roughly six years now, and as the team has grown, I’ve focused on the IDE (what we call the workspace) portion of the product. Naturally, I was increasingly preoccupied with the code editor. While we’ve considered creating a code editor that meets our needs, the complexity involved in developing one, the richness of open-source choices available, and the size of our staff made it a fruitless rabbit hole to enter. Our time is best spent elsewhere. I have had the pleasure (and the pain) of using Ace, Monaco, and CodeMirror in production settings, sometimes simultaneously (more on that later). In this post, I’ll go over some Replit history, my experience using the editors, and how they stack up against one another.

Read more

–>

Python for Beginners: Interpreting My Amazon Spending with a Repl, Part Two

‘Tis the season to…calculate my spending? Amazon has become an easy way to have something delivered almost instantly (thank you overnight shipping), but it is almost too easy to spend money that I need a way to keep track of my spending (and maybe delete the app off my phone!). A Python repl is the perfect solution! In my last post, I discussed the perks of using Python for this project and the importance of the right package manager.

Read more

–>

$80m to bring the next billion software creators online

Following our Series A announcement earlier this year, I’m thrilled to announce that we raised Series B financing from new and existing investors. This year alone we’ve doubled our user base to reach 10m+ users, tripled concurrent containers on our network, and grew traffic to sites and apps on the network by orders of magnitude. This is a major milestone for our team & community.

Read more

–>

Deploying Django to Replit

Django is a Python framework for building out full-fledged web applications. It’s loved by developers due to its battery-included philosophy and comes preloaded with features you can use to rapidly develop your web application.

Read more

–>

Will Nix Overtake Docker?

In many discussions about Nix, the comparison of Nix and Docker comes up frequently. This question could be dismissed by saying that Nix and Docker are different tools that solve different problems. One is a toolkit for building and deploying containers and the other is a package and configuration manager. However, these tools do have some overlap: they can both be used to create reproducible environments. A reproducible environment is one that can be recreated from scratch in an identical way (ideally bit-for-bit). Practically, this means having the same tools, versions, and configuration between the environments.

Read more

–>

How to Turn on Dark Mode and Switch Themes on Replit

We recently changed how you change themes on Replit, and since people have been asking, we’ll show you how it’s done in this short blogpost. Start off by clicking on the hamburger button in the top right corner to open up the sidebar:

Read more

–>

How to Set Up Your Own Mastodon Instance with Replit

With many development tools and even whole development environments moving to the cloud, Replit is at the forefront of this change.

Read more

–>

Announcing File Persistence in Hosted Apps for Hackers

We mostly think of repls as being full computers in the cloud, and one of the goals of the platform team at Replit is to enable people to build almost anything in replspace. In the past, when a file was stored in a repl, it would only be saved when the editor was opened. This went against our goal and made it impossible to write certain servers that changed files at runtime. This was especially hard for newcomers, because that’s the easiest way to persist information. Starting today, Hacker and Teams subscribers will be able to write services that accept file uploads or store data in a local database (think SQLite) or text file, regardless of how the repl was started.

Read more

–>

Python for Beginners: Interpreting My Amazon Spending with a Repl

About a year ago, I created a blog series on a novice learner’s journey into the world of code through a look at the basics (read the whole series here). Now, with a much larger knowledge base and understanding of both code and Replit, I am taking it a step further into a new language and project. My goal is to create a practical beginner project and justify why using Replit is the best option, even for beginners.

Read more

–>

Betting on Nix: donating $25K to the NixOS Foundation

As building software grows more like snapping Legos together, how people find and use those Legos becomes more important. That’s why we are donating $25,000 to the NixOS Foundation and betting on Nix as the future of software distribution.

Read more

–>

Faster Nix Repl Startup

For the past few months we have been working on improving our Nix integration. Nix allows users to easily use over 80,000 Linux packages in a repl. Nix opens the door to many exciting tools and applications on the platform. Our goal is for every repl to be backed by Nix. Before we can do that, we need to ensure that the Nix experience is just as good, if not better, than our existing Polygott solution.

Read more

–>

Changelog – September 2021

Welcome back to our monthly changelog! This month was full of bug fixes and small tweaks during one of our busiest times of the year. As always, we love hearing from you! Drop us a line on twitter or on our feedback board!

Read more

–>

Back to School 101 – Curriculum Resources

Part 2 of our back-to-school series.

Read more

–>

Alexa Summer Hackathon Results

During our summer hackathon, we challenged our community to build Amazon Alexa skills. As usual, we were blown away at the results. This blogpost will announce the winners and showcase some of our favorite submissions.

Read more

–>

A New Code Editor for Mobile – CodeMirror 6

Today, we are thrilled to announce CodeMirror as the new code editor on Replit for mobile devices. CodeMirror is a versatile code editor that has been specifically designed with mobile in mind, providing an excellent touchscreen experience. This change is the beginning of a focused effort on mobile development here at Replit; the editor is just the first step! The editor supports all the features you expect from a code editor, and we’re working on making it even more powerful.

Read more

–>

Data Loss: a sad tale with a happy ending

Earlier this year, we discovered that we were losing data for some of our users. This manifested as either repls being completely empty after reloading, or some of the changes to files not being present after reloading. Obviously losing data is the worst we can do, so we had to fix this immediately. This blog post narrates the adventure of how we discovered this, how we fixed it, and the lessons we learned during the way.

Read more

–>

New Kaboom Workspace

kaboom2000

Read more

–>

Announcing the Replit Curriculum Hub!

Say hello to the Replit Curriculum Hub, your one-stop-shop for quality CS learning materials!

Read more

–>

Making Replit Faster for Everyone

Replit’s mission is to make programming accessible and provide computer superpowers. To achieve that goal, repls need to be fast. To that end we’ve been working on a number of improvements in our infrastructure and code to unlock faster repls.

Read more

–>

Changelog – August 2021

Fall is right around the corner, and its time for the August edition of our monthly changelog!

Read more

–>

Coding for Change

Replit and Congressional App Challenge are joining efforts to increase Computer Science literacy and access in the U.S.

Read more

–>

Replit Teacher Updates – August 2021

*Edit: As of March 2022, Teams for Education is now free to all educators. You can gain access here.

Read more

–>

Replit Joins Google for Education Integrated Solutions Initiative

New Replit features, powered by Google Cloud, make it easier than ever for students to code.

Read more

–>

Replit²

Replit has many use cases and features, but one that’s less talked about is its ability to serve as a secure compute environment for specialized apps. What if you want to build some tool that will generate code, then execute it for your users? Or maybe you are building a specialized online IDE that injects code for users, then executes the bundle? With Replit, you can start building those kinds of applications quickly without having to focus on building a fast and secure backend. Build the frontend, we’ll provide the compute power.

Read more

–>

Building Alexa Skills On Replit

At Replit, we want to give everyone in the world computer superpowers.

Read more

–>

Changelog – July 2021

We’re back for the July edition of our monthly changelog where we highlight some of our big and small feature releases, user experience changes, and bug fixes!

Read more

–>

The wild west of the internet

Emails are the wild west of the internet. A lawless land filled with incompatibility and unexpected behaviors. At the same time, it’s still one of the best ways we can reach our customers and inform them about new features and events that they might be interested in. I’m going to talk about a recent experience I had with the emails, specifically Gmail iOS dark mode. My hope is that you can learn from this experience and it’ll save you the time and turmoil it cost me.

Read more

–>

A Python Framework With Built-in Database and Auth Support

Replit enables coders to build apps quickly. With nothing but a browser, a developer can spin up a server, store data in Repl DB, and authenticate users using Repl Auth. However, until today, users had to string together all these components to build an app. This is why we’re excited to announce replit.web, a Python framework focused on making apps quickly. Building an app with user auth and persistence has never been easier:

Read more

–>

Building a web app with Nix (Because why not?)

Learning a new programming language can be a very difficult task. Where should you start? How do I improve my skills from “Hello, World!” to building complete applications? It helps to have a starter project. One of my favourites is building a web app. I have been learning the Nix package manager for a few weeks now – starting with creating a dynamic version system – and I think its the perfect time to write a web application with it (Even though I probably shouldn’t).

Read more

–>

Building the future of collaborative coding

One of the most powerful aspects of Replit is the
ability to collaborate with friends and peers in real time.
When we first added support for multiplayer,
we set out to make it as easy as possible to code with others.
Since then, collaboration has become an integral part of our product
with the release of features like threads
and draw.

Read more

–>

Changelog – June 2021

Welcome to the June edition of our monthly changelog, where we highlight some of our big and small feature releases, user experience changes, and bug fixes!

Read more

–>

Multiplayer Debugging Experience for Python, Node.js, Java, and C/C++

A couple of months ago, we announced our intention to create a new collaborative program comprehension experience for your repls. This project isn’t just about figuring out what’s wrong with your code, but really understanding what’s going on, together with the people you work with. Today, we are happy to announce that we’re releasing the first phase of this experience: a Replit-native, zero-configuration, multiplayer-friendly, interactive debugger for C, C++, Node.js, Python, and Java repls!

Read more

–>

AmpleMarket gets their whole team coding with Replit

Speed is the number one thing that lets startups compete against the big companies. Imagine how fast you could move if your whole team could do even just a little bit of coding. That tedious repetitive task? Automate it. Communicating product requirements? Code an MVP. Etc. Etc.

Read more

–>

How I learned to code by creating a simple Slack bot

Hi, my name is Tala👋 , and I have always been so inspired by engineers and their ability to create something out of basically nothing. So one goal of mine was to be able to create something just like they do every day. Mind you, in no way am I experienced in programming; I actually find it quite intimidating (my background is business). However, I wanted to challenge myself and start off small by creating a Slack bot that can automatically send our “Weekly Wins” thread.
Weekly Wins

Read more

–>

[RV0] How a team of high schoolers built a tool to make machine learning easy

Hello! Today, we’re announcing the beta launch of Kobra, a visual programming language for machine learning.

Read more

–>

Lessons on CS Equity from the RESPECT Conference

I had the pleasure of attending the RESPECT conference last month, convening with and hearing from a number of CS educators and researchers throughout the week. The focus of the conference was on equity in CS education.

Read more

–>

[RVO] How Nisawa is Enabling Reliable Delivery in African Cities

Can you imagine how you’d get a package or meal delivered to you if your house did not have a physical address? Now imagine how that would work if your local food delivery, postal, or parcel services were also ineffective, lacked the technology, or didn’t exist at all.

Read more

–>

[RV0] How we used focus and prioritization to transform our student-run startup

Running a successful startup is like driving a nail through a thick piece of wood. You can hammer as hard as you want, but without a sharp nail–extreme focus and a specific target–you’re not going anywhere.

Read more

–>

Top 8 Common Java Errors for Beginners – and How to Solve Them

Did you know that in Java’s standard library, there are a total of more than 500 different exceptions! There lots of ways for programmers to make mistakes – each of them unique and complex. Luckily we’ve taken the time to unwrap the meaning behind many of these errors, so you can spend less time debugging and more time coding. To begin with, let’s have a look at the syntax errors!

Read more

–>

[RV0] How we gameified exploratory CS with Tech Roulette

We’re Execute Big, a CS education non-profit org, and as three-person strong team, our mission is to give every student the chance to explore and experience CS education. We’ve been bringing unique programs to students across the country, and the move to virtual programs sparked a little creativity in us — after all, virtualization has made education more accessible than ever.

Read more

–>

How we went from supporting 50 languages to all of them

At Replit, we want to give our users the most powerful, flexible, and easy-to-get-started coding environment. However, it has been limiting because we only support a fixed set of languages and OS packages, some of which are outdated. Ideally, users should be able to use any language and install any package with minimal fuss. That’s why today, we’re announcing that we’ve incorporated Nix in our infrastructure to give users access to over 30,000 OS packages instantly.

Read more

–>

Replit Apps

Apps

Read more

–>

A URL Shortener in 16 Lines of Code with Node.js and nanoexpress

The Backstory

The Slack message I received last October
In October of 2020, Meghan, our people person, messaged me asking if there was a professional-looking URL shortener. Over the next 48 hours, I created Replit.sh, a URL shortener for use by the Replit team and published it on Github for anyone to use. For the past few days, I have been working on rewriting the entire system from the ground up and so it just made sense for me to make a tutorial on how it is done.

Read more

–>

How to send $ETH in 19 lines of Python

With the emergence of blockchain technology, people can get paid from anywhere in the world. This type of transaction is revolutionary because we are able to send value from one person to another with no bank.

Read more

–>

Team Nicknames

You can now give your team members nicknames in Replit Teams! This will help admins better organize and view their teammates.

Read more

–>

Replit Empowers Synctera to Find Hidden Talent

Talent is one of the most important factors in the success of a new business, and Synctera has been using Replit to run a technical interview process that effectively uncovers the best engineers, whether they have a stellar resume or a nontraditional background.

Read more

–>

Why We Built Our Own DNS Infrastructure

This post is part of a series about the wonderful world of clusters. Check out the first post for an overview of what clusters are all about. In this post we will take a peek under the hood of our hosting infrastructure and walk through how we made hosting work in a multi-cluster world.

Read more

–>

Why We Switched From Webpack To Vite

At Replit, our mission is to make programming more accessible. We provide people with free compute in the cloud so that they can build apps on any device. Among the most popular ways to create apps on the web today is React. Historically, however, React tooling has been slow on Replit. While the JavaScript ecosystem has produced excellent tools for professional developers, many of the most popular ones, like Create React App and Webpack, have become increasingly complex and inefficient.

Read more

–>

Debug, Debugger, Debuggest!—A new Collaborative Comprehension Experience

Earlier this year, we decided to close the #1 most requested entry in our Canny board, which requested to improve our previous debugger so that it could also work with multiple files in a project. This was done because it became very clear that there is a need to have better tools to aid with program comprehension built directly into Replit. But we also realized that we could go even further. Even though most of our users could be happy with a traditional debugger experience, our mission is to give people computer superpowers! So today we are announcing that we are working on a new, reimagined, collaborative debugging experience (or maybe we should call it a “program comprehension experience?”).

Read more

–>

A whiteboard for every repl

Replit is a place where beginners, educators, and professionals alike can code and share their ideas collaboratively. Something that goes hand and hand with your source code is how you communicate it. We built threads, which allow you to leave contextual messages around code, and added better markdown support for READMEs and other guides. However, we were missing a visual way for people to explain and collaborate around code. Today we’re excited to announce support for draw files, powered by excalidraw.

Read more

–>

Announcing Secrets Management

Replit is the go-to place for a lot of people to build their applications. People build chatbots, web applications, games, and so much more. Naturally, projects like this need to maintain sensitive information (secrets). Today we’re announcing a new and improved way to manage secrets.

Read more

–>

Announcing Replit Ventures

ventures
Read more

–>

Boosts

Our Hacker plan has always been a great choice if you need more powerful repls. In addition to benefits like private repls, more storage, and always on, the Hacker plan gives all of your repls 4x the CPU and RAM compared to those in our free plan.

Read more

–>

Introducing system audio

We know that games are an important part of our commitment to making programming more accessible, more creative, and more fun. Back in February when we announced a significant revamp to our graphics stack, we also promised that we would also provide system audio integration. That support is finally available today, as an opt-in feature.

Read more

–>

Securing your graphic repls

Have you ever wished to be able to protect your graphic repls against prying eyes? Starting today, all VNC connections are automatically protected by the same token that keep your connection to the repl secure. There is nothing you need to do, since this is completely transparent.

Read more

–>

Introducing Kaboom

Games are awesome, making games is even more awesome. I love making games, making games makes me happy, being happy makes me make better games, i hope everyone can be happy and enjoy making games!
— me, today

Read more

–>

Welcome to the Wonderful World of Clusters

Having a solid foundation is critical for us to be able to fulfill our mission of making programming more accessible, more creative, and more fun. We did a great job of making the platform more stable during last year, but every now and then we would still run into unforeseen problems that cascaded into other parts of the platform, producing a bad experience for everyone. So back in October (just a few weeks after I joined the team) when we had 2 load-related site-wide outages within a week, we knew it was time to do a major overhaul of how our infrastructure handles traffic. And now today, we’re announcing that as a side effect of that infrastructure change, Hacker repls now run in newer, more powerful machines, which means that we’ll have more room to grow and experiment with more benefits for Hackers (and you might find that things feel a little bit snappier lately). This is the first of a three-part series of blogposts on how we rebuilt our infrastructure over the course of ~5 months.

Read more

–>

Introducing the Python package cache

Figuring out how to install third-party libraries can derail people from learning to code or starting a new side project. We built the Universal Package Manager (UPM for short) to save people from having to think about package installation at all. Just import the library, press run, and UPM will install it into your repl!

Read more

–>

Replit Case Study – Catalyst Coding Club

Realizing the lack of exposure to STEM skills for younger students, a group of high school students started Catalyst, a club to introduce students all ages to CS and making sure it is accessible for everyone. Located in Redmond WA, Catalyst strives to produce an environment in which students can thrive and become passionate about the technological world. It is our goal to help ensure students in our community get the exposure they need to computer science and make an informed decision about their future careers.

Read more

–>

Markdown Preview

It’s always been super fast to start writing markdown in a repl. However, the more we used it, the more we realized there were some key features we were missing that would make our lives easier. Which is why we’re excited to announce all of the new improvements we’ve made to the markdown editing experience on Replit!

Read more

–>

Replit Dotcom

tl;dr In the next few days, we’ll be moving domains from “repl.it” to “replit.com.” Nothing is required on your end — all urls will automatically redirect and you’ll remain logged-in (as if by magic). Nothing else changes. We prefer if people referred to us as “Replit” (pronounced rep-lit 🔥). To understand the origins of our name and how we got here, it’s useful to tell you the Replit genesis story:

Read more

–>

Replit’s Intern Interview Process

Our team is blown away by the level of talent that applied to our 2021 internship programs. I read every official application (over 500!) and looked at countless projects. Our initial intention was to be open to community members that saw the post on our jobs page, applicants that I spoke with at college career fairs, and people that our teammates referred. However, our application link was quickly shared, and we had an avalanche of talented and passionate candidates applying.

Read more

–>

Introducing Threads: Have Conversations Around Code

A few months ago, we announced Annotations for our education users, a feature which lets Replit collaborators highlight code and discuss it in context.

Read more

–>

Project Due Dates

*Edit: As of March 2022, Teams for Education is free for all educators. You can gain access here.

Read more

–>

March 2021 Privacy Update – better protection for you and your data

At Replit our mission is to make programming more accessible to everyone, everywhere, and as we’ve been going global, we know that we have to comply with various privacy laws and regulations around the world, so that you can focus on coding, not privacy compliance.

Read more

–>

Replit Teams for Education is Leaving Beta!

*Edit: As of March 2022, Teams for Education is free for all educators. You can gain access here.

Read more

–>

No-setup Unit Testing

Unit testing is a powerful way to verify that code works as intended and creates a quick feedback loop for development & learning. However, setting up a reproducible unit-testing environment is a time-consuming and delicate affair. At Replit, our goal is to give people coding superpowers by demolishing barriers and democratizing access to expert tools. Today, we’re launching our zero-setup unit testing environment.

Read more

–>

HTTPS by default

The easiest, fastest way to put a server on the internet should also come with secure defaults. That’s why we’re excited to announce that Replit is now HTTPS-first, which brings additional privacy, integrity, and security benefits to servers hosted on our platform. This applies to every HTTP server repl on Replit.

Read more

–>

Series A to Revolutionize Computing

Our mission is to give everyone in the world computer superpowers. We build powerful yet approachable tools & platforms for developers, students, and educators.

Read more

–>

Responsible Disclosure

On Sunday, January 31st, a vulnerability was disclosed to us by Replit users. People had been allowed to transfer repls they did not own to teams they did own. Within minutes of finding out, we disabled the affected endpoint. We have found no evidence that this vulnerability was exploited to transfer repls from any of our users. If we had found evidence, we would have contacted the affected community members immediately.

Read more

–>

Hosting Apps with Always On

Today we’re excited to announce that Always On repls are available to all hackers! Anyone with Hacker plan can choose up to 5 repls and keep them running all the time. Users with a free plan can access Always On power ups using Cycles! With Always On, you can for example spin up and host an app like a Discord bot in 30 seconds:

Read more

–>

Introducing Spotlight pages

Replit has never been just about code.

Read more

–>

The Internet of Fun

Yesterday, I accidentally built a chat app. Surprisingly, it wasn’t the first time it happened.

Read more

–>

A final farewell to Classroom and a hello to the future with Replit Teams

Hello teachers, and welcome back to another week of updates to Teams for Education. We’re continuing to invest heavily in the product, with over half of our engineers working on Teams right now, and are committed to education and to helping give computer science teachers super powers!

Read more

–>

Killing Containers at Scale

To make it so that anyone with a web browser can code on Replit, our backend infrastructures runs on preemptible VMs. That means the computer running your code can shutdown at any time! We’ve made it really fast for repls to reconnect when that happens. Despite our best efforts, though, people had been seeing repls stuck connecting for a long time. After some profiling and digging into the Docker source code, we found and fixed the problem. Our session connection error rate dropped from 3% to under 0.5% and our 99th percentile session boot time dropped from 2 minutes to 15 seconds.

Read more

–>

Rails in 30 seconds

Philosophically, Replit and Rails are incredibly aligned. We both exist to remove excessive configuration and complexity that stands in the way of building things. However, for a long time, it bothered me that Replit didn’t work well with Rails because we focus on small and lightweight projects. Recently, our infrastructure has gotten much more powerful, and I decided to give Rails another spin. It turns out it’s not only possible to do Rails on Replit; it’s quite a delightful experience. It takes less than 30 seconds from starting a project to seeing the welcome screen:

Read more

–>

Going Global

We had the idea for Replit in Jordan, launched as a startup in New York, and incorporated as a company in San Mateo. The US gave us the infrastructure, the capital, and network to launch our business, and for that we’re forever grateful. However, to us, the internet is a new country and we want to make our citizenship official and our commitment real. We’re joining our global community of hackers, students, teachers, and entrepreneurs and becoming a global company and service. Starting today:

  • Our first two non-US compute regions are up — Mumbai, India and London, England — making us a global service
  • We’re hiring worldwide making us a globally distributed company

Read more

–>

Ode to Educators

“Why am I here? I don’t even like computer science”, Raul lingered by the door, his body language showing his discomfort. “This is a mistake. I’m not supposed to be here”. Now fully within the classroom, Raul alternated between pacing in circles and eyeing the last few good seats left in our quickly filling classroom. Several minutes passed, and my students used the last remaining minutes of their passing period to trade stories from their summer and muse about the overwhelming sensation of the coming year. They were 11th graders now, after all; this was “the most important year to appeal to colleges.”

Read more

–>

Native Graphics Love ❤️

We have reimagined the native graphics experience on Replit. Our community of educators and hackers have given us immense feedback on graphics performance and reliability.

Read more

–>

Improving Graphics

Since we introduced native graphics in the browser in 2019, our community has built awesome games and programs in LÖVE, Pygame, and Java Swing. Being able to write some code and see the results right away is what Replit is all about. That and finding peace in a bouncing DVD logo:

Read more

–>

Tabbed Shell

Among the many things that makes Repl.it special is our ability to provide free
compute to millions of users. We’ve built a platform that not only lets you
write and run code, but also gives you access to a Linux container through which
you can execute arbitrarily complex commands. Despite being such a powerful feature,
we haven’t done a great job of exposing that capability to its fullest.

Read more

–>

Input/Outputing Testing & Autograding

Today, a highly requested feature has been released: Input/Output testing & autograding. The Input/Output Tests pane is embeded within all new and existing Teams for Education projects.

Read more

–>

Servers just got 4x more powerful

This week, we’ve rolled out a change for our Hacker plan subscribers: your servers have up to 4x the speed!

Read more

–>

Anyone Can Code – Week 7

I have come to the end of my journey and have to say I am pleased with the outcome. My knowledge level before this experiment was literally zero. My husband even told me that code was hard and it would be difficult to produce an entire website in a short period of time. I will admit there were several times of head scratching and google searches galore. I also had several experts I could go to when CSS was confusing me. However, overall, I feel I gained knowledge on a subject that was, formerly, completely foreign to me. Ironically, an associate of mine reached out looking for someone who could assist her in solving an HTML code issue on her website. I was able to successfully help her fix the problem and explain to her some of the basics of code. I wouldn’t go so far as saying the former teacher turned student has become the teacher again, but this new skill set is already coming in handy.

Read more

–>

Top 8 JavaScript Errors with Solutions

According to the JavaScript MDN web docs there are six types of JavaScript errors, seven if we count warnings. However, the most common JavaScript errors triggered while coding are reference, syntax, and type errors. This article dives into the top eight of these errors, with examples and descriptive solutions on how to fix them.

Read more

–>

Anyone Can Code – Week 6

Here we are at week six and the web page is essentially done! That wasn’t so bad, was it? (Here is what I have done the last five weeks). The final step is to create a customized domain. This final step is optional because Repl.it does provide a domain name when a web page is created. However, for something more personalized, a customized domain name can be purchased. The cool part about this is when a domain name is purchased, you can call it whatever you want (as long as the name’s available), you own it, and no one else can use it.

Read more

–>

We’ve Been Pwned

As long as I can remember Replit has been receiving a large number of vulnerability reports. We’re very grateful for these and take them extremely seriously. However, 99% of them stem from a misunderstanding of what we do. Our main product is RCE (remote code execution) and naturally this leads to a whole lot of RCE vulnerability reports.

Read more

–>

How Far We’ve Come

In early September we set out to simplify and stabilize Replit. “There’s no better time to cut back than when you’re growing,” said Amjad. We’ve been working on this project in earnest for 10 weeks now. When you’re in the thick of improving things all you can see is what remains undone, so it’s good to look at how far you’ve come!

Read more

–>

Anyone Can Code – Week 5

How are we already into week 5 of this project? It’s amazing how much I have learned in such a short time. (If you need a recap of the last four weeks, you can go here). When the basic foundational steps are broken down into small chunks, the world of code doesn’t seem as overwhelming as I thought it would be!

Read more

–>

Markdown syntax for Annotations

Great news! We just made it a lot easier to have conversations about code. You can now use familiar markdown syntax in annotations and chat.

Read more

–>

Teams for Education, Fall 2020 Updates

*Edit: As of March 2022, Teams for Education is free for all educators. You can gain access here.

Read more

–>

Anyone Can Code – Week 4

I am over halfway done with this project and I have learned so much. Coding intimidated me at first, but with Replit it has been extremely user friendly, fun, and attainable!

Read more

–>

In-Demand Technologies to Learn to Get Into Tech Industry in 2020

It is no surprise that the information technology and software industries will continue to grow as an in-demand profession with many pathways that can be pursued. For software development alone, according to the U.S. Bureau of Labor Statistics projects that the job outlook will increase by 22% by 2030.

Read more

–>

Anyone Can Code – Week 3

Remember how I said three weeks ago (see the first week of my journey here) that anyone can code? Well, it really is true. In fact, I am kind of impressed with myself in how quickly I have been able to figure out the basics of coding ;). Using Replit, online tutorials, videos, and the guidance of a few experts (at Repl.it) has made the learning curve way less intimidating. But if you follow along with me, it can be easy for you too!

Read more

–>

reCAPTCHA and the anonymous experience

When we started Repl.it, we set out to remove all friction from getting started with programming. That also meant getting out of the way and letting you code as quickly as possible. As part of that, and for a long time, you could start coding on Repl.it without a user account.

Read more

–>

Anyone Can Code – Week 2

Now that I know WHAT I am going to do (read last week’s blog post here), I need to learn HOW to do it. The world of coding can be overwhelming if you try to learn too much at once. Like school, you have to learn the basics before you can learn more advanced concepts. In this instance, I need to learn basic languages, skills, and concepts first and not get consumed by the many, many advanced concepts of coding.

Read more

–>

Group Projects on Teams for Education

Today we are excited to introduce Group Projects on Teams for Education. Group Projects enables students to collaborate as groups on teacher-created lessons in 50+ programing languages via our familiar and powerful online IDE.

Read more

–>

Programming Language Jam Results

We’re thrilled to announce the PL Jam results. Here are the criteria our judges used:

Read more

–>

Top 7 CSS Interview Questions

In web developer job interviews, you may come across some Cascading Style Sheets (CSS) questions when a hiring team assesses your knowledge of the differences between the main languages used in web development. The cool thing is CSS and HTML are used by all web developers ranging from WordPress developers to Python developers.

Read more

–>

Top 7 CSS Interview Questions

As one the first topics a full stack web developer or web designer learns, Hypertext Markup Language (HTML) is the basis of a website. It is one of the most popular languages to use in the construction of a web page, used by web developers and designers.

Read more

–>

How Fig Shipped an MVP in Two Weeks During YC

My name is Brendan Falk. I am one of the co-founders of Fig (YC S20). Fig adds visual apps and shortcuts to your Terminal. We make it easy for developers to build visual apps that streamline terminal workflows. We then let developers share apps with their team and the community. Our website gives a good demo.

Read more

–>

Classroom is Transitioning to Teams for Education

Edit on Thursday, November 12:
We’ve prolonged the Classroom deprecation date to 1/31/2021 to give teachers whose fall classes carry over into the new year extra time to transition.

Read more

–>

Code Annotations (available now for Teams for Education!)

The future of programming is collaborative. To this end, we’ve just added a new feature that unlocks a lot of potential for educators: the ability to annotate code.

Read more

–>

Education Privacy Update

Teachers, educators, and administrators, we’ve heard your concerns about privacy. We’re excited to announce a new feature for Teams for Education, Private Invites, designed specifically to keep students’ (including those under the age of 13) information private. Click here to create a team.

Read more

–>

Focusing on a solid foundation

At Repl.it, our mission is to make programming more accessible, more creative, and more fun. A place away from the modern software development grind. It’s an ambitious mission, and it’s already resonated with millions of coders who followed their creative energy to build great apps, like repl.email, a free email service built and hosted entirely on Repl.it and available to anyone with a Repl.it account.

Read more

–>

A database for every repl

Repl.it is already the best place to build your apps. But there was a missing piece: where do you store your data?

We’re introducing Repl.it Database: a fast, free, and easy key-value store that’s built into every repl.

Read more

–>

How to Land Your First Job as a Python Developer

Python’s status as one of the world’s most widely used programming languages is well known. Some experts rank it to be at par with JavaScript in terms of simplicity, flexibility, and popularity. Its syntax is so straightforward and easy to read, custom-built software packages written in Python are the most shared in top online repositories. From app development to Google using the language for crawling webpages — Python is everywhere and it’s an exciting time to be a Python Developer.

Read more

–>

Fall 2020 Education Update

Hey teachers! Back to school is here and we’ve got an update on our education products and pricing.

Read more

–>

Top 8 Python TypeErrors (and How to Solve Them)

Encountering errors is a natural part of working in computer science. Whether you are a seasoned coding expert or a newbie, seeing some red text in a console accompanied by an error message is an experience that you will have often.

Read more

–>

CLUI Command bar and Search

One of the challenges of adding new functionality to any interface is balancing discoverability with visual clutter. We’ve written before about how a universal command bar can be a great way to expose features without overloading the UI with buttons. This pattern already works well for us in our mobile interface, so now we’re bringing it to desktop! Here’s a demo of what it looks like:

Read more

–>

Prepare for a Python Interview with These 7 Questions

How you respond to questions in a technical interview has a massive impact on whether you’re offered a job with an organization. If you can answer technical questions well and explain your reasoning, your chances of being offered a job is greatly improved.

Read more

–>

7 Questions to Help You Prepare for a JavaScript Interview

Job interviews are stressful enough. Technical interviews take the process a step further. In a technical interview, knowing the answer to a question does not necessarily mean you’ll be able to answer it. You need to know how to articulate the complex technical topics that you’ve mastered.

Read more

–>

The role of AI in coding

In the past decade, we’ve seen an explosion of innovation in AI and machine learning. However, coding itself was barely touched by AI. The most significant example of AI-powered coding tools is editor autocomplete extensions like Kite or Tabnine.

Read more

–>

Common Errors Python Beginners Encounter (with Solutions)

Like English, Python has its own set of rules. Lines of code have to be written in a certain way, just like how sentences must follow a specific structure. Punctuation must be used within a set of guidelines when you’re writing in both English and Python code.

Read more

–>

Language Jam Registration is Open

You can now register your team to enter the programming language jam! In addition to setting up your team you can start brainstorming ideas, but we ask you to wait until the 10th before you start hacking.

Read more

–>

Audio – Play sound in any language on the web

Audio brings games and projects to life! Web developers have it easy, they can publish their apps on the web and play audio using the browser API no problem. However, what about those of us that are command-line and graphics apps in other languages? Repl.it is a special place on the web where you can publish any app in any language, but so far it’s been missing audio capabilities because code executes in a container on the backend. This summer, for my internship I set out to solve this problem and make it possible to play audio in any repl in any language. In this post I’ll show you how to play audio in your repl and then I will chronicle the journey that got us here.

Read more

–>

New course – How to teach yourself coding with Quizlet Founder Andrew Sutherland

Like many of you, we’ve been stuck at home, trying out new hobbies, attempting to learn new things, and anxiously waiting until life “gets back to normal.” Well, regardless of how you’ve been spending your time during COVID, if you (or a friend or family member) have been wanting to learn how to code, we want to help!

Read more

–>

Shareable Computing

This is a guest blogpost by GPT-3, the new AI software from OpenAI. We only gave it the title and “Repl.it” and it generated the following post for us

Read more

–>

A Beginner’s Guide to SQL

Data is absolutely everywhere. When you visited this web page, you generated data. When you took a note of your to-dos for the day in your reminders, you generated data.

Read more

–>

Emmet support

Emmet is a plugin for many popular text editors which greatly improves HTML & CSS workflow, it’s also one that’s been requested by many of our users.

Read more

–>

Dear users coming from Glitch

First, at Replit we’re not motivated by competition. What we care about the most is making programming and computing more accessible. That means anyone who wants to code and build things should be able to do so without any hurdles.

Read more

–>

Java Concepts I Wish I Knew Years Ago

When I think about the best programming languages to learn, Java is near the top of the list. The language has a wide range of use cases and a beginner-friendly syntax that makes it a great language to learn. While Java may be older than some languages like Ruby or Python, it’s a valuable skill to have if you’re willing to devote the time to learning Java.

Read more

–>

CSS Concepts I Wish I Had Known Years Ago

When I think of web development, I like to think of it in terms of building a house. When we learn HTML, we are learning how to build the web page from the ground up, framing it with the lumber that will eventually become our end product.

Read more

–>

Multitabs

Repl.it is a great place for prototyping ideas and starting new projects. However as your projects get bigger, the editing experience starts feeling a little limited. That’s why we’re exciting to announce that we’re adding support for tabs!

Read more

–>

Teams for Education

*Edit: As of March 2022, Teams for Education is free for all educators. You can gain access here.

Read more

–>

Git: An Introduction for Beginners

When you’re working on a software project, it’s crucial to keep a log of all the changes made to the project. This will help you see how your work has evolved over time. It will also allow other collaborators on a project to keep track of what changes have been made and by who. That’s where Git comes in.

Read more

–>

Community Video Competition

Over the past week, we ran a video competition for Replers. We got some great submissions from the community, and now it’s time to announce the winners!

Read more

–>

Popular Beginner JavaScript Concepts

JavaScript is behind nearly every modern website on the web. JavaScript powers most of the dynamic features you see on the web, such as buttons which change when they’re clicked or images with zoom capabilities.

Read more

–>

Popular Beginner Python Concepts

Python is a programming language that’s widely favored by beginners. It’s no wonder, really. Python has a simple syntax which many people say resembles English, so it’s easy to read and write. In addition, Python is used for a wide array of purposes, from data science to web development.

Read more

–>

Repl.it and GitHub Classroom

Repl.it has always tried to make coding fast, easy, and work seamlessly with your other tools. That’s why we’re excited to announce that Repl.it has teamed up with GitHub Classroom to make learning how to code even easier.

Read more

–>

Share where you are in a Repl with Deeplinking

Oftentimes when we’re sharing a repl with a friend we want to link them to exactly where we are in our project. Well now you can with deeplinking!

Read more

–>

Terminal Links

Terminals make it hard to copy things: Selecting text works differently to what people are used to, and ^C aborts the current program. Links are hard to use.

Read more

–>

Improving Repl.it’s Mobile UX

I like the process of writing because of how simple and portable the tools are. Regardless of time or place, a way to write things down is never far away. There’s very little friction between inspiration and experimentation. I wish writing code was more like this.

Read more

–>

Terminal Search

When you’re deep into a debugging session printing a bunch of here, there, and wat, the output in the terminal can get hard to read. That’s when search comes in handy, and that’s why we’re excited to announce our new terminal search functionality.

Read more

–>

Packaging Support for Java – Try Maven Packages in Your Browser

Java is one of the most popular languages on Repl.it, and the JVM powers many of our other languages (Java Swing, Clojure, Kotlin). We want to make it as easy as possible to code with other people and build new programs out of programs that already exist. So we’ve added packaging support for Java!

Read more

–>

Using Repl.it as a CMS

At Repl.it, we try to dogfood (use our own product) as much as we can. Parts of Repl.it are already developed on / hosted entirely on itself– our blog, our docs, and even our new UI library is being developed almost entirely on Repl.it. But one interesting use case we’re exploring now is using Repl.it as a CMS for all of our new marketing pages.

Read more

–>

How to Conduct Remote Interviews

Remote interviews can be hard, especially if you’ve never done them before. With the COVID-19 crisis, we’re seeing a lot of teams forced to transition to remote interviewing. Luckily, we’ve done hundreds of remote phone screens, and more recently we’ve been doing what we’re calling “remote onsites.” In this post, we’ll describe how we and some of our customers leverage Repl.it Multiplayer — our realtime collaborative development environment — and other tools to interview candidates remotely.

Read more

–>

CLUI: Building a Graphical Command Line

“Command line interfaces. Once that was all we had. Then they disappeared, replaced by what we thought was a great advance: GUIs. GUIs were – and still are – valuable, but they fail to scale to the demands of today’s systems. So now command line interfaces are back again, hiding under the name of search. Now you see them, now you don’t. Now you see them again. And they will get better and better with time: mark my words, that is my prediction for the future of interfaces.” [1]

Read more

–>

Repl from Repo

When I think of GitHub I imagine a vast network of people and code; a
superorganism that changed how we make software. When I was getting into
programming, starting a new project was daunting — you had to imagine and
build everything nearly from scratch. My version of code-sharing was calling my
older cousin who was going to college for CS and getting code dictated to me
over the phone. When the Internet arrived in my home town, it made hacking on new
projects so much more fun. Starting a new project, at least initially, became
about discovery:

Read more

–>

Free Hacker Plans for Eligible Students

We believe everyone should have instant access to a complete coding environment in their browser. That’s why Repl.it has joined the GitHub Student Developer Pack, giving eligible students free access to private repls, unlimited multiplayer sessions, and additional processing power. Students can now focus on learning and collaborating with their classmates in new ways, without the hassle of setting up a new environment each time.

Read more

–>

Making Repl.it Collaborative at Heart

Coding, people believed, was an activity hackers did alone. While that might
have been true in the past, the world is changing. New programmers come online
every day and they want to effortlessly work and interact with others while
writing code. Yet collaborative coding environments have remained troublesome to
setup.

Read more

–>

SQLite, replified

SQLite is now a supported language on Repl.it! Our SQLite support brings the entire SQLite command-line interface right into your workspace. Now you have a simple way to experiment, prototype, or refine your data model with SQL.

Read more

–>

Previewing Markdown in Repls

When our community members want to provide instructions within a repl,
the most common pattern we’ve seen is in a .txt file, or as a code
comment. Users quickly figured out that while they could make markdown
files, there was no way to render it in a more readable format. Today,
that changes. We’re happy to announce that you can now preview markdown
in repls!

Read more

–>

Adding a language to Repl.it: Emacs Lisp

At Repl.it, we want to provide a top-tier online programming
experience in as many languages as we can support. Today, we’ll show
you just how we do that.

Read more

–>

Make coding your jam

Code + music: In tune with each other

Read more

–>

Repl.it Q&A

“Community” is one of the hardest concepts to define in the English language. Weird, right? It seems like it would be intuitive, but it’s actually something sociologists have struggled with for hundreds of years. Is a community defined by a shared space? A language? A goal? Something as nebulous as just a feeling or an attitude? The answer changes dramatically depending on who you ask.

Read more

–>

Repl.it GFX: Native graphics development in the browser

At Repl.it we live and breathe making software creation easier. With our
programming environment, you could start coding in your favorite language in
seconds. With live deployments, we made web hosting a breeze. With Multiplayer,
we’ve removed the drudgery from coding with friends. And today, we’re excited to
bring native GUI applications and game development to the browser.

Read more

–>

Repl.it Multiplayer

Today we’re announcing the most-significant evolution of our platform — something we’ve been building towards for a long time that we’re thrilled to share with you.

Read more

–>

Colorizing Stderr: racing pipes, and libc monkey-patching

Errors are red,
Outputs are white,
File descriptor injection is bold,
Let me tell you about LD_PRELOAD.

Read more

–>

Repl.it raises $4.5M, announces a million users

We’re thrilled to announce that we have raised a Seed round led by Andreessen
Horowitz, with Marc Andreessen and Andrew Chen championing the deal. We’re also
sharing that a million users are now using Repl.it. Moreover,
our developers have shipped 250,000 websites/apps since our hosting platform launch in March.

Read more

–>

File Switcher

A few days ago we shipped a simple feature that will save our users time in finding and opening files, especially for larger projects. This can even be used without having the file tree visible. Read on to see how to use it and to see a demonstration.

Read more

–>

Rejected Then Recruited: Our Journey into Y Combinator

“The intoxicating delight of sudden understanding”1 best describes what I felt the first time I derived the Y Combinator (guided by the Little Schemer book). Learning Lisp (by way of Scheme) is how I first came about Paul Graham’s essays. Which was, of course, a gateway drug to startups.

Read more

–>

Databases Built by Students

In case you weren’t aware, the repl.it discord server recently had a code jam, with the objective being to make a database. Over 14 people finished and submitted a design for the jam. However this jam was a bit different compared to our first and second jams. First of all, we have groups of 2, instead of individual people. This could be viewed and a boon or a bane, but we’ll go over that in more detail later. The second set differences were the bonus points. In the past, we’ve always graded on code quality, efficiency, and creativity.

Read more

–>

Bash Shell Experiment

Repl’s now provide access to an experimental bash shell via the command palette (F1)

Read more

–>

Dark Theme Released

Looking for how to change your Replit theme? Click here.

Read more

–>

Hack Chicago

On the weekend of July 21st, we sponsored and attended the Midwest’s largest high school hackathon, Hack Chicago!

Read more

–>

Community-Led Code Jams

A few months ago, we created a new Discord channel – a real time chat app – for Repl.it. We’ve since expanded our user count to be well over 500. Our Discord server is community-driven – we have a team of three users who help us moderate the server and facilitate a culture of friendly collaboration and sharing knowledge. However, our favorite outcome of this community are the code jams.

Read more

–>

How to use Firebase for a website with Replit

Today we’re going to learn how to use Firebase as a database for a simple website using JavaScript!

Read more

–>

Not Hotdog

Today we’re going to write a program that tells you whether an image is a hotdog or not!

Read more

–>

Universal Package Manager

Open-source has revolutionized software development — it wouldn’t be an
overstatement to say that it’s been the most significant productivity win for developers
in the last decade or so. At Repl.it, our goal is to make programming more
accessible and what better way to do that than make available to programmers the
entirety of open-source packages available at their fingertips.

Read more

–>

July Repl.it IRL Recap

On July 11th, we had our second Repl.it IRL and it was an amazing event!

Read more

–>

Zero Setup VSCode Intelligence

At Repl.it our goal is to provide state of the art in developer tools to
everyone in the world, for free. When we started moving our product beyond a
simple REPL and started adding IDE features, we had to invent standards and
wrappers around every language tool for our frontend to consume. For every
editor feature, say errors and warnings (linting), we had to extend our
development protocol with a set of commands and data structures, and then teach
our development containers how to wrap the given tool, say Pylint, and our
frontend on how to consume it (say annotate the editor with errors and
warnings). A similar thing has been happening with IDEs for the past few decades
— every editor had to come up with their in-house ad-hoc protocol, and every
tool developer had to build adapters and wrappers for editors to consume.

Read more

–>

Showcase Repls on your Profile

As you use Repl.it more and more, you often find yourself frequently creating repls for quick testing. On your repls dashboard, you can mark important repls by starring them – allowing you to quickly access them. However, there was no way to surface your best work on your profile – users would have to sift through all your repls to find the one they were looking for – until now.

Read more

–>

Repl.it @ StuyHacks

I’m still in high school but I just flew from San Francisco to New York City to be a sponsor at a high school hackathon so, yeah, you already know that the whole experience was pretty awesome.

Read more

–>

July IRL Info

For the month of July, our Repl.it IRL will be taking place on July 11th from 4 to 7 PM at the Bradfield School of Computer Science!

Read more

–>

Image Previews with Live Reloading

We recently added some changes to how eval mode/project mode operates. These changes allow you to interact with generated files through the console.

Read more

–>

How To Build a Website with Replit

While you can write web applications and text-based ensembles in Repl.it, sometimes it’s nice to be able to just put together a simple HTML/CSS website using the same awesome editor!

Read more

–>

React Framework Preboot

Two days ago we introduced our beta support for React frameworks, ranging from
static-site generators like GatsbyJS, to fullstack frameworks like
Next.js. Today we’re launching a significant performance enhancement that we’re
calling preboot.

Read more

–>

Repl.it IRL

On Monday, June 11th, we had our first Repl.it Meetup and it was super awesome!

Read more

–>

Repl.it ❤️ React

Despite the negative press
covfefe around React.js
when it first came out, I instantly fell
in love with it. The thing I liked the most about it was the component model. Until then
the JavaScript community has been trying for years to come up with the correct
abstraction for creating reusable modules, but it was always leaky. Because React
components are essentially functions, and because functions are the undisputed
champion of reusable code, it worked out extraordinarily well. You don’t need
dependency-injection, or any other modularity hacks, you simply pass props! Also,
the virtual dom made it so that components are, by default,
protected from other components prying into their internals.

Read more

–>

Don’t Let Your Development Environment Rot

Most systems — both natural and artificial — decay, rot, and eventually
die. Software is no different. A lot has been written about fighting
“software rot” but there’s another
type of rot related to software that’s not talked about much — the development
environment rot.

Read more

–>

Guest Blog Post: Neural Networks and Primes

Ollie Parish, also known as @op on Repl.it, is an avid Repler and constantly pushes our systems to its limits (in the best way). In this guest blog post, he describes his journey in using neural networks to generate large primes. You can also check out the repl described in his research: https://repl.it/@op/DNN-3-1

Read more

–>

A Better Way to Search Your Repls

Along with the ability to star repls and tag repls, we now take repl organization one step further with the ability to search through your repls.

Read more

–>

Repl.it: the IDE That Grows—from Playgrounds to Fullstack Apps

At Repl.it we come to work every day to explore a single idea—what if
programming just worked? What if instead of fiddling around with packages,
configurations, and mismatching versions, you just open your IDE and start
coding. What if developers can go from an idea to coding and shipping software
with no time in between. What if teachers who want to teach programming don’t
have to also work as IT administrators. What if students can just code their
homework without having to set up the development environment on every computer
they wanted to code on.

Read more

–>

Live Server Development and Deployment (Beta)

Repl.it is becoming the platform where developers come to learn and
build. With web hosting we also made it possible to host websites and
since then we’ve seen an explosion of websites hosted on Repl.it. Today we’re
going further by making it possible to deploy servers on Repl.it.

Read more

–>

File tree!

Sometime in 2016 we in introduced the concept of “files” to Repl.it, you would click add file and a tab would appear on your Repl. As simple repls grew into full fledged applications and websites tabs started getting ugly and hard to manage.

Read more

–>

Require Ruby Gems

On the heels of our Node.js npm support announcement, we’re pleased to announce that we now
support Ruby Gems too. We’re excited to have the Ruby
community join the fun.

Read more

–>

I Built This – Feb 2018 Competition Summary

As we released I Built This, our community where users can post about their repl creations, we were exposed to many amazing projects created by our users. To kick it off, we hosted a competition where users post their work and garner upvotes for prizes. The projects shared in the competition spanned a wide range of skill levels, from beginner to advanced, from simple to complex.

Read more

–>

Introducing Node.js package support

Ever since we introduced third-party package support for Python we’ve seen an
explosion of exciting programs on Repl.it. Everything from games to
machine-learning applications that just weren’t possible before.

Read more

–>

New and improved repls page

People use Repl.it in a variety of ways; some use it for building and shipping
applications, while others use it for working on homework, and many others use
it as a quick prototyping/experimentation tool. Supporting all these use cases
(and more) is something we care a lot about, but up until now there wasn’t an
easy way to, for example, quickly go back to a project that you continue to work
on every day.

Read more

–>

Modular, fast, small: how we built a server-rendered IDE

At Repl.it our mission is to make programming more accessible, which means our
coding environment needs to be lightweight, load fast, and work from anywhere in
the world. However, as with so many software projects that evolve with time, we
accumulated some bloat (luckily, we haven’t included a mail client yet) and
quite a few ad-hoc hacks to glue everything together. In this post, we’ll go
over how we designed our new IDE to have a small core (everything is a plugin),
to be easily customizable (even on the fly), and to server-render.

Read more

–>

Internet access for all

Repl.it is quickly becoming a tool that’s used in everyday programming, and our
users are building all sorts of amazing programs. One thing that’s been missing
for a long time is the ability to access the internet from repls. Being able to
call APIs or remote servers is something programmers can’t live without. That’s
why we’re excited to announce that starting now we’re openning internet access
for all!

Read more

–>

Pricing update

At Repl.it our mission is to make programming more accessible. We want to build
the platform that will empower the next billion programmers to build the future
of software. To accomplish this we needed to build a sustainable business that
allows us to grow with our users.

Read more

–>

Clone Assignments with Replit’s Teams for Education

You can now copy and clone an assignment from one classroom to another! Many teachers have requested this feature, and we are happy to announce that it has been released!

Read more

–>

Teaching refugees how to code

At Repl.it our mission is to make programming more accessible. We can’t do this
alone so it’s great to partner with non-profits and hack clubs that share our
mission. Re-coded is one of those non-profits, they’re
teaching programming in the refugee camps in Iraq and Turkey. Today I’d like to share
with you their story of how they found Repl.it useful in overcoming logistical challenges.

Read more

–>

Your websites hosted on Repl.it

People in our community build awesome games, apps, and websites on Repl.it’s web
programming environment, but until now they didn’t have any easy way of sharing
these creations with other people.

Read more

–>

Repl History

At Repl.it we focus on simplicity, speed, and, most importantly,
reliability. If you’re using Repl.it as your primary or secondary IDE we want
you to be confident that the time you invest working on your code will never go
to waste.

Read more

–>

New in Repls: autosave, custom urls, and more

We are always excited about launching new features and sharing with you, our
dear users, what we’ve been up to. For the past few months, Amjad, Mason and I
have been working hard and last night we quietly launched the new repl
features. These features required a lot of infrastructure and data changes which
is always tricky to execute. We ran into some technical difficulties last night
with the data migration but was able to bring the site back up and things have
been running relatively smoothly since then.

Read more

–>

A Few Updates in the Workspace

We strive to make the workspace as useful as possible while keeping it intuitive
and approachable. We get a crazy number of requests for features every day, not
to mention our own ideas. It becomes a challenging balance between feature creep
and simplicity. Lately we’ve added a few of these features that we hope you’ll
find useful and, if not, you won’t even notice they’re there.

Read more

–>

Two Stories from Our Community

Like any other startup, we go through ups and downs. However, we try to
keep a positive energy, and you, my friends, contribute to that by sending your love,
support, and thanks everyday. Above all, you inspire us with stories of how
our product helped you learn, teach, and even develop a new skill to land a
better job.

Read more

–>

Your Repl.it Profile

We’re constantly surprised and delighted by the creativity of people in our
community. Whether it be games, animations, utilities, or simply snippets to
answer Stackoverflow questions — it’s always fascinating to see! However, we
haven’t done a good job giving credits to authors for their creations.

Read more

–>

One more console

Debugging web projects on Repl.it can
be frustrating. Until today, there
was no easy way to view your errors and console logs (unless you open your
browsers’ developer tools). But that’s changing because we’re introducing our new tabbed
console view for environments that has graphics output (like Web and Python Turtle).

Read more

–>

Changelog (of imports and turtles)

Some changes and fixes we make don’t deserve their own blogpost. So we thought a
good way to keep you up-to-date is to collect however many that could be of
interest and write a “Changelog”.

Read more

–>

Check out my Repl!

The label “sessions” is very near and dear to my heart. I vividly remember how
Amjad came up with the name and why. After we learned that people would like to
create accounts on Repl.it, we were trying to figure out what was the main value
proposition for creating an account. Of course, it was saving code! But what do
you call a list of code projects saved on your account?

Read more

–>

Introducing Kotlin REPL

On the heels of Google
announcing
native Kotlin support on Android yesterday, we thought it’d be cool to get a
Kotlin REPL up so that people can try it.

Read more

–>

React Native

We have discontinued support for react native

Read more

–>

Model solutions

There is a special moment in learning: when a student runs their code against
the unit tests and finally sees all of them turn green. This moment of
enlightenment means the student has just managed to create their own working
solution to a difficult problem, and has made a step towards becoming a great
programmer! Wouldn’t it be cool to further enhance the student’s knowledge by
showing the student different approaches to tackle the same problem?

Read more

–>

Require any npm package

Last year we introduced support for importing any Python package from
PyPi and — although we don’t have perfect support for all
packages — it turned out to be a very popular feature. That’s why today we’re
excited to continue the roll-out for the rest of our platform starting with
web-based languages.

Read more

–>

Building Towards a Holistic Development Service

Software development is one of the first — if not the first — examples of what
J. C. Licklider called the Man-Computer
Symbiosis. A
“cooperative interaction” between people and computers where the person is
concerned in what may be classified as the creative aspect of the work such as
setting the goals, formulating the hypothesis and evaluating the results while
the computer does all the “routinizable work”.

Read more

–>

YouTube tutorials using Repl.it

EDIT – This article is now outdated

If you’re looking for up-to-date videos about Replit, the best place to loook is our Youtube channel. The videos below may be inaccurate, or missing.

We’ve been seeing more and more coding video tutorials using YouTube and
Twitch.tv. Today we’re sharing some of our favorite YouTube videos that uses
Repl.it

Read more

–>

Start Coding with Clojure on Replit

Earlier this week we introduced Haskell support. And now, as promised,
we’re continuing to add more functional languages. So today we’re excited to introduce
Clojure. A Lisp dialect that runs on top of the Java
Virtual Machine with a focus on immutability.

Read more

–>

Start Coding with Haskell on Replit

We heard your requests for Haskell and today we’re excited to finally announce
Haskell as yet another language we support. We’ve decided to put our focus on
adding more functional languages, starting with Haskell, so you can expect more
very soon.

Read more

–>

Collaborate with Other Teachers in your Classrooms

Hey teachers, we’ve noticed that you have been teaching up a storm in your Replit classrooms, and with this feature we want to turn those storms into educational hurricanes! To do so, we implemented teacher collaboration, which allows you to add an additional teacher to your Replit classrooms. This additional teacher can do almost everything you can do, excluding a couple of small destructive things…

Read more

–>

Enable Assignment Dependencies with Teams for Education

Fundementally, learning is about completing basic material before moving on to
more advanced stuff.

Read more

–>

Infinite Loops

At Repl.it we aim to make the full power of programming easily accessible for
everyone. That’s why when we designed our code execution service we decided that
we would not timebox users’ programs or sessions.

Read more

–>

Reorder Assignments with Teams for Education

At Repl.it our mission is to make programming more accessible, and the best way
we found to achieve this is to support, you, the teachers on the ground doing
working with students. That’s why we want to make sure you control the student
experience and today we’re making it possible to control the assignments order
from your classroom dashboard.

Read more

–>

Live File Updates

Today we’re excited to release a feature which shows any files your program
creates directly inside the REPL. And any time that file changes it will be
updated live in the editor. This can be anything from a text file to a gif.

Read more

–>

Python Package Search

We recently made it possible to import any package from
PyPi. However, people who missed the announcement didn’t know this was
possible. There was also no good way to search and explore packages.

Read more

–>

Introducing Step Debugging for Python

Debug your Python3 programs from your browser

At Repl.it, our goal is to make programming more accessible, and as part of this
we aim to provide the full power of popular programming environments with no
setup time. And I don’t think it’s an understatement to say that debugging is
the majority of what we, as programmers, do.

Read more

–>

Learning Devops & AWS on the Job: Building and Scaling a Service

Or, what I wish you I knew before building Repl.it’s code execution service

Read more

–>

Introducing Pylint Support

Today, we’re excited to introduce
lint support for Python3.
Where previously you had to run your code, look at the console for an error,
find the line number of the error and then find that line in your editor. Now,
we’ll show you errors and potential mistakes live as you type!

Read more

–>

from PyPi import *

Import any Python Package

At Repl.it, our goal is to make programming more accessible, and as part of this
we aim to provide the full power of popular programming environments with no
setup time. And no modern programming language is complete without third-party
packages.

Read more

–>

Set Assignment Due Dates with Teams for Education

On Wednesday we announced assignment scheduling, and today we’re releasing another date related feature—due dates. It’s no secret that students can procrastinate, so sometimes it’s useful to have deadlines for the assignments as a reminder.

Read more

–>

Scheduled Assignments

Today, we’re introducing scheduled assignments. Teachers using Repl.it
Classroom can now schedule
assignments to be published in the future. You can imagine working on your
assignment, schedule a publish date, go on vacation, and still have your
students receive their assignments at the right time.

Read more

–>

Vagueness to Clarity

clarity

Simple design is not only how the product looks like, but more importantly, how
the product functions; it’s about creating the easiest and simplest path for the
user to accomplish their goal. Usually, simple design comes from complex
requirements and a lot of ideas — in order to break it down I usually go through
a process that I call Vagueness to Clarity

Read more

–>

Every Project Should Have Its Own REPL

It’s no secret we’re big fans of REPLs. We believe that immediate access to the
programming environment accelerates learning and is generally more
productive. REPLs cut out the middleman — no need to build UIs or scripts for
every possible action you might want to take — just talk to the interpreter
directly.

Read more

–>

Evalbot: a bot that speaks code

Arguments over programming language semantics, standard library behavior, or
syntax can now be simply and immediately settled within the chatroom by talking
to Evalbot. It is a bot that can speak over 10 programming languages and is
ever-present on Messenger and can be added to your team chat on Slack.

Read more

–>

View Student Performance with Classroom Overview

Before we decided to build repl.it classroom, we paid a visit to one of the schools using us in the classroom. I felt excited and anxious at the same time; I was introduced to the teacher and students in the class, and then my job started as designer observing and paying attention to every single detail.

Read more

–>

Distributed Websocket Rate Limiting

Rate limiting is standard
practice for services offering an API. It’s used for both protecting against bad
actors, for example, attempting
DOS attacks and to
simply enforce limits on the service. There are many resources on the web on
how to implement a rate limiter in your favorite language/stack. However, I
couldn’t find anything on how to rate limit Websocket connections (they differ in that they are persistent connections).

Read more

–>

API Docs

Repl.it’s code execution API is an HTTP and WebSocket endpoint that you connect
to and send code to execute. You can connect from any device or browser and
start executing code. This guide will describe the concepts behind the service,
how it can be used, and provide a step-by-step guide for signing up and trying
out the service!

Read more

–>

Autocomplete Your Code with Replit

Autocomplete plays a big role in how we use software, imagine a world where you have to type full search terms without predictions into google search, ugh, the savagery! Many developers employ this technology when writing code in order to increase their productivity. So we decided to implement this feature to help you become the power user you want to be.

Read more

–>

Hello World

We’re excited to launch this new part of our site.

Read more

–>

A Swift REPL

In this age of containers it’s much easier to run arbitrary code
in the cloud. The harder parts are scaling the service, making it reliable, and
—as in this case— creating cool and useful experiences. When we looked at
existing Swift REPL implementations on the web we found that none
delivered a stateful and interactive environment. Just an editor with a run
button.

Read more

–>

Aw, there aren’t any posts in this category yet 😔