Home
Softono

Code Screeshot

Open source JavaScript
53
Stars
6
Forks
1
Issues
2
Watchers
1 year
Last Commit

 About Code Screeshot

A Ray.so clone project using React with Tailwind CSS + shadCN UI

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Code Screeshot?

We provide expert installation service for this software. Our team will install, configure, and secure Code Screeshot on your server. plans start at just $30.

Code Screeshot

View on GitHub

Code Screenshot

A fully functional Ray.so clone (a powerful tool for sharing code snippets) with additional features. Share beautiful screenshots of your code on your social media platforms.

Project live at: https://code-ss.pages.dev/

Complete tutorial/walkthrough available on my Youtube channel: Thumbnail


Features

  • 10+ elegant themes (light + dark theme included).
  • 12+ font styles (popular monospace fonts).
  • Support for all popuplar languages with auto-detection and syntax highlighting.
  • Multiple export options: save as SVG/PNG, copy to clipboard and copy link.
  • Other customization options like: font size, padding, background etc.

Technologies used


Build steps

  1. Clone this repo
git clone https://github.com/nimone/code-screenshot && cd code-screenshot
  1. Install project dependecies
npm install
  1. Build the project and start a local server
npm run build && npm run serve