Create a Chrome extension that replaces the new tab page with a curated feed of developer tools resources, similar to HackerTab but focused on DevTools, specific niche content and modern development tools.
Core Features (MVP)
Trending Dev Tools Feed
Display curated list of latest developer tools
Show tools by category (similar to current navigation: typescript, javascript, python etc.)
This keeps everything in the same repo while maintaining clear separation. We can share types, components, and utilities from the main app while keeping extension-specific code isolated.
Future Enhancements
Personalized feed based on user preferences
Offline support for cached content
Integration with DevTools Academy authentication
Custom tool collections/bookmarks
Questions
Should we integrate with existing DevTools Academy authentication?
Overview
Create a Chrome extension that replaces the new tab page with a curated feed of developer tools resources, similar to HackerTab but focused on DevTools, specific niche content and modern development tools.
Core Features (MVP)
Trending Dev Tools Feed
Latest Blog Posts
GitHub Integration
Quick Search
Technical Implementation
Directory Structure for example
Design Notes
Tasks
How:
Set up the extension structure under:
This keeps everything in the same repo while maintaining clear separation. We can share types, components, and utilities from the main app while keeping extension-specific code isolated.
Future Enhancements
Questions