Skip to content
/ ray-so Public
forked from raycast/ray-so

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

License

Notifications You must be signed in to change notification settings

linear/ray-so

This branch is 18 commits ahead of, 43 commits behind raycast/ray-so:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2075ccc ยท Jan 17, 2025
Jan 28, 2023
Jan 16, 2023
Sep 9, 2024
Jan 17, 2025
Nov 11, 2024
Nov 11, 2024
Sep 16, 2024
Sep 16, 2022
Jan 16, 2023
Jan 13, 2023
Jan 13, 2023
Jan 13, 2023
Jan 13, 2023
Jul 2, 2024
Jul 2, 2024
Sep 18, 2024
Jul 2, 2024
Jul 18, 2024
Nov 4, 2024
Nov 4, 2024
Jul 2, 2024
Nov 4, 2024
Jul 2, 2024

Repository files navigation

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, Quicklinks & Snippets

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.1%
  • CSS 13.8%
  • JavaScript 1.1%