Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyusternie/castr-guru
A comprehensive front-end software development kit (SDK) and back-end portal for Farcaster frames builders.
https://github.com/nyusternie/castr-guru
Last synced: 5 days ago
JSON representation
A comprehensive front-end software development kit (SDK) and back-end portal for Farcaster frames builders.
- Host: GitHub
- URL: https://github.com/nyusternie/castr-guru
- Owner: nyusternie
- License: mit
- Created: 2024-10-27T06:30:42.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-01T22:01:51.000Z (8 days ago)
- Last Synced: 2025-01-01T23:18:56.982Z (8 days ago)
- Homepage: https://castr.guru
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Layer1Guru logo](https://i.ibb.co/vHCBZSY/guru-256.png)
# Castr GÜRŲ
### https://castr.guru
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](#introduction)
- [Next.js Components](#nextjs-components)
- [UI Components](#ui-components)
- [UX Modules](#ux-modules)# 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
```tsx
import { GuruProvider } from '@castrguru/next';
```# UI Components
This is the conclusion section.
## Bottom Sheet
```tsx
import { useState } from 'react'
import { BottomSheet, BottomSheetContext } from '@castrguru/ui';export function Navbar({ tableid }: { tableid: string}) {
const [isBottomSheetOpen, setBottomSheetOpen] = useState(false);return (
{children}
)
```# UX Modules
This is the conclusion section.
## Get User
```tsx
import { getUser } from '@castrguru/ux';
```