A developer tool for inspecting and exploring the metadata of applications in your Puter account.
- User Authentication: Secure sign-in with Puter account
- App Listing: Complete inventory of user's Puter applications
- Detailed Inspection: Full JSON structure examination of each app
- Visual Preview: App icons and metadata in a clean interface
- Copy Functionality: One-click JSON data copying for development use
Clone the repository:
git clone https://github.com/puter-apps/puter-app-data-inspector.git
and open the index.html
file in any hosted environment.
Alternatively, access the hosted version at https://puter.com/app/app-inspector
App Data Inspector leverages Puter.js to provide developer insights:
-
Authentication: Uses Puter's authentication system to securely access user app data
-
App Discovery: Retrieves the complete list of applications in the user's account
-
Data Extraction: Pulls the full metadata structure for each application
-
Visual Rendering: Presents complex JSON data with syntax highlighting and visual organization
This project includes tutorial-style comments in the JavaScript code that explain how to use Puter.js. These comments are designed to help developers who are new to the Puter platform understand how to integrate with Puter services.
MIT