August 2022 Summaries
5 posts from Replit
Filter
Month:
Year:
Post Summaries
Back to Blog
Replit has announced its plans to radically change its hosting offering in the coming months, aiming for 10x performance and reliability, 3x availability, full vertical scalability, arbitrary storage capability, and support for LLMs and Image generators. The company is also introducing a deployment product and a credit system called Cycles, which will allow developers to spend as much or as little as they want on resources. Replit's free plan will remain robust, but users can also opt for the credit system if needed. The platform has already gained significant traction, hosting 1M concurrent containers and serving 10b+/month in dynamic content from apps deployed on Replit.
Aug 29, 2022
598 words in the original blog post.
We're proud to say that Replit was built by and for hackers who delight in understanding the internal workings of systems and computers. While malicious hackers exist, our community's ethos is focused on sharing skills and creativity, not causing harm. We prohibit activities like distributing spam or malware, attacking third-party services, or stealing resources, which are considered black hat hacking. However, we also acknowledge that some techniques used by black hat hackers can be used for benign purposes, such as scripting interaction with third-party websites and services, using general-purpose security tools, or private penetration testing. Our Terms of Service outline what is allowed and prohibited, with warnings, suspensions, or bans possible for infringing users.
Aug 14, 2022
889 words in the original blog post.
The new feature in Replit's Workspace allows users to open multiple files and tools side by side, making it easier to work on projects with mixed requirements. The system is flexible, allowing users to mix and match different tabs based on their needs, and provides a range of use cases for organizing the Workspace. This feature was inspired by web browsers, which use windows, tabs, and URLs as core primitives to support a wide range of tasks. The addition of tabs unlocks new possibilities for Replit, including the potential to create customized environments, templates, and tools for different use cases such as gaming, music creation, or scientific research. Future releases will continue to improve the Workspace with features like splits, cleaning up the sidebar, and making continuous quality of life improvements.
Aug 10, 2022
906 words in the original blog post.
Clément, a 15-year-old high school student from New York City, shares his experience as one of Replit's first design interns. During his internship, Clément actively contributed to designing Replit's interface, using tools like Figma and the Design System to revamp and update various platform pages, and successfully shipping over 200 pull requests. He collaborated with other teams to ideate, prototype, and build new features, such as the following feed and modular homepage design, and participated in an internal hackathon to create a Repl App Store. Clément also engaged in side projects, including a Replit on Apple Watch experience and designing Replit on Google Sheets. Throughout his internship, he gained technical skills in version control, GitHub, and frontend coding, while also learning valuable real-world skills like effective communication and critical thinking. Clément expresses gratitude to his mentors and colleagues for their support and looks forward to future collaborations with Replit.
Aug 04, 2022
837 words in the original blog post.
You can now verify the identity of users running your Repl applications, enabling features such as high score tables, social interactions, and multiplayer games without implementing additional authentication systems. A new environment variable `REPL_IDENTITY` is introduced, containing a PASETO token signed by Replit's infrastructure, which can be used to authenticate users and access secrets securely. This allows developers to focus on building their applications instead of managing authentication, with the option to use Repl Auth for web-based authentication. To implement Repl Identity, you'll need to parse Protocol Buffers and verify the signature of the token using public keys injected into each repl.
Aug 02, 2022
1,176 words in the original blog post.