This is a submission for the GitHub Finish-Up-A-Thon Challenge
What I Built
I revived an abandoned, broken Web3 frontend and transformed it into a clean, modern interface showcase for the Trestle DeFi ecosystem. This project started out as an old Automated Market Maker (AMM) alpha build that sat untouched in a dead GitHub organization for years. Breathing new life into this codebase allowed me to rescue valuable interface logic, clean out years of deployment debt, and integrate it directly into our active ecosystem under the BroilerPlus (BRT) token identity.
Demo
- Live Showcase Link: https://revive.trestle.website
- GitHub Codebase: https://github.com/jdefi/trestle-revive

A screenshot of the original legacy Allswap/alpha repository sitting in an inactive organization, showing the frozen code state before the revival.

A screenshot of the fresh, active trestle-revive repository under my current workspace, featuring updated dependencies and environment configurations.

A screenshot of the live dApp dashboard running at revive.trestle.website, showing the BroilerPlus (BRT) alignment and working wallet connection.
Application in Action
(Tip: Take a quick screenshot of your live homepage at revive.trestle.website and drag-and-drop it right here in the DEV editor to create a powerful visual anchor for the judges!)
The Comeback Story
The project was entirely dead before this challenge began. The original repository (https://github.com/Allswap/alpha) was stranded in an inactive organization, its custom domain had expired, and the legacy Netlify build pipeline was lost.
To complete this comeback, I executed a total code-level rescue:
-
Infrastructure Migration: I extracted the code, created the new
trestle-reviverepository, and wired up a modern automated pipeline on my active Netlify account. -
Subdomain Routing: I secured the project by routing it directly through an active subdomain on our primary ecosystem domain (
revive.trestle.website). - Ecosystem & UI Refactoring: I updated the frontend elements to feature BroilerPlus (BRT)—one of the three core tokens driving the Trestle Economic Flywheel.
- Pragmatic Web3 Architecture: I repaired the critical wallet connection hooks so the dApp triggers flawless user handshake calls, while leaving unconfigured backend staking/farming contract paths cleanly decoupled to ensure a stable, error-free showcase.
My Experience with GitHub Copilot
I did not use GitHub Copilot for this project revival. Instead, I leaned entirely into OpenCode, the open-source terminal-native AI coding agent. OpenCode was the perfect companion for an open-source challenge like this one.
Using OpenCode's workspace awareness allowed me to rapidly audit the old repository structure. I utilized it to identify old environment variables, find broken visual text strings, and cleanly refactor the interface components into the modern BroilerPlus branding without breaking the layout configurations. It provided a powerful, privacy-first, and flexible agentic environment that dramatically shortened the time needed to translate legacy framework dependencies into a stable production deployment on Netlify.




















