Welcome to the official landing page for WaspBot, an open-source initiative to create high‑performance, framework‑agnostic ports of [Hummingbot] (https://github.com/hummingbot/hummingbot) in modern programming languages. Our goal is to provide maintainable, modular, and production‑ready algorithmic trading libraries for multiple ecosystems.
For more details about WaspBot, including its features, capabilities, and documentation, visit the main WaspBot org.
- Responsive Design: Optimized for all devices, ensuring a great experience on desktop, tablet, and mobile.
- Fast Performance: Built with Next.js for optimal loading speeds and SEO.
- Modern UI: Clean, professional interface using the latest web standards.
- TypeScript Support: Fully typed codebase for better development experience and reliability.
- Next.js - React framework for production
- TypeScript - Typed JavaScript
- Tailwind CSS - Utility-first CSS framework
- PostCSS - CSS processing tool
- Node.js (version 18 or higher)
- pnpm
-
Clone the repository:
git clone https://github.com/WaspBot/waspbot.xyz.git cd waspbot.xyz -
Install dependencies:
pnpm install
-
Run the development server:
pnpm dev
-
Open http://localhost:3000 in your browser to view the landing page.
src/
├── app/
│ ├── favicon.ico
│ ├── globals.css
│ ├── layout.tsx
│ └── page.tsx
public/
├── file.svg
├── globe.svg
├── next.svg
├── vercel.svg
└── window.svg
We welcome contributions! Please see our Contributing Guide for detailed information on how to get started.
This project is part of WaspBot. Please refer to the main repository for licensing information.