A modern Next.js web application for generating and customizing name styles with various fonts, including custom Bangla fonts.
- Supports custom Bangla fonts
- Google Fonts integration
- Live font preview
- Name styling and customization
- Image generation with custom fonts
- Fully responsive UI
- Framework: Next.js (App Router)
- Styling: Bootstrap
- Font Management: Google Fonts + Custom Fonts
- Clone the Repository
git clone https://github.com/zobkazi/e-signatures.git cd e-signatures - Install Dependencies
npm install # or yarn install - Run the Development Server
Open http://localhost:3000 to view the app in the browser.
npm run dev
- Install Vercel CLI:
npm install -g vercel
- Deploy:
vercel
- Build the project:
npm run build
- Start the production server:
npm start
Place your favicon.ico file in the /public directory.
- Minified CSS & JavaScript
- Lazy loading images
- Next-gen image formats (WebP, AVIF)
- Critical CSS inlining
Feel free to fork this repository and submit pull requests!
This project is licensed under the MIT License.