- Return to the Reddit post where you installed the app
- Click "Launch App" or tap the post
- Your documents are automatically loaded
Documents are tied to the specific Reddit post where the app is installed. To access your documents on another device:
- Open Reddit on the new device
- Navigate to the same post where you uploaded documents
- Launch the app from that post
- Your documents will be there!
Important: Documents are stored per-post, not per-user. Each Reddit post with the app has its own document collection.
- Click "Upload Document" tab
- Select an image (PNG, JPG, JPEG, GIF, BMP)
- Max file size: 500KB (automatically compressed)
- Add description (required) and notes (optional)
- Click "Save Document"
- Click "My Documents" tab
- See all uploaded documents in a grid
- Shows thumbnail, description, filename, and date
- Click any document to view full details
- Click on any document card
- See full-size image
- View all metadata (filename, description, notes, upload date)
- Download or delete the document
- Open a document in detail view
- Click the "Download" button
- Image saves to your device's downloads folder
- Original filename is preserved
- In "My Documents" tab, click "Export All" button (top right)
- Downloads a text file with all document information:
- Filenames
- Descriptions
- Notes
- Upload dates
- Useful for backup or sharing document metadata
- Open a document in detail view
- Click "Delete" button
- Confirm deletion in the modal
- Document is permanently removed from Redis
- Redis database provided by Devvit
- Stored per-post (each Reddit post has its own collection)
- Maximum 20 documents per post
- Each document max 500KB after compression
- Documents persist indefinitely in Redis
- Accessible anytime you return to the post
- Not affected by app updates or restarts
- Documents are private to the post
- Only accessible through the specific Reddit post
- No cross-post sharing (by design)
Since documents are per-post, here are strategies for cross-device access:
- Save/bookmark the Reddit post on all devices
- Access documents by opening the bookmarked post
- Works across desktop, mobile, and tablets
- Copy the Reddit post URL
- Send to yourself (email, messages, etc.)
- Open on other devices
- Download documents on one device
- Export all metadata
- Re-upload on another device/post if needed
- See
POSTGRESQL_SYNC.mdfor instructions - Sync documents to external database
- Access from anywhere via custom API
- Per-Post Storage: Documents don't sync across different posts
- No Cloud Sync: No automatic cross-device synchronization
- 20 Document Limit: Maximum 20 documents per post
- 500KB File Size: Images are compressed to stay under limit
- Images Only: No PDF support (due to size constraints)
- Use One Main Post: Create a dedicated post for your documents
- Bookmark It: Save the post URL for easy access
- Regular Exports: Export metadata regularly as backup
- Download Important Docs: Save critical documents locally
- Descriptive Names: Use clear descriptions for easy searching
Potential features (see POSTGRESQL_SYNC.md for implementation):
- Cross-post document sync
- Cloud storage integration
- Full-text search
- Document categories/tags
- Sharing via Reddit DM
- PDF support with external storage
- Mobile app integration
Q: I can't see my documents on another device A: Make sure you're accessing the exact same Reddit post. Documents are per-post, not per-user.
Q: My document upload failed A: Check file size (must be under 500KB). Try a smaller image or screenshot.
Q: Can I access documents from a different post? A: No, each post has its own document collection. This is by design for privacy and organization.
Q: How do I backup my documents? A: Use the "Export All" button to save metadata, and download individual images.
Q: Can I share documents with others? A: Currently, documents are private to the post. You can download and share externally.
For issues or questions:
- Check the Devvit documentation
- Visit r/Devvit on Reddit
- Review the code in the GitHub repository