Skip to content

Commit 6ac53aa

Browse files
committed
improved readme
1 parent bedc5ce commit 6ac53aa

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,18 @@
1010

1111
Gitcontainer is an AI-powered web application that automatically generates production-ready Dockerfiles by analyzing GitHub repositories. Simply paste a GitHub URL and get a tailored Dockerfile with intelligent base image selection, dependency management, and Docker best practices.
1212

13+
## 🌟 Quick Access
14+
15+
Simply replace `github.com` with `gitcontainer.com` in any GitHub repository URL to instantly access the Dockerfile generation page for that repository.
16+
17+
For example:
18+
```
19+
https://github.com/username/repo → https://gitcontainer.com/username/repo
20+
```
21+
1322
## ✨ Features
1423

24+
- **🔄 Instant URL Access**: Just replace 'github.com' with 'gitcontainer.com' in any GitHub URL
1525
- **🤖 AI-Powered Analysis**: Uses OpenAI GPT-4 to analyze repository structure and generate intelligent Dockerfiles
1626
- **⚡ Real-time Streaming**: Watch the AI generate your Dockerfile in real-time with WebSocket streaming
1727
- **🎯 Smart Detection**: Automatically detects technology stacks (Python, Node.js, Java, Go, etc.)
@@ -58,10 +68,11 @@ Gitcontainer is an AI-powered web application that automatically generates produ
5868

5969
## 🛠️ How It Works
6070

61-
1. **Repository Cloning**: Gitcontainer clones the GitHub repository locally using Git
62-
2. **Code Analysis**: Uses [gitingest](https://github.com/cyclotruc/gitingest) to analyze the repository structure and extract relevant information
63-
3. **AI Generation**: Sends the analysis to OpenAI GPT-4 with specialized prompts for Dockerfile generation
64-
4. **Smart Optimization**: The AI considers:
71+
1. **URL Processing**: Access any repository by replacing 'github.com' with 'gitcontainer.com' in the URL
72+
2. **Repository Cloning**: Gitcontainer clones the GitHub repository locally using Git
73+
3. **Code Analysis**: Uses [gitingest](https://github.com/cyclotruc/gitingest) to analyze the repository structure and extract relevant information
74+
4. **AI Generation**: Sends the analysis to OpenAI GPT-4 with specialized prompts for Dockerfile generation
75+
5. **Smart Optimization**: The AI considers:
6576
- Technology stack detection
6677
- Dependency management
6778
- Security best practices

0 commit comments

Comments
 (0)