https://github.com/evinism/tacotacoburrito
A simple metronome for not-so-simple times
https://github.com/evinism/tacotacoburrito
Last synced: 1 day ago
JSON representation
A simple metronome for not-so-simple times
- Host: GitHub
- URL: https://github.com/evinism/tacotacoburrito
- Owner: evinism
- Created: 2026-06-03T17:54:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-20T21:55:35.000Z (16 days ago)
- Last Synced: 2026-06-20T23:14:18.496Z (16 days ago)
- Language: TypeScript
- Homepage: https://tacotacoburrito.com
- Size: 643 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# TacoTacoBurrito
A simple metronome for not-so-simple times
The primary TacoTacoBurrito interface consists of a fairly well-tuned metronome, a UI for composing complicated beat patterns, and a nice preset store for easy use. TacoTacoBurrito is also easily extensible. Make metronomes that fit whatever your use case is! Have a blast!
### AI Slop
TacoTacoBurrito is well-tuned for AI slop contributions. Ask "Make a new frontend that does (whatever)" and a well-tuned AI agent should be able to slap one together quickly and easily, with no manual intervention. I'm in general gonna be pretty happy to merge AI slop (as long as it doesn't affect core functionality).
## next.js info:
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!