Skip to content

Repository files navigation

ReqsAI — Landing Page

React Vite Tailwind CSS i18n Status

Landing page for ReqsAI, an AI-powered requirements elicitation platform by Kntro-Soft — Lima, Peru.

Stack

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

Sections

Navbar · Hero · Stats · Features · Solutions · Pricing · Testimonials · FAQ · Contact · Footer

Getting started

pnpm install
pnpm dev

Build for production:

pnpm build
pnpm preview

i18n

Translation files live in src/i18n/locales/. The active language is stored in localStorage under the key reqsai_lang and defaults to es.

Project structure

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 🇵🇪

About

Marketing landing page for ReqsAI, an AI-powered requirements elicitation platform that turns discovery meetings into structured user stories, Gherkin acceptance criteria, and backlog-ready outputs. Built with React, Vite, Tailwind CSS, and bilingual ES/EN support.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages