Skip to content

Conversation

@eden-chan
Copy link

@eden-chan eden-chan commented Aug 21, 2025

Loved this, and wanted to make it more accessible. demo

pip install rendergit
or just visit https://rendergit.com/https://github.com/eden-chan/rendergit

- Add py-modules configuration for direct module import
- Bump version to 0.2.0
- Add author information
- Update repository URLs
- Add Flask web app that reuses original CLI code
- Add requirements.txt for web dependencies
- Add render.yaml for Render deployment
- Add deployment documentation
- Add .gitignore for Python projects
- Add MANIFEST.in for package distribution
- File-based caching using /tmp directory (works on Render)
- Homepage shows cards of recently rendered repos
- 24-hour cache TTL with automatic cleanup
- Stores up to 100 repos in cache
- No database required - uses JSON metadata file
- Add quick example buttons for popular repos (nanoGPT, Whisper, etc)
- Improve mobile layout with responsive grid and flex layouts
- Reduce max width from 1200px to 900px for better desktop viewing
- Add responsive font sizes using clamp()
- Style improvements for cards and empty state
- Add tryExample() function to autofill and render
- Remove stars display (not fetched from API)
- Remove cached timestamp display
- Simplify card design with just name and URL
- Improve URL styling with ellipsis for long URLs
- Add subtle shadow on card hover
- Make entire card clickable to navigate to repo
- Add loading page with spinner and progress steps
- Show loading animation while repo is being processed
- Loading page auto-redirects to actual processing
- Clean card styling with hover effects
- Better 'How to Use' section with clear instructions
- Separate Web and CLI usage sections
- Copy to clipboard buttons for each code example
- Visual feedback when copying (button changes to ✓ Copied!)
- Improved styling with code blocks
- Works with older browsers fallback
- Remove headers and explanatory text
- Single row per method (Web/CLI)
- Minimal copy buttons (just clipboard icon)
- Smaller padding and margins
- Cleaner, more scannable layout
- Faster copy feedback (checkmark for 1.5s)
- Remove emoji icons from Web/CLI labels
- Show actual nanoGPT example for both web and CLI
- Combine pip install and usage in one CLI command
- More concrete, ready-to-use examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant