Premium WordPress to React conversion landing page. Deploy in minutes, no local setup required.
Before deploying, you’ll need:
Click the deploy button above and enter your API keys when prompted.
Run supabase/schema.sql in your Supabase SQL Editor to create the required tables.
Your app is now fully functional.
| Variable | Description | Required |
|---|---|---|
NEXT_PUBLIC_SUPABASE_URL |
Supabase project URL | Yes |
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY |
Supabase publishable key | Yes |
ANTHROPIC_API_KEY |
Anthropic Claude API key | Yes |
For local UI development without API keys, the app includes sample data:
# Clone the repository
git clone https://github.com/quantnexusai/reactpro-conversion.git
cd reactpro-conversion
# Install dependencies
npm install
# Start development server
npm run dev
Open http://localhost:3000 to see the app with sample data.
Note: This is for development only. Deployment requires valid API keys.
├── src/
│ ├── app/ # Next.js pages and API routes
│ ├── components/ # React components
│ └── lib/ # Utilities and types
├── supabase/
│ └── schema.sql # Database schema
├── public/ # Static assets
└── package.json

See CONTRIBUTING.md for local development setup.
For assistance with deployment, configuration, or customization (MCP servers, AI agents, etc.), contact us at ari@quantnexus.ai
MIT License - use freely for personal or commercial projects.
Built with React by QuantNexus AI