https://github.com/lorine93s/flur3
AI‑powered NFT money market demo. Borrow/Lend/Earn UX, Solana/EVM‑ready UI, and Web3‑first components with professional theming and micro‑interactions.
https://github.com/lorine93s/flur3
ai ai-agent ai-nft ai-powered blockchain dao defi evm launchpad metaplex nft perps react solana sui typescript wallet web3
Last synced: about 1 month ago
JSON representation
AI‑powered NFT money market demo. Borrow/Lend/Earn UX, Solana/EVM‑ready UI, and Web3‑first components with professional theming and micro‑interactions.
- Host: GitHub
- URL: https://github.com/lorine93s/flur3
- Owner: lorine93s
- Created: 2025-10-05T16:56:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-05T17:29:43.000Z (9 months ago)
- Last Synced: 2025-10-05T19:23:36.129Z (9 months ago)
- Topics: ai, ai-agent, ai-nft, ai-powered, blockchain, dao, defi, evm, launchpad, metaplex, nft, perps, react, solana, sui, typescript, wallet, web3
- Language: TypeScript
- Homepage: https://flur3.vercel.app
- Size: 987 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FLUR3 — AI‑Powered Liquidity Layer for NFTs
Telegram: @lorine93s
## Overview
FLUR3 is a React + TypeScript (Vite) demo showcasing an AI‑powered NFT money market. It focuses on clean UX for Borrow/Lend/Earn, professional theming, responsive components, and Web3‑ready sections that can be wired to Solana/EVM/Sui backends.
## Features
- Borrow/Lend/Earn hero with waitlist capture
- Sections: How It Works, NFT Showcase, Unique Features, FAQ, Footer
- Professional styling with micro‑interactions and responsive layout
- Image assets served from `public/image` (NFTs, social icons, product art)
## Tech Stack
- React 18, TypeScript, Vite
- CSS (component‑scoped styles via `dangerouslySetInnerHTML`), utility classes in `src/index.css`
- Icons: lucide‑react
## Getting Started
```bash
npm install
npm run dev
# open http://localhost:5173
```
## Project Structure
```
src/
components/
Header.tsx # logo, nav, social, (theme line)
Hero.tsx # headline + waitlist form
HowItWorks.tsx # borrow/lend/earn explainer
NFTShowcase.tsx # responsive NFT grid/stack
UniqueFeatures.tsx
FAQ.tsx
Footer.tsx
App.tsx
index.css
main.tsx
public/
image/ # logo, nft images, social icons, cover.png
```
## Roadmap
- Wallet integration (Solana/EVM), risk engine API, and order routing
- Strategy/agent hooks for AI‑assisted flows
## Author
- Aram Petrosyan — Telegram: `@lorine93s` — Email: `xsui46941@gmail.com`
---