Landing page for ReqsAI, an AI-powered requirements elicitation platform by Kntro-Soft — Lima, Peru.
| Framework | React 19 + Vite 8 |
| Styling | Tailwind CSS v4 (CSS-first, no config file) |
| Compiler | React Compiler via babel-plugin-react-compiler |
| i18n | i18next + react-i18next (ES / EN, persisted in localStorage) |
| Icons | lucide-react |
Navbar · Hero · Stats · Features · Solutions · Pricing · Testimonials · FAQ · Contact · Footer
pnpm install
pnpm devBuild for production:
pnpm build
pnpm previewTranslation files live in src/i18n/locales/. The active language is stored in localStorage under the key reqsai_lang and defaults to es.
src/
├── components/
│ ├── layout/ # Navbar, Footer
│ └── sections/ # One file per page section
├── hooks/ # useScrolled
├── i18n/
│ ├── index.js # i18next setup
│ └── locales/ # es.json, en.json
├── App.jsx
├── main.jsx
└── index.css # Tailwind entry + @theme + global styles
© 2026 Kntro-Soft · Lima, Peru 🇵🇪