Skip to content
/ rose Public

✨ Rosé ✨ Farcaster Frame Kit

License

CC-BY-SA-4.0, MIT licenses found

Licenses found

CC-BY-SA-4.0
LICENSE-CC-BY-SA
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

castrguru/rose

Repository files navigation

Rosé by Castr GÜRŲ

A complete low-no code solution for frame building on Farcaster.

Benefits

  • ✅ Easy to learn & use Astro framework (great for beginners!)
  • ✅ No to low coding required
  • ✅ Simple text styling
  • ✅ Pre-loaded fonts & icons

Technology Stack

  • ✅ HTML5
  • ✅ TypeScript
  • ✅ Tailwind CSS
  • ✅ Universal Docker deployment
  • ✅ Simple text styling

🚀 Project Structure

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

Rosé is built using Astro, which looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

The src/content/ directory contains "collections" of related Markdown and MDX documents. Use getCollection() to retrieve posts from src/content/blog/, and type-check your frontmatter using an optional schema. See Astro's Content Collections docs to learn more.

Any static assets, like images, can be placed in the public/ directory.

Licenses

The Rosé frame kit is DUAL-licensed:

  • The source code is available under the MIT license.
  • ALL media assets (images, audio & video files, etc.) are CC BY-SA 4.0.
    ⚠️ ATTRIBUTION IS REQUIRED ⚠️
    You can attribute them to Castr GÜRŲ - https://castr.guru/.

About

✨ Rosé ✨ Farcaster Frame Kit

Resources

License

CC-BY-SA-4.0, MIT licenses found

Licenses found

CC-BY-SA-4.0
LICENSE-CC-BY-SA
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published