Prototype Frontend for Crypto On-Ramp Experience
Crypto OnRamp Intel is an experimental frontend solution that simplifies converting a familiar input currency (e.g. USD, EUR, or stablecoins) into a selection of destination cryptocurrencies (e.g. ETH, BTC, USDC, etc.). The goal is to provide an intuitive, beginner-friendly entry point for people to obtain crypto without the friction of learning traditional exchange workflows.
- Many users are intimidated by exchanges: multiple steps, deposit/withdrawal, interface complexity.
- This prototype aims to hide that complexity and provide a more guided, conversational, or form-based path.
- It enables rapid feature testing, iteration, and UI/UX validation of new flows.
- Started with Lovable (visual/low-code UI tooling) and gradually extended with custom React/TypeScript code to accommodate more advanced custom logic.
- Input currency → choose among multiple crypto destinations
- Real-time (or mock) quotes for conversion
- Clean, minimal UI focusing on clarity
- Easily extensible to plug in new providers, chains, currencies
- Built with modern web stack (React, Vite, Tailwind, etc.)
- Framework / Tooling: Vite, React, TypeScript
- UI / Styling: Tailwind CSS, shadcn-ui
- Infrastructure: (Currently frontend only — intended to integrate with backend / on-chain / exchange APIs)
- Prototyping origin: Lovable (UI/low-code) → hand coding over time
Prerequisites
- Node.js (v16+ recommended)
- npm or yarn
For local dev server:
npm install npm run dev
This will start a local dev server (Vite) with hot reloading. Open your browser at http://localhost:3000 (or whatever Vite assigns) to view the UI.
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
Contact & Author
Created by NachoLZ
Originally built via Lovable then enhanced by manual code commits
For questions or collaboration, feel free to reach out via GitHub.