frame icon indicating copy to clipboard operation
frame copied to clipboard

🎨 Generate images with beautiful gradients. Built with Next.js & Zustand.

Screenshot
Create (🚧)  ●  Getting Started  ●  Stack  ●  License

GitHub stars GitHub issues GitHub forks GitHub license Required Node.JS >=16.0.0

⚙️ Stack

This is a Next.js project bootstrapped with create-next-app:

🤔 Known issues/roadmap

  • [x] Export images - fix white background.
  • [x] Create modal to display user preferences.
  • [x] Resolve image resizing.
  • [ ] Improve responsive.
  • [x] Allow downloading in more file types.
  • [x] Upgrade to Next.js 13 /app directory.

🚀 Getting Started

Recommended extensions for VSCode:

  1. Clone or fork the repository:
[email protected]:pheralb/frame.git
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
ultra install
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
ultra dev

Open http://localhost:3000 with your browser to see the result 🚀.

☁️ Deploy

📄 License