Let’s use Supabase as the backend and integrate it into your Readdy project.
File Upload and Display System
1
Preparation
Before you start, make sure you have the following ready:
- Project Environment
Create a React-Next.js project, or a React project. - Backend Service
Use Supabase as your backend.
Please check How to connect Supabase first.
2
Create the File Upload System
In Readdy, enter the requirement:
3
Define the Prompt
Add the following functional requirements as your Prompt:
4
Add Tips
To ensure proper configuration, add these Tips:
5
Check the Implementation
After development, verify your implementation in three ways:1. Check prompt execution: Confirm Readdy generated the correct logic.
2. Check functionality: Verify upload, display, and download work correctly.
3. Check Supabase data: Ensure the bucket and database contain the uploaded records.

6
Error Handling
If the feature fails, handle errors as follows:
- Copy the error message (see example below).
- In Readdy, enter: