https://github.com/excessivecoding/epic-stack-with-fathom-analytics
Add Fanthom Analytics to your Epic Stack project
https://github.com/excessivecoding/epic-stack-with-fathom-analytics
epic-stack epic-stack-example
Last synced: about 2 months ago
JSON representation
Add Fanthom Analytics to your Epic Stack project
- Host: GitHub
- URL: https://github.com/excessivecoding/epic-stack-with-fathom-analytics
- Owner: excessivecoding
- Created: 2023-08-25T13:52:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T10:47:40.000Z (over 1 year ago)
- Last Synced: 2025-03-01T00:39:42.154Z (about 2 months ago)
- Topics: epic-stack, epic-stack-example
- Language: TypeScript
- Homepage:
- Size: 9.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Epic Stack with Fathom Analytics
[Fathom Analytics](https://usefathom.com/ref/CDDARA) is the recommanded [analytics service](https://github.com/epicweb-dev/epic-stack/blob/11defa5cdd787c8b07a4d103f0b1bd79accdfa83/docs/features.md?plain=1#L48) by the Epic Stack (not definitive).
Fathom Analytics uses simple embed script tag to work.
## Steps
You can get all your the changes required on [this commit](https://github.com/xstevenyung/epic-stack-with-fathom-analytics/commit/2626fe1af922f2094ed63cbbb5e8f88e12e08a9f)
## Prepare for production
1. Create your new project on [Fathom Analytics website](https://usefathom.com/ref/CDDARA)
2. Once your project is created, add in your `.env` your `FATHOM_ANALYTICS_SITE_ID` (don't forget to replicate your change in your `.env.example` for good mesure) or add in on Fly.io for production using `fly secrets set FATHOM_ANALYTICS_SITE_ID=your-site-id`