Skip to content
/ web Public

A comprehensive front-end software development kit (SDK) and back-end portal for Farcaster frames builders.

License

Notifications You must be signed in to change notification settings

castrguru/web

Repository files navigation

Castr Guru logo

Castr GÜRŲ

A comprehensive UI/UX development kit for Farcaster frames builders.

UI offers front-end software development kit (SDK); while UX back-end portal for Farcaster frames builders.

THIS PROJECT IS CURRENTLY STILL IN ALPHA-STAGE DEVELOPMENT. PLEASE DO NOT USE IN PRODUCTION.


Table of Contents

Introduction

Castr GÜRŲ is a remote node assistant, built for the sole purpose of making Farcaster frames management effortless from A to Z.

Next.js Components

This is the introduction section.

Guru Provider

import { GuruProvider } from '@castrguru/next';

UI Components

This is the conclusion section.

Bottom Sheet

import { useState } from 'react'
import { BottomSheet, BottomSheetContext } from '@castrguru/ui';

export function Navbar({ tableid }: { tableid: string}) {
  const [isBottomSheetOpen, setBottomSheetOpen] = useState<BottomSheetContext>(false);

  return (
    <BottomSheet isOpen={isBottomSheetOpen}>
      {children}
    </BottomSheet>
  )

UX Modules

This is the conclusion section.

Get User

import { getUser } from '@castrguru/ux';

About

A comprehensive front-end software development kit (SDK) and back-end portal for Farcaster frames builders.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published