A comprehensive visual dashboard showcasing the growth, adoption, and ecosystem metrics for the Rig framework and Arc ecosystem.
The Rig Ecosystem Dashboard is designed for investors and stakeholders to get a clear view of the current state, growth trajectory, and ecosystem development around the Rig framework and Arc. It presents key metrics, partnerships, and projects in an intuitive, visually appealing format.
- GitHub Star Growth Tracking: Historical growth trajectory with interactive time period selection
- Key Metrics Visualization: Contributors, active adoption, and star velocity stats
- Enterprise Partners & Integrations: Visual showcase of official partnerships and integrations
- Arc Ecosystem Projects: Detailed display of live projects within the Arc ecosystem
- Community & Achievements: Highlights of community size and ecosystem milestones
- Ryzome - The Agentic App Store: Vision and roadmap for the Ryzome platform
- HTML5/CSS3 with Tailwind CSS for styling
- JavaScript for interactive elements
- Google Charts for data visualization
- PapaParse for CSV parsing
- A modern web browser
- Basic web server (optional for local development)
- Clone this repository
git clone https://github.com/yourusername/ecosystem_stats.git
- Navigate to the project directory
cd ecosystem_stats
- Either:
- Open
index.htmldirectly in your browser, or - Serve it using a simple HTTP server:
Then visit
python -m http.server 8000http://localhost:8000in your browser
- Open
This dashboard can be easily deployed on Vercel for fast, global hosting:
- Push your repository to GitHub
- Go to Vercel and sign up/login (you can use your GitHub account)
- Click "Add New" and select "Project"
- Import your GitHub repository (you may need to install the Vercel GitHub app first)
- Configure project settings:
- Framework Preset: Select "Other" (static HTML)
- Build and Output Settings: Leave defaults
- Environment Variables: Add any if needed
- Click "Deploy"
Your dashboard will be deployed and accessible at a Vercel URL (e.g., ecosystem-stats.vercel.app).
For a custom domain:
- Go to your project settings in Vercel
- Navigate to the "Domains" section
- Add your custom domain (e.g.,
ecosystem-stats.arc.fun) - Follow Vercel's instructions to set up the required DNS records (typically a CNAME record)
index.html- Main dashboard layout and contentdashboard.js- JavaScript for dashboard interactivity and chart renderingstyles.css- Custom styles beyond Tailwindlogos/- Directory containing partner and project logosstars_data.csv- Historical GitHub star data
To update the dashboard with new data:
- Replace
stars_data.csvwith updated GitHub star metrics - Update partner logos in the
logos/directory - Modify project details in the Arc Ecosystem section as needed
For more information about Rig and Arc:
- Rig Framework: https://github.com/0xPlaygrounds/rig
- Arc Ecosystem: https://www.arc.fun/
- Ryzome Waitlist: https://www.arc.fun/ryzome-waitlist
