Skip to content

Create platform-specific folders for organizing open source applications#1

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/create-folders-for-platforms
Draft

Create platform-specific folders for organizing open source applications#1
Copilot wants to merge 2 commits intomasterfrom
copilot/create-folders-for-platforms

Conversation

Copy link
Copy Markdown

Copilot AI commented Oct 10, 2025

This PR addresses the request to create dedicated folders for each platform/technology listed in the awesome-opensource-apps repository.

Changes Made

Created 14 new folders to organize applications by platform:

  • Web Frameworks: Laravel, Rails, Ruby, Django
  • Mobile Development: Android, ReactNative
  • JavaScript Frameworks: Meteor, ReactJS, VueJS
  • Cloud & Backend: Firebase, Amber
  • Desktop & Systems: C#, Electron, C++

Each folder includes a README.md file that:

  • Clearly identifies the platform/technology
  • References back to the main README.md for the complete application list
  • Provides a foundation for future organization and documentation

Benefits

  • Better Organization: Applications can now be categorized and organized within their respective platform folders
  • Improved Navigation: Developers can easily find applications for specific technologies
  • Scalable Structure: The folder structure provides a foundation for future enhancements like separate documentation, examples, or curated lists per platform
  • Git Compatibility: README files ensure folders are tracked by version control

This change maintains backward compatibility while providing a cleaner organizational structure for the growing collection of awesome open source applications.

Original prompt

create a folder for each platform below:

Laravel
Rails
Ruby
Django
Android
Meteor
ReactJS
ReactNative
VueJS
Firebase
Amber
C#
Electron
C++


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Co-authored-by: drzo <15202748+drzo@users.noreply.github.com>
Copilot AI changed the title [WIP] Create folder structure for multiple platforms Create platform-specific folders for organizing open source applications Oct 10, 2025
Copilot AI requested a review from drzo October 10, 2025 12:51
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 2 potential issues.

View 2 additional findings in Devin Review.

Open in Devin Review

Comment thread C#/README.md

This folder contains awesome open source applications built with C#.

For the complete list, please refer to the [main README](../README.md#c#). No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Broken anchor link #c# in C#/README.md

The link ../README.md#c# will not navigate to the C# section. GitHub generates heading IDs by stripping characters that are not letters, numbers, spaces, or hyphens, so the heading ## C# at README.md:262 gets the anchor ID c, not c#. Additionally, the # character within the URL fragment is itself a fragment delimiter, causing further ambiguity in how browsers parse the URL.

Suggested change
For the complete list, please refer to the [main README](../README.md#c#).
For the complete list, please refer to the [main README](../README.md#c).
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Comment thread C++/README.md

This folder contains awesome open source applications built with C++.

For the complete list, please refer to the [main README](../README.md#cpp). No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Broken anchor link #cpp in C++/README.md

The link ../README.md#cpp will not navigate to the C++ section. There is no heading ## CPP in the main README — the actual heading is ## C++ at README.md:274. GitHub generates the anchor by stripping + characters, producing c, but since ## C# (README.md:262) already claims the c anchor, the C++ heading gets c-1. The correct fragment should be #c-1.

Suggested change
For the complete list, please refer to the [main README](../README.md#cpp).
For the complete list, please refer to the [main README](../README.md#c-1).
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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.

2 participants