|
1 | | -# Tinynest: The Ultimate Dev Stack Analytics Dashboard |
2 | | -Tinynest is an open source utility built with love by Tinybird. Capture and analyze data from over a dozen common dev tools, from Vercel to Stripe to Auth0 and more, with just a few lines of code. |
| 1 | +# Dev stack analytics template |
| 2 | +The dev stack analytics template is an open source utility built with love by Tinybird. Capture and analyze data from over a dozen common dev tools, from Vercel to Stripe to Auth0 and more, with just a few lines of code. |
3 | 3 |
|
4 | 4 |  |
5 | 5 |
|
6 | 6 | ## Get Started |
7 | | -To start using Tinynest, you just need to deploy the data project to Tinybird, configure some webhooks, and fork the Next.js app (or use the public app at https://tinynest.tinybird.co with your Tinybird token). |
| 7 | +To start using Dev Stack Analytics, you just need to deploy the data project to Tinybird, configure some webhooks, and fork the Next.js app (or use the public app at https://dsat.tinybird.app with your Tinybird token). |
8 | 8 |
|
9 | 9 | ### Deploy the Tinybird data project |
10 | 10 | You can deploy the entire Tinybird project to your Tinybird account by clicking the button below. If you don't have a Tinybird account you can [signup for free](https://www.tinybird.co/signup). |
11 | 11 |
|
12 | 12 | <p align="left"> |
13 | | - <a href="https://app.tinybird.co?starter_kit=https://github.com/tinybirdco/tinynest/tinybird"> |
| 13 | + <a href="https://app.tinybird.co?starter_kit=https://github.com/tinybirdco/dev-stack-analytics-template/tinybird"> |
14 | 14 | <img width="200" src="https://img.shields.io/badge/Deploy%20to-Tinybird-25283d?style=flat&labelColor=25283d&color=27f795&logo=data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTAwIDQyLjhsLTE1Ni4xLTQyLjgtNTQuOSAxMjIuN3pNMzUwLjcgMzQ1LjRsLTE0Mi45LTUxLjEtODMuOSAyMDUuN3oiIGZpbGw9IiNmZmYiIG9wYWNpdHk9Ii42Ii8+PHBhdGggZD0iTTAgMjE5LjlsMzUwLjcgMTI1LjUgNTcuNS0yNjguMnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=" /> |
15 | 15 | </a> |
16 | 16 | </p> |
17 | 17 |
|
18 | 18 | ### Configure the webhooks |
19 | | -You'll need to configure webhooks from the tools in your stack to send data to Tinybird. Find guides below on how to do that for each tool in the Tinynest. |
| 19 | +You'll need to configure webhooks from the tools in your stack to send data to Tinybird. Find guides below on how to do that for each tool in the template. |
20 | 20 |
|
21 | 21 | - [Auth0 Log Streams](https://www.tinybird.co/docs/get-data-in/guides/ingest-auth0-logs) |
22 | 22 | - [Clerk](https://www.tinybird.co/docs/get-data-in/guides/ingest-from-clerk) |
|
0 commit comments