theo made his api too expensive, so i made it cheaper (free and open source) A modern web application built with Next.js for processing and manipulating images with text. This application provides powerful image processing capabilities including background removal and text overlay features.
- Image background removal using @imgly/background-removal
- Modern UI with Tailwind CSS
- Dark/Light mode support
- Type-safe development with TypeScript
- Fast development with Turbopack
- Node.js 18.17 or later
- pnpm (recommended) or npm
- Clone the repository:
git clone https://github.com/yourusername/img-text-app.git
cd img-text-app
- Install dependencies:
pnpm install
# or
npm install
- Start the development server:
pnpm dev
# or
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Next.js 15 - React framework
- TypeScript - Type safety
- Tailwind CSS - Styling
- @imgly/background-removal - Image processing
- Radix UI - UI components
- Zod - Schema validation
To learn more about the technologies used in this project:
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.