Official website for Lioran Developer Solutions (LDS), built with Next.js 16, React 19, Tailwind CSS 4, and TypeScript.
- Next.js 16 App Router
- React 19
- Tailwind CSS 4
- TypeScript
- ESLint
- MongoDB driver for contact submissions
The site presents LDS as the developer-infrastructure company under Lioran Group.
Primary areas covered:
- company positioning and mission
- product portfolio for LioranDB, LioranBastion, and Lioran Auth
- engineering principles and roadmap
- founder profile
- careers, contact, security, status, changelog, brand, and legal pages
The contact form submits to /api/contact. Records are only stored when the backend succeeds.
npm run dev
npm run lint
npm run build