MaheshtheDev / ray-so

Create code snippets, browse AI prompts, create extension icons and more.

Home Page:https://ray.so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ray.so

ray.so

Built by Raycast

Create code snippets, browse AI prompts, create extension icons and more.

About

This repository contains the source code for ray.so, a collection of tools built by Raycast. It includes:

Setup

This is a Next.js project. If you're unfamiliar with it, check out the Next.js Documentation.

To get started, download the repo, install dependencies and run the development server:

npm install
npm run dev

Contributing

We welcome contributions primarily in the form of new presets, prompts, snippets, themes, and bug fixes. If you're interested in contributing, follow the steps below:

Presets, Prompts & Snippets

  • Open prompts.ts or presets.ts or snippets.ts
  • Add your data to the relevant category
    • Ensure it includes all fields, and that they're unique within their category
  • Create a pull request 🚀

Themes

1. Copy the Theme JSON from Raycast

  • Open Theme Studio in Raycast
  • Right click on your Theme and select "Copy as JSON"

2. Add the theme to repo

  • In themes, create a folder with your Raycast username, ie: peduarte
  • In that folder, create a file with the theme name, ie: red.json
  • In that file, paste the theme JSON you copied from Raycast's Theme Studio

3. Generate the theme OG image

  • Make sure your local server running (npm run dev)
  • Open a new terminal session and run npm run generate-themes-og-images -- --slug=username/themename (replace username/themename with your theme's folder and file name)

4. Commit and push your changes

  • Create a Pull Request 🚀

About

Create code snippets, browse AI prompts, create extension icons and more.

https://ray.so

License:MIT License


Languages

Language:TypeScript 82.8%Language:CSS 15.8%Language:JavaScript 1.4%Language:Shell 0.0%