가져오기를 사용하면 기존 코드나 디자인을 Replit Apps로 가져와 Agent로 계속 빌드할 수 있습니다.Documentation Index
Fetch the complete documentation index at: https://docs.replit.com/llms.txt
Use this file to discover all available pages before exploring further.
지원되는 소스
| 소스 | 제공하는 내용 | 최적 사용 사례 |
|---|---|---|
| GitHub | 저장소 URL 또는 저장소 선택기 | 공개 및 비공개 저장소 가져오기 |
| Bitbucket | 저장소 URL 또는 저장소 선택기 | Bitbucket 호스팅 저장소 가져오기 |
| Vercel | Vercel 프로젝트 뒤의 GitHub 저장소 | Vercel 앱 마이그레이션 |
| Figma | 프레임 URL | 디자인을 React 앱으로 변환 |
| Bolt | Bolt에서 내보낸 GitHub 저장소 | Bolt 프로젝트 마이그레이션 |
| Lovable | Lovable에서 내보낸 GitHub 저장소 | Lovable 프로젝트 마이그레이션 |
| Base44 | Base44에서 내보낸 GitHub 저장소 | Base44 프로젝트 마이그레이션 |
| ZIP | .zip 파일 업로드 | 로컬 프로젝트 아카이브 가져오기 |
| 스프레드시트 | .xlsx, .csv 파일, 또는 Google Sheets URL | 스프레드시트 데이터로 앱 빌드 |
| 이전 Agent 내보내기 | 이전 Agent App에서 내보낸 GitHub 저장소 | 이전 Agent App 재가져오기 |
| 빈 프로젝트 | 없음 | Agent 없이 빈 프로젝트를 원하는 고급 사용자 |
Replit은 가져오기 시작 전에 호환성을 검증합니다.
빠른 가져오기
단계별 지침을 위해 소스를 선택하세요:- Lovable
- Base44
- Vercel
- Bolt
- GitHub
- ZIP
⏰ 예상 시간: 4분Lovable 프로젝트를 GitHub에 내보낸 다음 해당 저장소를 가져와 Replit으로 가져옵니다.시작 전에
- 내보낼 수 있는 Lovable 프로젝트
- Lovable에 연결된 GitHub 계정
- Replit 계정
- Lovable 프로젝트를 GitHub에 내보냅니다.
- replit.com/import를 여세요.
- Lovable을 선택하세요.
- GitHub 계정을 연결하세요.
- 내보낸 Lovable 저장소를 선택하세요.
- Import를 선택하세요.
What gets imported
Replit imports the following from your project:- Code: Application logic and source files
- Design and styles: UI components and styling rules
- Assets: Images, icons, and static files
- Backend logic: Server-side functionality, if present
- Database schema: Table structure, if present
What is not imported
- Supabase data: Existing database records are not migrated
- Secrets: Environment variables and API keys must be added separately
Configure and run your app
During import, . If your app needs changes, use these Project Editor tools:- Agent: Refine features, debug issues, and make code changes
- Secrets: Add API keys and environment variables
- Workflows: Set the Run command for your app
Continue your journey
Now that you’ve imported your , explore these next steps:- Replit Agent: Get help with feature work, debugging, and refactoring
- Replit Deployments: Publish your app
- Database setup: Configure your database with Agent help
- Collaborate: Build with teammates
기타 소스
Bitbucket
- Bitbucket 저장소 URL을 붙여넣거나 Bitbucket 계정을 연결하여 저장소를 검색하세요.
- 가져오기 중 Agent 지원은 GitHub 호스팅 프로젝트에 비해 제한될 수 있습니다.
스프레드시트
- Excel(
.xlsx) 또는 CSV 파일을 업로드하거나, 공개 Google Sheets URL을 붙여넣으세요. - Agent가 스프레드시트 구조를 읽고 데이터로 시드된 데이터베이스와 함께 풀스택 앱을 빌드합니다.
- 레코드를 보고, 검색하고, 관리할 수 있는 UI가 포함됩니다.
이전 Agent 내보내기
- GitHub 저장소에서 이전에 내보낸 Agent App을 다시 가져옵니다.
- Replit이 Agent 전용 구조(코드, 데이터베이스 스키마, 백엔드 기능)를 보존합니다.
- 데이터베이스 값과 시크릿 값은 가져오지 않습니다.
빈 프로젝트
- Agent 없이, 프레임워크 선택 없이, 스캐폴딩 없이 완전히 빈 프로젝트를 시작합니다.
- 프로젝트 설정에 대한 완전한 제어를 원하는 고급 사용자에게 최적입니다.
제한사항
- 기존 데이터베이스 데이터는 마이그레이션되지 않습니다.
- 일부 복잡하거나 독점적인 의존성은 수동 설정이 필요할 수 있습니다.
- 대형 프로젝트는 처리 시간이 더 걸릴 수 있습니다.
모범 사례
- 가져오기 전에 민감한 자격 증명을 제거하세요.
- 소스 프로젝트 구조를 깔끔하게 유지하세요.
- 가져오기 후 의존성과 실행 명령을 확인하세요.
- 게시 전에 핵심 흐름을 테스트하세요.
문제 해결
가져오기가 실패하면 다음 영역을 먼저 확인하세요:- 호환성 오류: 필요한 프로젝트 파일과 지원되는 프레임워크를 확인하세요.
- 접근 오류: 저장소 또는 소스 권한을 확인하세요.
- 처리 오류: 프로젝트 구조를 단순화하거나 크기를 줄인 후 다시 시도하세요.