A fully functional CRUD application powered by n8n webhooks. Add, edit, search, and delete records — all changes sync to your n8n backend in real time. Click any cell to edit inline.
Click any cell in the grid to edit it directly. Changes are sent to your n8n webhook automatically on blur.
All CRUD operations post to your configured n8n webhook endpoints. Connect to any database, CRM, or sheet.
Export the current view — including any active filters and sorts — to CSV with a single click.
Open js/portfolio-crud.js and replace the N8N object at the top with your actual n8n webhook URLs.
Each CRUD operation posts JSON to its respective endpoint. The grid will fall back to demo data if the webhooks aren't configured.