A complete low-no code solution for frame building on Farcaster.
- ✅ Robust Next.js framework
- ✅ Pre-loaded fonts & icons
- ✅ HTML5
- ✅ TypeScript
- ✅ Tailwind CSS
- ✅ Universal Docker deployment
Inside the project, you'll see the following folders and files:
├── public/
├── src/
│ ├── components/
│ ├── content/
│ ├── layouts/
│ └── pages/
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json
The Kitchen Sink built using Next.js, which looks for .tsx
or .ts
files in the src/
directory. Each page is exposed as a route based on its file name.
Any static assets, like images, can be placed in the public/
directory.
The Kitchen Sink frame kit is DUAL-licensed:
- The source code is available under the MIT license.
- ALL media assets (images, audio & video files, etc.) are CC0 1.0.
🌟 NO ATTRIBUTION REQUIRED .. ENJOY! 🌟