.REPLIT

REPLIT-bestand

Replit Project Configuration File
Stel een vraag
SNEL ANTWOORD

Een .replit-bestand is het projectconfiguratiebestand voor een Replit App. Het is een TOML-bestand in platte tekst dat de Replit-runtime vertelt welk bestand moet worden geopend, welk commando de Run-knop uitvoert, welke taalmodules moeten worden geladen en hoe de app wordt geïmplementeerd. U kunt het rechtstreeks bekijken en bewerken in de Replit-web-IDE, of het openen in een tekstverwerker zoals Visual Studio Code, aangezien het gewoon leesbare tekst is.

Ontwikkelaar: Replit, Inc. Categorie: Instellingsbestanden Open standaard MIME: application/toml
OPENT OP Windows macOS Linux Web
Gerelateerd: .ICA · .DS_STORE · .WMZ · .CFG

Op deze pagina

19k+ extensies geïndexeerd
Laatst beoordeeld op Aug 24, 2026

Niet zeker wat uw bestand is?

Sleep een bestand naar onze identificatietool - we lezen alleen de eerste bytes om het formaat te benoemen.

Identificeer een bestand

Wat is het REPLIT-bestandsformaat?

Een .replit-bestand is het configuratiebestand voor een project op het online ontwikkelplatform Replit, waar projecten Apps of Repls worden genoemd. Het is geschreven in .toml, een configuratieformaat in platte tekst, en bevindt zich in de hoofdmap van het project. Replit verbergt het standaard in de mappenstructuur, dus u moet het zichtbaar maken met de optie „Show hidden files”.

Het bestand vertelt de Replit-runtime hoe het project zich gedraagt. De sleutel entrypoint bepaalt welk bestand in de editor wordt geopend, run definieert het commando dat de Run-knop uitvoert, en modules legt de versies van de taal en toolchain vast. Benoemde tabellen zoals [nix], [deployment], [[ports]], [unitTest] en [packager] beheren systeempakketten, implementatiedoelen, poorttoewijzingen, tests en pakketbeheer. De waarde van run kan een gewone string zijn, een reeks argumenten of een object voor fijnmazigere controle.

Het .replit-bestand werkt samen met replit.nix, waarin systeemafhankelijkheden worden gedeclareerd via de Nix-pakketbeheerder. Samen beschrijven ze zowel de app als de omgeving. Replit, Inc. ontwikkelt en leest het formaat, en sinds 2023 biedt de webeditor automatische aanvulling en inline documentatie voor .replit-bestanden via de Taplo TOML-taalserver.

Beveiliging & veiligheid

RISICO: LOW

A .replit file is plain-text TOML that stores configuration only; it contains no executable binary code. The main caution is that its run and deployment commands invoke real programs, so an untrusted .replit file could launch unwanted commands when a project is opened and run in Replit. Review the run, compile, and deployment keys before running an imported project. Do not store secrets or API keys in .replit; Replit provides a separate secrets manager for that.

Formaatdetails

in een notendop
VOLLEDIGE NAAMReplit Project Configuration Fileook bekend als dot-replit file, Replit config file
ONTWIKKELAARReplit, Inc.sinds 2016
MIME-TYPEapplication/toml
TYPEText (TOML)
STANDAARDOpen · royaltyvrij

Programma's die REPLIT-bestanden openen

Windows3 apps
Sublime Text Betaald Open the file and use a TOML syntax package to highlight the configuration keys.
Notepad Open-source Open .replit as a plain-text file to read or change its keys quickly.
Visual Studio Code Gratis Open the project folder and edit .replit directly; install the Even Better TOML extension for syntax highlighting and schema validation.
macOS2 apps
BBEdit Freemium Open .replit as text to inspect and change the run and deployment settings.
Visual Studio Code Gratis Open the project folder, reveal hidden dotfiles, and edit .replit with the Even Better TOML extension.
Linux3 apps
Vim Open-source Run vim .replit to edit the configuration; Vim detects TOML syntax automatically.
GNU Nano Open-source Run nano .replit in a terminal to view or edit the file in place.
Visual Studio Code Gratis Open the project directory and edit .replit; add the Even Better TOML extension for validation.
Web1 app
Replit Freemium Open the Replit App in the browser IDE, choose Show hidden files in the file tree menu, then click the .replit file to edit it with autocomplete and inline documentation.

Technische details

diepe specificaties
EncodingUTF-8 plain text
Byte orderN/A (text file)
ContainerNone; single flat TOML document
Typical sizeUnder 2 KB
StructureTOML document with top-level keys (entrypoint, run, modules, hidden, compile, language, audio) and named tables such as [nix], [deployment], [[ports]], [unitTest], [packager], and [run.env]. The run and deployment run values may be a string, an array of arguments, or an object.
IntegrityNone built in
PlatformsWeb (Replit platform), Linux (Nix-based Replit runtime), Windows, macOS
NotesThe file lives in the root of a Replit App and is hidden by default in the file tree. It pairs with replit.nix, which declares system packages via the Nix package manager. Since 2023 Replit provides autocomplete and inline documentation for .replit files through the Taplo TOML language server, driven by a JSON Schema generated from Replit's Go type definitions.
Run Command FormsString, array of strings (command plus arguments), or object
Reader SoftwareReplit runtime and cloud IDE; any TOML parser can read the syntax
Uitgebracht2016
Laatste versieTOML-based schema (validated via Taplo LSP)
Open standaardJa · royaltyvrij
Specificatiedocs.replit.com

REPLIT conversies

Community V&A

gevraagd door gebruikers
Stel een korte vraag
Krijg hulp van mensen die met REPLIT-bestanden werken. Wees specifiek - vermeld uw systeem en softwareversie.
Geen account nodig · antwoorden meestal binnen een dag

Nog geen vragen - wees de eerste om iets te vragen over REPLIT-bestanden.

Veelgestelde vragen

Hoe open ik een .replit-bestand?
Kies binnen Replit voor „Show hidden files” in het menu van de mappenstructuur en klik op .replit om het te bewerken. Buiten Replit kunt u het openen in elke tekstverwerker zoals Visual Studio Code, aangezien het platte tekst in TOML-formaat is.
Waarom is het .replit-bestand verborgen?
Replit verbergt puntbestanden (dotfiles) standaard in de mappenstructuur om de werkruimte overzichtelijk te houden. Gebruik de optie „Show hidden files” in het menu om het zichtbaar te maken.
Wat is het verschil tussen .replit en replit.nix?
Het .replit-bestand configureert hoe de app draait, wordt geïmplementeerd en welke taalmodules worden geladen met behulp van TOML. Het bestand replit.nix declareert systeempakketten via de Nix-pakketbeheerder. Ze werken samen maar zijn niet uitwisselbaar.
Kan ik het .replit-bestand rechtstreeks bewerken?
Ja. U kunt het bewerken in de Replit-IDE, die automatische aanvulling en inline documentatie biedt via de Taplo-taalserver, of in een externe tekstverwerker.
Wat doet het run-veld in .replit?
Het stelt het commando in dat de Run-knop uitvoert. Dit kan een enkele string zijn, een reeks van het commando plus de argumenten, of een object voor meer gedetailleerde controle.
Is het veilig om een project met het .replit-bestand van iemand anders uit te voeren?
Het bestand zelf is tekst, maar de run- en implementatiecommando's voeren echte programma's uit. Lees die sleutels voordat u een geïmporteerd project uitvoert, zodat u weet welke commando's er worden gestart.

Referenties

1Replit Docs - Configuring a Replit App (.replit)docs.replit.com
2Replit Blog - Easier Editing for .replit Filesreplit.com

Blijf ontdekken

door de database

Populaire extensies deze week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Gerelateerde extensies

.ICACitrix Independent Computing Architecture file
.DS_STOREmacOS Finder Desktop Services Store (.DS_Store)
.WMZWindows Media Player Skin
.CFGConfiguration File
.LICLicense File
.CONFConfiguration File

Gratis bestandstools

Een bestandsidentificatie en afbeeldingsconverter in de browser - alles draait op uw eigen apparaat.

Open de gereedschapskist

Blader door bestandsextensies A-Z