A Next.js 14 landing page for NoLiquid - a decentralized trading platform with zero liquidation risk.
- 🚀 Next.js 14 with App Router
- 💎 TypeScript
- 🎨 Tailwind CSS
- 📊 Trading Backtest Analysis with Recharts
- 📱 Fully Responsive Design
- ⚡ Optimized for Performance
├── app/
│ ├── layout.tsx # Root layout with font configuration
│ ├── page.tsx # Home page
│ ├── analysis/
│ │ └── page.tsx # Trading analysis page
│ └── globals.css # Global styles
├── components/
│ ├── Navbar.tsx # Navigation component
│ ├── Hero.tsx # Hero section
│ ├── Features.tsx # Features grid
│ ├── DCABot.tsx # DCA Bot information
│ ├── HowItWorks.tsx # How it works section
│ ├── Stats.tsx # Statistics section
│ ├── CTASection.tsx # Call-to-action section
│ ├── Footer.tsx # Footer component
│ └── TradingBacktestAnalysis.tsx # Trading analysis charts
├── package.json
├── tsconfig.json
├── next.config.js
├── tailwind.config.ts
└── vercel.json
- Node.js 18+ installed
- npm or yarn package manager
- Clone the repository:
git clone <your-repo-url>
cd noliquid-landing- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
npm run build
npm start- Push your code to GitHub
- Go to Vercel
- Click "New Project"
- Import your GitHub repository
- Vercel will automatically detect Next.js and configure the build settings
- Click "Deploy"
- Install Vercel CLI:
npm i -g vercel- Run deploy command:
vercel- Follow the prompts to link your project
vercel --prodOnce connected to Vercel:
- Every push to
mainbranch will trigger a production deployment - Pull requests will create preview deployments
- Environment variables can be configured in Vercel dashboard
No environment variables are currently required for this project.
/- Landing page with all sections including:- Hero section with CTA
- Features showcase (6 cards)
- DCA Bot details with live performance snapshot
- How it works (3 steps)
- Statistics display
- Call-to-action section
- Footer
/analysis- Comprehensive trading analytics dashboard featuring:- Performance overview with 8 key metrics cards
- Interactive charts (Equity Curve, Monthly P&L, Drawdown)
- Detailed statistics with explanations
- Quick insights panel
- Risk assessment summary
- Framework: Next.js 14
- Language: TypeScript
- Styling: Tailwind CSS
- Charts: Recharts
- Font: JetBrains Mono
- Deployment: Vercel
All rights reserved © 2025 NoLiquid
For inquiries, contact us on Telegram