Skip to content

Simplify to Hello World app with Vercel preview deployments#1

Open
JannesPeters wants to merge 2 commits into
mainfrom
simplify-to-hello-world
Open

Simplify to Hello World app with Vercel preview deployments#1
JannesPeters wants to merge 2 commits into
mainfrom
simplify-to-hello-world

Conversation

@JannesPeters

Copy link
Copy Markdown
Owner

Overview

This PR simplifies the application to a basic Hello World page and configures it for Vercel preview deployments.

Changes Made

Removed

  • ❌ All Supabase dependencies and configuration
  • ❌ Complex project management functionality
  • ❌ Database-related code and migrations
  • ❌ Supabase-related scripts from package.json

Added

  • ✅ Simple Hello World page with gradient background
  • vercel.json configuration for automatic deployments
  • ✅ Comprehensive Vercel deployment instructions in README

Updated

  • 🔄 App.tsx simplified to display "Hello World! 👋"
  • 🔄 Tests updated to match new Hello World functionality
  • 🔄 README with Vercel deployment setup guide
  • 🔄 package.json name changed to simple-test-app

How to Test

  1. Run npm install --legacy-peer-deps
  2. Run npm run dev
  3. Visit http://localhost:5173 (or the assigned port)
  4. You should see the Hello World page with a gradient background

Deployment

Once merged, this can be deployed to Vercel:

  • Every PR will get automatic preview deployments
  • Pushes to main will deploy to production
  • See README for full setup instructions

- Remove Supabase dependencies and code
- Replace complex app with simple Hello World page
- Add Vercel configuration for preview deployments
- Update tests to match new Hello World functionality
- Update README with Vercel deployment instructions
@vercel

vercel Bot commented Feb 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
test-app-simple Ready Ready Preview, Comment Feb 18, 2026 9:44am

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.

1 participant