📦 Can't see easypeasy-feaso in GitHub?
No problem. Here's the fix — takes 3 minutes.
Why is this happening?
The easypeasy-feaso code lives in my workspace, not in your GitHub account. Vercel can only deploy code from your GitHub repos. So we need to copy the code into your GitHub first, then Vercel can find it.
✨ This is a 3-minute process. Just 4 steps.
I've pre-built the app for you. Just download a 1.9 MB ZIP and drag it onto Netlify. 30 seconds, no GitHub, no individual files.
Show me drag-and-drop deploy📥 Download the easypeasy-feaso code
⏱️ 30 seconds- Click the button below to download the code as a ZIP file (396 KB)
- Find the downloaded file (usually in your Downloads folder)
- Right-click the ZIP file → "Extract All..." (Windows) or double-click (Mac)
- You'll get a folder called
easypeasy-feaso
💡 Or use drag-and-drop instead (no GitHub needed): click the green "drag-and-drop deploy" button above.
📂 Create a new GitHub repo
⏱️ 1 minute- Open a new tab and go to: github.com/new
- Repository name: type
easypeasy-feaso - Description: (optional) type "Australian property feasibility platform"
- Choose Public (or Private, either works)
- ❌ DO NOT check "Add a README file"
- ❌ DO NOT check "Add .gitignore"
- ❌ DO NOT check "Choose a license"
- Click the green "Create repository" button
⚠️ Important: Leave all checkboxes UNCHECKED. We need an empty repo.
📤 Upload the files to GitHub
⏱️ 1 minute- After creating the repo, you'll be on a page that says "Quick setup — if you've done this kind of thing before"
- Look for a small text link near the middle of the page that says "uploading an existing file"
- Click "uploading an existing file"
- You'll see a big area that says "Drag files here to add them to your repository"
- Open the folder you extracted in Step 1 (called
easypeasy-feaso) - Select ALL files and folders inside it: press Ctrl+A (Windows) or Cmd+A (Mac)
- Drag the selected files into the upload area on GitHub
(or click "choose your files" and select them) - Wait for the upload to finish — you'll see a list of files appearing (about 190 files)
- Scroll down. Click the green "Commit changes" button
🚨 Critical: Drag the FILES INSIDE the folder, not the folder itself.
Wrong: drag the "easypeasy-feaso" folder
Right: open the folder, select everything inside, drag that
💡 Tip: This is exactly the same as uploading photos to Google Drive — drag and drop!
🚀 Now go back to Vercel
⏱️ 1 minute- Go back to your Vercel tab (where you were trying to import)
- Refresh the page (press F5)
- Now search for
easypeasy-feasoin the search box - Your repo should appear! Click "Import" next to it
- Continue with the rest of the Vercel guide (Step 3: add environment variables)
Once you do those 4 steps...
Your easypeasy-feaso code will be in your GitHub, and Vercel can import it. Then you just add the 3 environment variables and click Deploy.
⏱️ Total time: ~3 minutes
📊 The flow at a glance
Still stuck?
If the GitHub upload is giving you trouble, you can also try these alternatives:
- GitHub Desktop — a free app that makes uploading files easy. desktop.github.com
- Netlify Drop — drag-and-drop deploy without Git. app.netlify.com/drop
- Cloudflare Pages — direct upload via dashboard. pages.cloudflare.com