Pixel-Palace is a social media image sharing platform. It built using the latest AI tools, including Webcrumbs Frontend AI and Lovable, to generate a fully functional web application with a modern tech stack. The app allows users to upload images, like, comment on posts, follow other users, and more.
Live URL: Pixel-Palace
- Webcrumbs Frontend AI – to generate the entire frontend UI with a simple prompt
- Lovable AI – to generate all pages, Supabase schema, RLS policies, and logic
- React + Vite + TypeScript
- Tailwind CSS + shadcn/ui
- Supabase for backend and auth
git clone https://github.com/Studio1HQ/social-media-image-app
cd social-media-image-app
npm install
const SUPABASE_URL = "YOUR_SUPABASE_URL";
const SUPABASE_PUBLISHABLE_KEY = "YOUR_SUPABASE_KEY";
npm run dev