Replit的封面图片
Replit

Replit

软件开发

Foster City,California 48,149 位关注者

Idea to app, fast. Create beautiful, modern web applications at the speed of thought with the power of Replit's AI Agent

关于我们

Idea to app, fast. Create beautiful, modern web applications at the speed of thought with the power of Replit's AI Agent.

网站
https://replit.com
所属行业
软件开发
规模
51-200 人
总部
Foster City,California
类型
私人持股
创立
2016

地点

  • 主要

    1001 E Hillsdale Blvd

    US,California,Foster City,94404

    获取路线

Replit员工

动态

  • Replit转发了

    查看Andrew Ng的档案
    Andrew Ng Andrew Ng是领英影响力人物

    Founder of DeepLearning.AI; Managing General Partner of AI Fund; Exec Chairman of Landing AI

    New short course: Vibe Coding 101 with Replit! Learn to build and host applications with an AI agent in this course, built in partnership with Replit and taught by its President Michele Catasta and Head of Developer Relations Matt Palmer. Coding agents are changing how we write code. "Vibe coding" refers to a growing practice where you might barely look at the generated code, and instead focus on the architecture and features of your application. However, contrary to popular belief, effectively coding this way isn't done by just prompting, accepting all recommendations, and hoping for the best. It requires structuring your work, refining your prompts, and having a systematic process that lead to a more efficient and effective workflow. I code frequently using LLMs, and asking an LLM to do everything in one shot usually does not work. I'll typically take a problem, partition it into manageable modules, spend time creating prompts to specify each module, and use the model to produce the code one module at a time, and test/debug each module before moving on. A process like this is making me and many other developers faster and more efficient. In this video-only course, you’ll learn how to use Replit’s cloud environment--with an integrated code editor, package manager, and deployment tools--to build and deploy web applications. Along the way, you’ll learn strategies for working effectively with agents and improve your development skills. In detail, you’ll: - Understand principles of agentic code development such as being precise, giving agents one task at a time, making prompts specific, keeping projects tidy, starting with fresh sessions for each new feature, and how to approach debugging. - Learn how to get started with Replit, and key skills for vibe coding: Thinking, using frameworks, checkpoints, debugging, and providing context. - Create a product requirement document (PRD) and wireframe for your agent to build a prototype of a website performance analyzer. - See how to use an agent to make your prototype more visually appealing, and deploy it application others to access . - Learn to build a head-to-head national park ranking app, from a sample dataset, with voting capabilities and persistent data storage, and refine further ask the assistant to recap and explain what it built to find room for improvement and reinforce your learning. By the end of this course, you’ll have a solid foundation in building with coding agents, and a process you can use to keep vibe coding effectively. Please sign up here: https://lnkd.in/dRKQZRDY

  • 查看Replit的组织主页

    48,149 位关注者

    NEW: Vibe code like the best with our new FREE course ?? In partnership with DeepLearning.AI, the?course covers everything you need to know about vibe coding: 1?? Tips for making the most of Replit's AI tools 2?? Practical strategies for building amazing apps 3?? How you can go from idea to live app in minutes All through project-based lessons with a simple, hands-on approach. Follow along with Michele Catasta & Matt Palmer and start creating today ?

    • 该图片无替代文字
  • Replit转发了

    查看DeepLearning.AI的组织主页

    1,174,328 位关注者

    New vibe coding course in collaboration with Replit! Taught by Michele Catasta and Matt Palmer, "Vibe Coding 101 with Replit" is available now. AI coding agents can generate code—but building real applications with them takes more than just prompting. It takes understanding good principles, planning, and effective prompting practices. You’ll learn how to: ?? Break down tasks into clear, well-defined instructions for the AI coding agent ?? Use product requirements documents and wireframes to guide your assistant ?? Debug and iterate using a "five-skill framework" with feedback and structured checkpoints You’ll apply these skills by building and deploying two apps—a website analyzer and a voting tool—using Replit’s cloud environment. This is how many developers are learning to work with AI today with AI collaboration. Join in for free: https://hubs.la/Q03dswtB0

  • 查看Replit的组织主页

    48,149 位关注者

    For our Advanced users, we’ve added the option to switch back to Claude 3.5 Sonnet v2 in Assistant settings. We’re continuously working on performance improvements for Claude 3.7 Sonnet, but if you LOVE working with 3.5 you still have the option. ??

    • 该图片无替代文字
  • Replit转发了

    查看Manny Bernabe的档案
    Manny Bernabe Manny Bernabe是领英影响力人物

    AI Evangelist and Educator

    AI is making software development more accessible than ever, including game development. Take Pieter Levels (@levelsio on X), who recently launched a flight simulator built almost entirely with AI using vibe-coding, where AI does most of the work. With no prior game development experience, his game has taken off, attracting tons of users and even sponsors. It’s a great example of how AI is lowering the barrier to building software, apps, and games. In this video, I build my own BattleBot game using Replit’s AI Agent and walk you through the process.

  • 查看Replit的组织主页

    48,149 位关注者

    Vibe Coding using tools only meant for experts will always end in tears. Here is how we protect you at Replit:

    查看Amjad Masad的档案

    Founder at Replit

    Vibe Coding Tragedies and the Pit of Success Heartbreaking to watch people lose months of work Vibe Coding in Cursor, an expert tool with zero guardrails. At Replit, we obsess about getting customers to fall into the "Pit of Success," effortlessly adopting winning practices. This term originally coined by Rico Mariani, a developer at Microsoft, and he defined it this way: "The Pit of Success: in stark contrast to a summit, a peak, or a journey across a desert to find victory through many trials and surprises, we want our customers to simply fall into winning practices by using our platform and frameworks. To the extent that we make it easy to get into trouble we fail." This term was originally used in the context of programming languages, where if you use a language like C or C++ — especially as a non-expert — you can fall into traps like buffer overruns, memory leaks, and other potentially catastrophic issues. In contrast, a garbage-collected language like Python, gives you zero control over memory management, but in return you get to avoid misery. But this concept applies across the board to frameworks and platforms like Replit. Our approach at Replit: We give developers relatively few controls over the runtime and deployment environment and we make a lot of the choices for you. But in return you get to fall into practices that makes it impossible to lose work and protects your APIs and secrets by default. For example, when using Replit Agent or Assistant, they will use Git, a version control system, whether you like it or not. They won't even work without it. That means it's almost impossible to lose work, and you get a lot of good side-effects like the ability to associate deployments with versions of the code. Additionally, Replit manages the infrastructure for you, where we install the correct Linux packages, Python or JavaScript packages, and we do it in a transactional manner which reduces the possibilities of man-in-the-middle attacks and, like version control, makes state manageable. We also manage cloud services for you like Database and Object Storage, where we take constant backups and we allow you to revert to earlier states in concert with version control. The Secrets and APIs for these servies are encrypted and stored securely, which makes it harder for hackers to abuse your services or steal your data. Finally, we have higher-level services such as user authentication, where you can, with one checkbox, protect your app behind an auth layer that we manage that includes security features such as anti-botting. Replit is not perfect, and it's still possible to find yourself in suboptimal or harmful situations, but you can always reach out to us or me directly for help. Stay safe out there, and make sure to pick the right platform, especially if you don't know what you're doing.

    • 该图片无替代文字
    • 该图片无替代文字

相似主页

查看职位

融资

Replit 共 9 轮

上一轮

未知

US$20,000,000.00

Crunchbase 上查看更多信息