Skip to content

castrguru/my-1st-frame

Repository files navigation

My 1st Frame 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

My 1st Frame 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

My 1st 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! 🌟

About

A step-by-step introductory guide to building and publishing your 1st Farcaster frame.

Resources

License

CC0-1.0, MIT licenses found

Licenses found

CC0-1.0
LICENSE-CC0
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published