All Projects → aidenybai → snip

aidenybai / snip

Licence: MIT License
✌️ The simple, no-bs link shortener

Programming Languages

typescript
32286 projects
SCSS
7915 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to snip

magnet-link
DEPRECATED: Get a magnet link from a torrent file.
Stars: ✭ 65 (+96.97%)
Mutual labels:  link
Shellify
Shellify is a 100% managed .NET implementation of the Microsoft Shell Link (.LNK) Binary File Format.
Stars: ✭ 40 (+21.21%)
Mutual labels:  link
littlelink-admin
Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.
Stars: ✭ 50 (+51.52%)
Mutual labels:  link
artisan-static
A feature-rich starter template for building a static Jigsaw blog hosted on Netlify.
Stars: ✭ 40 (+21.21%)
Mutual labels:  netlify
vue-blog-netlify-template
A Vue.js blog powered by Cosmic. Deploy to Netlify in one click.
Stars: ✭ 34 (+3.03%)
Mutual labels:  netlify
nextjs-blog-starter-kit
NextJS Blog + Contentful Typescript Starter kit with Static Export 🚀
Stars: ✭ 56 (+69.7%)
Mutual labels:  netlify
nova-horizon-link
Smart Link for Laravel Nova to Horizon Dashboard.
Stars: ✭ 24 (-27.27%)
Mutual labels:  link
rehype-autolink-headings
plugin to add links to headings in HTML
Stars: ✭ 50 (+51.52%)
Mutual labels:  link
goshort
Golang URL Shortener
Stars: ✭ 26 (-21.21%)
Mutual labels:  shortener
gatsby-starter-antoine
My opinionated Gatsby.js starter
Stars: ✭ 17 (-48.48%)
Mutual labels:  netlify
tmpnote
🍒 Share self-destructing encrypted notes
Stars: ✭ 22 (-33.33%)
Mutual labels:  netlify
slam-mirrorbot
Aria/qBittorrent Telegram mirror/leech bot.
Stars: ✭ 1,072 (+3148.48%)
Mutual labels:  shortener
laravel-magiclink
Create link for authenticate in Laravel without password or get private content
Stars: ✭ 135 (+309.09%)
Mutual labels:  link
landing
This project builds the static and internationalized landing page of Upplication.
Stars: ✭ 26 (-21.21%)
Mutual labels:  netlify
pbchess
An open-sourced free online chess platform
Stars: ✭ 42 (+27.27%)
Mutual labels:  netlify
basicpos-frontend
React frontend for Basic POS
Stars: ✭ 28 (-15.15%)
Mutual labels:  netlify
react-flappy-bird
A side-scroller where the player controls a bird, attempting to fly between columns of green pipes without hitting them.
Stars: ✭ 55 (+66.67%)
Mutual labels:  netlify
vuetibook
Integrating Vue.js, Vuetify and Storybook
Stars: ✭ 16 (-51.52%)
Mutual labels:  netlify
blog.georgi-yanev.com
📘 Personal blog built with Gatsby and hosted on Netlify
Stars: ✭ 17 (-48.48%)
Mutual labels:  netlify
podcastfreaks.com
日本語テック系ポッドキャストまとめ
Stars: ✭ 42 (+27.27%)
Mutual labels:  netlify

Snip Tweet

Netlify Status API Uptime API Ping Code Size License

A faster, cleaner, no-bs link shortener, skipping the not-so-great privacy reputation of marketing centric link shorteners (cough adfly).

Goals

We adapt Chromium principles to help us drive product decisions:

  • Speed: Snip has low performance overhead and is compressed with deflate and gzip.
  • Security: Snip is secured with 128-bit SSL and no user data is stored (privacy baby)
  • Sustainability: Snip relies on a 7 day TTL to keep the service going in good health.
  • Simplicity: Snip provides a high-level interface that’s easy to use, understand, and debug.

Getting Started

Installation

git clone https://github.com/aidenybai/snip.git
cd snip

To view client/server installation instructions, open the respective directories.

client | server

Note: You will need at least NodeJS 10.18.1+, VSCode 1.44+, Yarn 1.17.3+ and MongoDB 3+. You will also need to configure .env variables before launching.

FAQ

Q: Who maintains Snip?

Aiden Bai maintains the project, but we'd love your help and expertise on the project! Feel free to fork and make changes, if you like the project, drop a !

Q: What is the character limit for links?

100,000 characters after normalization by normalize-url. If your link isn't initially provided correctly, the normalization algorithm may increase your link character count.

Q: Is there a expiry or TTL for snips?

Yes, the TTL for snips is 7 days before permanent deletion.

Q: I'm recieving ReferenceError: yarn is not defined whenever I try to use Yarn

You need to install yarn first. Go to their website and follow instructions.

Q: What's the difference between yarn start and yarn serve?

Our project has two environments: Production and Development. The production environment is used when it is actually hosted, an example is https://snip.ml. The development environment shows more "developer" metrics, helping you to debug, but is not suitible for production.

yarn start # production

yarn serve # development

Q: I'm recieving Error: Cannot find module 'example' whenever I start the project

You need to install the packages with the command below.

yarn

Useful Links

Made with 💖 by Aiden Bai

\_ヘ(◕‿◕ ✰)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].