A simple and elegant prompt template variable filler built for non-technical prompt engineers.
EasyFill helps you create reusable prompt templates with dynamic variables. Define your template once, then quickly fill in the variables to generate customized outputs.
- Dynamic Variable Detection: Automatically detects variables in
{{variable_name}}format - Flexible Input Types: Toggle between single-line and multi-line inputs for each variable
- Auto-Save: Templates and values are automatically saved to local storage
- Live Preview: See your filled template in real-time as you type
- One-Click Copy: Copy the filled output to your clipboard instantly
- Clean Interface: Beautiful, modern UI with smooth animations and transitions
- Node.js 18.x or higher
- npm or yarn
npm installnpm run devOpen http://localhost:3000 in your browser.
npm run buildnpm start- Framework: Next.js 13
- UI Components: shadcn/ui
- Styling: Tailwind CSS
- Icons: Lucide React
- Language: TypeScript
MIT