BaseMeme Updates & Improvements
All changelogs, from the first Base token tracker idea to full dynamic data fetching on Base chain.
- 2025-10-30
v0.7 — Live Domain at BaseMeme.com - 2025-10-30
Added the domain name
BaseMeme.com— pausing builds for now.- Added live domain
BaseMeme.comhosted on Netlify - Implemented contact form
- Improved SEO for
index.astro - First blog post 'Hello World!' live
- Added live domain
- 2025-10-28
v0.6 — Live Data from Cloudflare Workers - 2025-10-28
Finally replaced the local
tokens.jsonwith a live API hosted on Cloudflare Workers. Took a bit of fighting with CORS, but it now updates automatically without touching the repo. Much cleaner and scalable for future token feeds.- Added retry + backoff logic to handle rate limits
- Tokens and total market cap now update live
- 2025-10-26
v0.5 — Token Table Overhaul - 2025-10-26
Rebuilt the entire table UI to make it lighter and easier to scan. Added sorting, search, and pagination.
- Sortable columns (price, market cap, 24h change)
- Responsive layout for mobile
- Cleaner typography and spacing
- 2025-10-24
v0.4 — BaseMeme Identity - 2025-10-24
After a fresh cup of coffee, I started shaping the BaseMeme visual identity. Kept the two Base squares forming a simple ‘B’ — minimal, clean, and instantly recognizable. Ready to roll out the blue vibes across the site.
- New Base-inspired color palette
- Minimal logo and favicon
- Dark mode improvements
- 2025-10-23
v0.3 — Cloudflare Worker Updater - 2025-10-23
Deployed the first version of the Worker that fetches token data hourly and commits to GitHub. The manual trigger worked fine; the cron took a few retries to behave. Added some retry logic to stop getting 429s.
- Hourly GitHub updates
- Automatic data refresh
- Improved rate-limit handling
- 2025-10-21
v0.2 — Public Test Launch - 2025-10-21
BaseMeme.com went live on
basememecom.pages.devfor early testing. It’s a simple static tracker for now — no backend, just Astro and a JSON file. Feels good to finally see it online.- Static tokens.json feed
- Astro + React hybrid setup
- Deployed via Cloudflare Pages
- 2025-10-18
v0.1 — Project Kickoff - 2025-10-18
BaseMeme started as a small weekend test — I just wanted to list top Base chain memecoins with a clean UI and no clutter. Set up the build structure, Astro routing, and basic layout. The goal: keep it fast and minimal.
- Initial Astro project structure
- Basic token list table