展示HN:ImportKit – 可嵌入的CSV导入小部件,适用于SaaS应用程序

1作者: gissurthor1 天前原帖
嗨,HN(黑客新闻), 我开发了 ImportKit(https://importkit.app)——一个可以直接嵌入的 React 小部件,用于处理 SaaS 应用的 CSV 和 Excel 导入。 这是我第一次开发软件产品。我在冰岛的一家海事软件公司从事销售和市场营销工作,发现一个普遍的问题:每个 SaaS 应用最终都需要 CSV 导入,而每个团队都要从头开始构建这个功能。列映射、验证、错误处理——这是一项重复的工作。 因此,我决定尝试自己构建一个解决方案。ImportKit 是一个可嵌入的小部件,您可以通过 npm install @importkit/react 安装,并通过一些属性进行配置。它的功能包括: - 基于 AI 的列映射(自动建议 CSV 表头与您的字段之间的匹配) - 内置验证(电子邮件、电话、必填字段) - 支持 CSV 和 Excel(XLSX、XLS) - 主题定制,以匹配您应用的外观 设置大约需要 5 分钟。它提供了一个免费套餐(每月 100 行),您可以在没有任何承诺的情况下试用。 我是一名独立开发者,将这个项目作为副业来运营。我非常希望能收到您对产品、着陆页或方法的反馈。如果您在自己的应用中以不同的方式解决了 CSV 导入问题,我也很想听听您的经验。 https://importkit.app 文档: https://docs.importkit.app
查看原文
Hey HN, I built ImportKit (https://importkit.app) — a drop-in React widget that handles CSV and Excel imports for SaaS apps. This is my first software product ever. I work in sales and marketing for a maritime software company in Iceland, and I kept seeing the same problem: every SaaS app eventually needs CSV import, and every team builds it from scratch. Column mapping, validation, error handling — it’s a lot of repetitive work. So I decided to try building a solution myself. ImportKit is an embeddable widget you install with npm install @importkit/react and configure with a few props. It handles: ∙ AI-powered column mapping (auto-suggests matches between CSV headers and your fields) ∙ Built-in validation (email, phone, required fields) ∙ CSV and Excel support (XLSX, XLS) ∙ Theming to match your app’s look Setup takes about 5 minutes. There’s a free tier (100 rows/month) so you can try it without commitment. I’m a one-person team running this as a side project. I’d genuinely appreciate any feedback on the product, the landing page, or the approach. And if you’ve solved CSV imports differently in your apps, I’d love to hear how. https://importkit.app Docs: https://docs.importkit.app