Releases: aerilabs/Custom-RainbowKit-Frontend
Releases · aerilabs/Custom-RainbowKit-Frontend
Minor fix
📦 v1.0.2 – Release Notes
Released: 26/01/2026
🛠️ Fixed
Fixed broken lockfile — corrected issues with inconsistent dependencies in the lockfile to ensure installations are stable and reproducible across environments.
Full Changelog
See the full diff between releases here:
🔗 v1.0.1...v1.0.2
Bump project dependencies
What's Changed
- Bump the minor-and-patch group with 17 updates by @dependabot[bot] in #2
New Contributors
- @dependabot[bot] made their first contribution in #2
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Custom RainbowKit Frontend — v1.0.0
Overview
Initial stable release of the frontend application that integrates RainbowKit wallet connectivity with a fully custom SIWE authentication backend.
This project demonstrates how to replace RainbowKit’s default authentication with a custom backend-driven SIWE flow using TanStack tooling.
Features
Wallet & Authentication
- RainbowKit wallet connection UI
- Custom SIWE authentication adapter
- Backend-driven nonce retrieval
- Signed message verification
- Session-aware authentication state
Architecture
- Built with TanStack Start and React
- Wagmi for Ethereum interaction
- RainbowKit for wallet UX
- TanStack Query for server state management
- Axios configured for credentialed requests
Providers
- Centralized Providers setup for:
- Wagmi
- RainbowKit
- Authentication context
- Query client
Configuration
- Environment-based configuration via
.env.local - WalletConnect Project ID support
- Backend URL configuration
Dependency Relationship
This frontend depends on:
custom-rainbowkit-backend v1.0.0
The backend must be running and accessible for authentication to function.
Breaking Changes
None. This is the first stable release.
Known Limitations
- No protected route examples included
- Minimal error UI for authentication failures
- Limited styling customization beyond defaults
Planned Improvements
- Protected routes and auth guards
- Improved authentication error handling
- UI feedback for session state
- Expanded theme customization
- Automated frontend tests
Version
v1.0.0