trackmcp
Back to directory
Red-Panda-Dev

tokenbel-landing

View on GitHub

TokenBel landing page

0 stars HTMLOthers Updated Aug 22, 2026

Documentation

Contact Refresh - Pure HTML + Tailwind 4.1 Project

🔗 **Лендинг — tokenbel.info | Агрегатор токенов — dashboard.tokenbel.info**

Project Overview

This project has been successfully migrated from a React + Vite + TypeScript setup to a pure HTML + Tailwind CSS 4.1 static site.

Project Structure

code
/
├── public/                  # Static assets and additional HTML pages
│   ├── contacts.html        # Contact page
│   ├── favicon.ico          # Favicon
│   └── ...                  # Other static assets
├── index.html              # Main HTML file
├── vite.config.ts          # Vite configuration
├── tailwind.config.ts      # Tailwind CSS configuration
├── postcss.config.js       # PostCSS configuration
└── package.json            # Project dependencies

Technologies Used

  • Vite - Fast build tool and development server
  • Tailwind CSS 4.1 - Utility-first CSS framework (via CDN)
  • Alpine.js - Lightweight JavaScript framework for interactivity
  • HTML5 - Pure HTML structure

Getting Started

Prerequisites

  • Node.js (v18+) or Bun
  • npm, yarn, pnpm, or bun

Installation

bash
# Clone the repository
git clone 
cd contact-refresh

# Install dependencies
bun install
# or
npm install
# or
yarn install
# or
pnpm install

Development

bash
# Start development server
bun run dev
# or
npm run dev

# Server will start at http://localhost:8080

Building for Production

bash
# Build for production
bun run build
# or
npm run build

# Preview production build
bun run preview
# or
npm run preview

Project Features

Pure HTML + Tailwind CSS - No React dependencies

Fast build times - Vite-powered optimization

Responsive design - Mobile-first approach

Easy to maintain - Simple file structure

Production ready - Optimized assets

Available Pages

  • Home Page (`index.html`) - Main landing page
  • Contact Page (`public/contacts.html`) - Contact form and information

Customization

Adding New Pages

1. Create a new HTML file in the `public/` directory

2. Add the page to the `vite.config.ts` rollupOptions.input

3. Use Tailwind CSS classes for styling

Styling

The project uses Tailwind CSS 4.1 via CDN. You can:

  • Use utility classes directly in HTML
  • Add custom CSS in `` tags
  • Extend Tailwind configuration in `tailwind.config.ts`

Deployment

The project can be deployed to any static hosting service:

  • Vercel
  • Netlify
  • GitHub Pages
  • Cloudflare Pages
  • AWS S3
  • Any static file hosting

Example Deployment

bash
# Build for production
bun run build

# Deploy the dist/ folder to your hosting provider

Migration Summary

This project was successfully migrated from:

  • React 18Pure HTML
  • TypeScriptJavaScript
  • Complex build systemSimple Vite setup
  • Multiple dependenciesMinimal dependencies

Support

For any issues or questions, please open an issue on the GitHub repository.

Frequently asked questions

What is tokenbel-landing?

tokenbel-landing is TokenBel landing page

How do I install tokenbel-landing?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is tokenbel-landing open source?

Yes — it is hosted on GitHub at https://github.com/Red-Panda-Dev/tokenbel-landing.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP