Refreshify is an AI-powered website transformation tool that helps modernize and enhance any website's design using advanced AI technology.
- 🎨 AI-Powered Design Transformation
- 🔄 Real-time Preview Comparison
- 📱 Responsive Design Testing
- 🚀 Multiple Modern Themes
- 💾 Export & Share Capabilities
- ✨ Interactive UI Elements
- Next.js 14
- TypeScript
- Tailwind CSS
- Framer Motion
- Prisma
- MongoDB
- Clone the repository
- Install dependencies:
pnpm install
- Set up your environment variables:
cp .env.example .env
Update the .env file with your MongoDB connection string and other required variables.
- Initialize the database:
pnpm prisma generate
pnpm prisma db push
- Run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.