Quick docs to get you started
Getting Started
Learn more about what Replit is and how to start creating.
Secrets
Sensitive information, such as credentials and API keys, should be separate from your code. This way, you can share your code without giving other users access to your personal data or linked accounts.
Deployments
Web pages written in HTML, CSS, and JavaScript can be deployed on Replit. HTML/CSS/JS replit apps are given a unique URL that can be shared with your friends, family, peers, and clients.
Databases
Replit Databases, PostgreSQL, and Object Storage
Installing Packages
Replit will install most available Python and Javascript packages using the universal package manager.