├── README.md └── img └── banner.png /README.md: -------------------------------------------------------------------------------- 1 | # Tinybird Forward » Vibeathon 2 | ![Tinybird Forward Hackathon Banner](img/banner.png) 3 | 4 | ## Official prompt 5 | In 48 minutes, build a simple web application that calls at least one API built with Tinybird Forward. You may build *anything*, but your submission must follow these rules: 6 | 7 | - Submission must include some kind of web app. It shouldn't just be an API built with Tinybird. 8 | - The API doesn't not need to use "real" data. Use `tb mock` to generate fake data if you prefer. 9 | - You do not need to deploy your app. Local dev is fine. 10 | - Your submission must also include a README.md explaining your project. (see note below about when you can submit a README) 11 | 12 | ### What to include in your README 13 | - Explain what you built 14 | - Explain what you were trying to build (if you didn't finish) 15 | - Explain how to deploy or run the app locally (if it isn't obvious) 16 | - Your contact info (social media handle is fine) 17 | 18 | ## How to submit 19 | Push your branch to this repo to submit. 20 | ```sh 21 | git clone https://github.com/tinybirdco/forward-hackathon.git 22 | git checkout -b 23 | # Write your code 24 | git add . && git commit -m "Submission" # Before 12:48 PM! 25 | git push -u origin 26 | ``` 27 | Some notes: 28 | - Commit early and often. Partial submissions are better than nothing. 29 | - Don't create a PR, just push your branch. 30 | - Your last *code* commit must be before **March 26, 2025 at 12:48:00.000 PM EDT** 31 | - You may make commits that update your README (and only your README) any time before March 26, 2025 at 11:59:59.999 PM EDT 32 | 33 | ## Judging criteria 34 | A panel of Tinybird staff will judge the submissions based on the following criteria: 35 | - **Creativity**: To-do list apps won't score big. Think outside the box! 36 | - **Resourcefulness**: How good are you at vibe coding?? ;P 37 | - **Completeness**: Did you build a complete (if simple) app? 38 | - **Quality**: Buggy apps or critical errors will be penalized. Small errors that don't impact UX are fine. 39 | 40 | Things that don't matter: 41 | - Style/CSS 42 | - Scalability (this is just a first version!) 43 | 44 | ## How to use Tinybird Forward 45 | 46 | ```sh 47 | # Install the Tinybird CLI 48 | curl https://tinybird.co | sh 49 | 50 | # Login (or create a free account) 51 | tb login 52 | 53 | # Start the local container 54 | tb local start 55 | 56 | # Bootstrap your first version 57 | tb create --prompt "I'm building an app to monitor LLM token usage. Create the analytics backend with APIs to visualize token costs over time, costs per model, and total tokens used." 58 | ``` 59 | 60 | ## Prizes 61 | **One (1) Grand Prize: Over $3000 in credits from these awesome devtools**: 62 | - [Tinybird](https://tinybird.co) -> Get 3 months free on any Developer plan ($897 value) 63 | - [Vercel](https://vercel.com) -> Get $100/month credits for 6 months ($600 value) 64 | - [Dub](https://dub.co) -> $100 in credits 65 | - [Resend](https://resend.com) -> 2 months Pro free ($40 value) 66 | - [Plain](https://plain.com) -> $100 in credits 67 | - [Bucket](https://bucket.co) -> 6 months Pro free ($750 value) 68 | - [Knock](https://knock.app) -> 2 months free ($500 value) 69 | - [Trigger](https://trigger.dev) -> $100 in credits 70 | - [Blacksmith](https://blacksmith.sh/) -> $100 in credits 71 | - [Estuary](https://estuary.dev) -> $100 in credits 72 | - [LocalStack](https://www.localstack.cloud) -> $100 in credits 73 | 74 | **Two (2) Runner Up Prizes: 3 months free from Tinybird (Up to $897 value)** 75 | 76 | ## Lawyer stuff 77 | - Don't cheat. 78 | - Not open to current Tinybird staff or paying customers. 79 | - [Official Rules](https://docs.google.com/document/d/1s07lVBQ8qVyAf7k2kYumgnpXgUacvozbUmSSPBPyYfo/edit?tab=t.0) 80 | -------------------------------------------------------------------------------- /img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinybirdco/forward-hackathon/56f29bc62c550578d44f7a86253d8fb52b964cc1/img/banner.png --------------------------------------------------------------------------------