A modern, terminal-inspired landing page for Base's development platform built with Next.js.
- Terminal-inspired interface with a copyable npm command
- Interactive command palette (⌘/Ctrl + i) showcasing Base products:
- Base Wallet - Secure and easy-to-use wallet
- OnchainKit - AppKit for building onchain apps
- Paymaster - Gasless transactions on Base
- AgentKit - Framework for building AI agents
- Base L3 - Base's upcoming Layer 3
- Animated text scramble effect
- Quick links to Base resources (blog, careers, X/Twitter)
- Responsive design with Tailwind CSS
- Built with Next.js 14 and TypeScript
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
- Next.js - React framework
- Tailwind CSS - Utility-first CSS framework
- TypeScript - Type-safe JavaScript
- CMDK - Command palette component
- use-scramble - Text scramble effect
app/
- Next.js app router pages and layoutscomponents/
- React components including the terminal landing and command palettepublic/
- Static assetslib/
- Utility functions and shared code
To learn more about the technologies used in this project: