1 00:00:00,000 --> 00:00:02,880 Hey everybody, and welcome to another Deep Dive with us. 2 00:00:02,880 --> 00:00:04,960 Today we're looking at Cut.it. 3 00:00:04,960 --> 00:00:06,240 Cut.it. 4 00:00:06,240 --> 00:00:09,340 Which is a free and open source URL shortener. 5 00:00:09,340 --> 00:00:10,180 Very cool. 6 00:00:10,180 --> 00:00:11,760 We've got some excerpts from their website. 7 00:00:11,760 --> 00:00:12,600 Okay. 8 00:00:12,600 --> 00:00:14,980 And we've got a peek at their GitHub project as well. 9 00:00:14,980 --> 00:00:15,820 Awesome. 10 00:00:15,820 --> 00:00:16,640 To kind of guide us through this. 11 00:00:16,640 --> 00:00:17,480 All right. 12 00:00:17,480 --> 00:00:18,320 Oh, and before we forget, 13 00:00:18,320 --> 00:00:20,520 this Deep Dive is brought to you by Safe Server. 14 00:00:20,520 --> 00:00:22,120 Safe Server. 15 00:00:22,120 --> 00:00:23,720 If you're looking for some hosting solutions 16 00:00:23,720 --> 00:00:26,080 or some advice on your digital transformation, 17 00:00:26,080 --> 00:00:30,840 head over to www.safeserver.day. 18 00:00:30,840 --> 00:00:32,040 You're afraid. 19 00:00:32,040 --> 00:00:33,560 But getting back to Cut.it. 20 00:00:33,560 --> 00:00:34,960 Okay. 21 00:00:34,960 --> 00:00:38,700 What about this URL shortener particularly stood out to you? 22 00:00:38,700 --> 00:00:40,480 You know, one of the first things I noticed 23 00:00:40,480 --> 00:00:43,560 was just their focus on privacy and control. 24 00:00:43,560 --> 00:00:44,400 Oh, I. 25 00:00:44,400 --> 00:00:46,200 You know, with commercial URL shorteners, 26 00:00:46,200 --> 00:00:47,880 you're kind of just trusting a third party 27 00:00:47,880 --> 00:00:49,120 with all your data. 28 00:00:49,120 --> 00:00:50,240 Yeah, that'd be good. 29 00:00:50,240 --> 00:00:52,840 But with Cut.it being open source, 30 00:00:52,840 --> 00:00:55,520 really addresses this concern head on. 31 00:00:55,520 --> 00:00:57,040 Yeah, that's a really good point. 32 00:00:57,040 --> 00:00:57,880 Yeah. 33 00:00:57,880 --> 00:00:59,920 A lot of us, I think, use URL shorteners, 34 00:00:59,920 --> 00:01:02,280 and we don't really think about where that data goes. 35 00:01:02,280 --> 00:01:03,120 Right. 36 00:01:03,120 --> 00:01:06,440 So could you explain what being open source means 37 00:01:06,440 --> 00:01:09,720 in a practical way for someone using Cut.it? 38 00:01:09,720 --> 00:01:11,000 So in practical terms, 39 00:01:11,000 --> 00:01:13,440 it just means transparency and flexibility. 40 00:01:13,440 --> 00:01:14,280 Okay. 41 00:01:14,280 --> 00:01:17,440 The entire code base is public on GitHub, 42 00:01:17,440 --> 00:01:20,200 so anyone can look at it, see how it works, 43 00:01:20,200 --> 00:01:21,740 and even contribute. 44 00:01:21,740 --> 00:01:24,200 So theoretically, I could set up my own version of this 45 00:01:24,200 --> 00:01:25,240 on my own server. 46 00:01:25,240 --> 00:01:27,880 Absolutely, that's the beauty of self-hosting. 47 00:01:27,880 --> 00:01:30,420 You have complete control over your data, 48 00:01:30,420 --> 00:01:32,680 and you're not relying on someone else. 49 00:01:32,680 --> 00:01:35,280 But wouldn't that require a lot of technical know-how? 50 00:01:35,280 --> 00:01:37,560 You know, it might sound daunting, 51 00:01:37,560 --> 00:01:39,600 but the developers have made this process 52 00:01:39,600 --> 00:01:41,560 pretty user-friendly. 53 00:01:41,560 --> 00:01:44,240 Their documentation is really straightforward. 54 00:01:44,240 --> 00:01:45,880 And if you want to go the easier route, 55 00:01:45,880 --> 00:01:47,600 you can always just use the hosted version. 56 00:01:47,600 --> 00:01:49,400 Right, that makes sense. 57 00:01:49,400 --> 00:01:51,320 That's good, they provide both options. 58 00:01:51,320 --> 00:01:53,560 They list a bunch of features on their website. 59 00:01:53,560 --> 00:01:54,440 They do. 60 00:01:54,440 --> 00:01:59,000 Custom domains, detailed statistics, API access, 61 00:01:59,000 --> 00:02:00,960 a lot of stuff that you usually have to pay for. 62 00:02:00,960 --> 00:02:03,800 With other URL shorteners, were there 63 00:02:03,800 --> 00:02:06,880 any features that stood out to you in particular? 64 00:02:06,880 --> 00:02:08,920 Honestly, the level of customization 65 00:02:08,920 --> 00:02:11,400 was really impressive. 66 00:02:11,400 --> 00:02:13,560 From the website, we see custom domains, 67 00:02:13,560 --> 00:02:15,520 which is really good for branding. 68 00:02:15,520 --> 00:02:18,680 But then looking at the GitHub repository, 69 00:02:18,680 --> 00:02:21,920 there's really granular control, too. 70 00:02:21,920 --> 00:02:24,760 For example, you can actually customize the length 71 00:02:24,760 --> 00:02:27,080 of your shortened URLs. 72 00:02:27,080 --> 00:02:29,760 And even the characters that are used to generate them. 73 00:02:29,760 --> 00:02:31,520 They even allow special characters. 74 00:02:31,520 --> 00:02:34,440 So you could have a shortened URL that's made up of all emojis. 75 00:02:34,440 --> 00:02:35,320 Exactly. 76 00:02:35,320 --> 00:02:36,040 That's awesome. 77 00:02:36,040 --> 00:02:38,640 I don't know how practical it would be, but that option 78 00:02:38,640 --> 00:02:39,240 is there. 79 00:02:39,240 --> 00:02:39,960 That's so cool. 80 00:02:39,960 --> 00:02:40,800 Yeah. 81 00:02:40,800 --> 00:02:43,160 OK, so we talked about self-hosting earlier. 82 00:02:43,160 --> 00:02:45,840 But I want to dig a little deeper into that. 83 00:02:45,840 --> 00:02:49,640 On their website, they say they support multiple database 84 00:02:49,640 --> 00:02:50,840 options. 85 00:02:50,840 --> 00:02:52,720 Can you explain why that's a good thing? 86 00:02:52,720 --> 00:02:55,400 Well, different databases have different strengths. 87 00:02:55,400 --> 00:02:57,780 Some are better for large amounts of data. 88 00:02:57,780 --> 00:02:58,760 Some are faster. 89 00:02:58,760 --> 00:03:00,480 Some are easier to use. 90 00:03:00,480 --> 00:03:05,760 So by supporting Squallight Postgres and MySchool, 91 00:03:05,760 --> 00:03:08,480 it lets people choose what works best for them. 92 00:03:08,480 --> 00:03:11,720 So if I'm a beginner, I could choose Squallight. 93 00:03:11,720 --> 00:03:12,440 Exactly. 94 00:03:12,440 --> 00:03:16,360 But if I'm running some huge website with tons of traffic, 95 00:03:16,360 --> 00:03:18,400 I could go with something more robust like Postgres. 96 00:03:18,400 --> 00:03:21,880 Precisely, and they even incorporate Redis for caching 97 00:03:21,880 --> 00:03:24,280 for people who are concerned about performance. 98 00:03:24,280 --> 00:03:26,640 Now, you said caching a couple times now. 99 00:03:26,640 --> 00:03:27,460 I have. 100 00:03:27,460 --> 00:03:29,920 For those of us who aren't database experts, 101 00:03:29,920 --> 00:03:32,960 could you explain what caching is and why it's important? 102 00:03:32,960 --> 00:03:35,560 Imagine you're running a library. 103 00:03:35,560 --> 00:03:39,720 And every time someone wants to borrow a popular book, 104 00:03:39,720 --> 00:03:42,680 you have to go into the stacks and retrieve it. 105 00:03:42,680 --> 00:03:45,960 Caching is like having a little shelf at the front desk 106 00:03:45,960 --> 00:03:49,000 where you keep extra copies of those popular books, 107 00:03:49,000 --> 00:03:51,440 so you don't have to go back into the stacks all the time. 108 00:03:51,440 --> 00:03:52,040 I got it. 109 00:03:52,040 --> 00:03:53,520 It makes things much faster. 110 00:03:53,520 --> 00:03:57,480 So Redis is like that shelf by the front desk, 111 00:03:57,480 --> 00:04:00,120 holding the most popular shortened URLs. 112 00:04:00,120 --> 00:04:01,040 That's a great analogy. 113 00:04:01,040 --> 00:04:01,880 OK, cool. 114 00:04:01,880 --> 00:04:03,500 So it's preventing the system from having 115 00:04:03,500 --> 00:04:06,040 to go back to the main database every time someone 116 00:04:06,040 --> 00:04:06,800 clicks a link. 117 00:04:06,800 --> 00:04:07,360 Exactly. 118 00:04:07,360 --> 00:04:09,120 It improves performance a lot, especially 119 00:04:09,120 --> 00:04:10,520 when you have a lot of traffic. 120 00:04:10,520 --> 00:04:13,360 OK, so we've got this flexibility 121 00:04:13,360 --> 00:04:15,040 in choosing the database. 122 00:04:15,040 --> 00:04:17,280 We've got Redis speeding things up. 123 00:04:17,280 --> 00:04:17,960 Yes. 124 00:04:17,960 --> 00:04:19,720 I'm starting to see how this is designed 125 00:04:19,720 --> 00:04:21,640 to scale and adapt to different needs. 126 00:04:21,640 --> 00:04:22,560 Yeah. 127 00:04:22,560 --> 00:04:24,720 But before we move on, I want to highlight something 128 00:04:24,720 --> 00:04:25,680 else that caught my eye. 129 00:04:25,680 --> 00:04:26,240 OK. 130 00:04:26,240 --> 00:04:29,720 The themes and customization section on their GitHub. 131 00:04:29,720 --> 00:04:30,800 OK. 132 00:04:30,800 --> 00:04:33,440 What kind of customization are we talking about here? 133 00:04:33,440 --> 00:04:37,760 So this is where they go beyond functionality into aesthetics. 134 00:04:37,760 --> 00:04:38,360 OK. 135 00:04:38,360 --> 00:04:41,520 You can actually change the look and feel of it 136 00:04:41,520 --> 00:04:44,720 with custom CSS images, even HTML. 137 00:04:44,720 --> 00:04:45,440 Pretty cool. 138 00:04:45,440 --> 00:04:47,120 So they're giving you the building blocks 139 00:04:47,120 --> 00:04:50,640 to kind of make your own version of cut on it. 140 00:04:50,640 --> 00:04:52,800 You can match it to your website's branding 141 00:04:52,800 --> 00:04:54,040 or just do whatever you want. 142 00:04:54,040 --> 00:04:54,960 That's right. 143 00:04:54,960 --> 00:04:55,840 That's really cool. 144 00:04:55,840 --> 00:04:56,440 It is. 145 00:04:56,440 --> 00:04:59,120 And that level of customization is not 146 00:04:59,120 --> 00:05:01,580 something you see very often in a URL shortener. 147 00:05:01,580 --> 00:05:02,080 Right. 148 00:05:02,080 --> 00:05:02,760 Yeah. 149 00:05:02,760 --> 00:05:04,560 It's awesome how much we found just 150 00:05:04,560 --> 00:05:06,480 by looking at the website and the GitHub. 151 00:05:06,480 --> 00:05:06,980 For sure. 152 00:05:06,980 --> 00:05:09,480 This is shaping up to be a very interesting deep dive. 153 00:05:09,480 --> 00:05:10,000 I agree. 154 00:05:10,000 --> 00:05:12,600 And we haven't even talked about the browser extensions. 155 00:05:12,600 --> 00:05:13,100 Oh, yeah. 156 00:05:13,100 --> 00:05:14,540 Or the API. 157 00:05:14,540 --> 00:05:15,560 There's a lot to get to. 158 00:05:15,560 --> 00:05:17,040 There is a lot more to explore. 159 00:05:17,040 --> 00:05:17,560 OK. 160 00:05:17,560 --> 00:05:18,060 Yeah. 161 00:05:18,060 --> 00:05:20,060 It really is remarkable how much they pack 162 00:05:20,060 --> 00:05:22,720 into a free open source package. 163 00:05:22,720 --> 00:05:23,160 Yeah. 164 00:05:23,160 --> 00:05:25,340 Speaking of those browser extensions, 165 00:05:25,340 --> 00:05:27,800 I think it's time we dive into how those simplify 166 00:05:27,800 --> 00:05:29,360 the URL shortening process. 167 00:05:29,360 --> 00:05:30,560 OK, let's do that. 168 00:05:30,560 --> 00:05:32,520 I'm curious to know how they integrate 169 00:05:32,520 --> 00:05:35,160 with the cut dotted experience. 170 00:05:35,160 --> 00:05:37,680 Are they just like a shortcut to the website or? 171 00:05:37,680 --> 00:05:40,560 They offer a much more streamlined experience. 172 00:05:40,560 --> 00:05:43,840 So the extensions are available for Chrome and Firefox. 173 00:05:43,840 --> 00:05:46,080 And they allow you to shorten URLs directly 174 00:05:46,080 --> 00:05:47,640 from your browser. 175 00:05:47,640 --> 00:05:49,040 So I don't have to copy and paste? 176 00:05:49,040 --> 00:05:50,400 Nope, no need to copy and paste. 177 00:05:50,400 --> 00:05:52,080 You can shorten it with a few clicks 178 00:05:52,080 --> 00:05:53,320 right from the page you're on. 179 00:05:53,320 --> 00:05:55,400 So if I'm reading an article I want to share, 180 00:05:55,400 --> 00:05:57,880 I can just create the shortened link right there. 181 00:05:57,880 --> 00:05:58,760 Exactly. 182 00:05:58,760 --> 00:05:59,480 From the article. 183 00:05:59,480 --> 00:06:01,400 It simplifies the entire workflow. 184 00:06:01,400 --> 00:06:02,080 Cool. 185 00:06:02,080 --> 00:06:04,720 And it goes beyond basic shortening, too. 186 00:06:04,720 --> 00:06:05,360 Oh, really? 187 00:06:05,360 --> 00:06:09,440 You can customize your shortened URLs, set expiration dates. 188 00:06:09,440 --> 00:06:10,240 Wow. 189 00:06:10,240 --> 00:06:12,680 Even password protect them all within your browser. 190 00:06:12,680 --> 00:06:14,880 That's a lot more than I was expecting from a browser 191 00:06:14,880 --> 00:06:15,440 extension. 192 00:06:15,440 --> 00:06:16,000 Yeah. 193 00:06:16,000 --> 00:06:18,280 It sounds like they've really thought about making this 194 00:06:18,280 --> 00:06:19,800 as convenient as possible. 195 00:06:19,800 --> 00:06:22,800 For sure, they've put a lot of effort into the user experience. 196 00:06:22,800 --> 00:06:25,920 Speaking of powerful, we haven't even touched on the API yet. 197 00:06:25,920 --> 00:06:28,360 OK, I got to admit, API always makes me a little nervous. 198 00:06:28,360 --> 00:06:29,600 That sounds technical. 199 00:06:29,600 --> 00:06:31,240 So break it down for me. 200 00:06:31,240 --> 00:06:33,480 What exactly is an API? 201 00:06:33,480 --> 00:06:37,200 So think of an API as a set of instructions 202 00:06:37,200 --> 00:06:39,480 that allows different software applications 203 00:06:39,480 --> 00:06:41,000 to talk to each other. 204 00:06:41,000 --> 00:06:44,520 So the cut.it API lets you control cut.it 205 00:06:44,520 --> 00:06:46,800 from external programs or scripts. 206 00:06:46,800 --> 00:06:51,040 You can create shortened URLs, get statistics, 207 00:06:51,040 --> 00:06:52,480 manage your links. 208 00:06:52,480 --> 00:06:55,360 So I could write a program that automatically 209 00:06:55,360 --> 00:06:56,440 shortens links for me. 210 00:06:56,440 --> 00:06:57,280 Exactly. 211 00:06:57,280 --> 00:06:59,240 Or maybe connect it to my social media. 212 00:06:59,240 --> 00:07:01,080 Yeah, you could connect it to your social media. 213 00:07:01,080 --> 00:07:03,000 And have it shorten links when I schedule posts. 214 00:07:03,000 --> 00:07:03,920 Exactly. 215 00:07:03,920 --> 00:07:05,640 The possibilities are vast. 216 00:07:05,640 --> 00:07:06,200 Wow. 217 00:07:06,200 --> 00:07:09,440 You can integrate cut.it into your workflow in tons of ways. 218 00:07:09,440 --> 00:07:10,320 That's really cool. 219 00:07:10,320 --> 00:07:11,080 Yeah. 220 00:07:11,080 --> 00:07:13,440 I'm starting to see the power of the API now. 221 00:07:13,440 --> 00:07:13,960 Yeah. 222 00:07:13,960 --> 00:07:16,920 It opens up cut.it to a whole world of automation. 223 00:07:16,920 --> 00:07:17,520 It does. 224 00:07:17,520 --> 00:07:19,420 And that's just the tip of the iceberg. 225 00:07:19,420 --> 00:07:22,680 The real magic happens when you combine the API 226 00:07:22,680 --> 00:07:27,160 with the open source nature and its community of contributors. 227 00:07:27,160 --> 00:07:29,680 You've mentioned community a few times now. 228 00:07:29,680 --> 00:07:33,200 What role does the community play in cut.it's development? 229 00:07:33,200 --> 00:07:36,640 So the community is really the lifeblood of cut.it. 230 00:07:36,640 --> 00:07:38,960 Being open source means that anyone 231 00:07:38,960 --> 00:07:42,360 can contribute code report bugs, suggest features. 232 00:07:42,360 --> 00:07:44,040 It's a really collaborative effort. 233 00:07:44,040 --> 00:07:44,540 OK. 234 00:07:44,540 --> 00:07:48,000 Yeah, driven by people who really believe in cut.it's 235 00:07:48,000 --> 00:07:48,560 mission. 236 00:07:48,560 --> 00:07:50,280 So it's more than just a piece of software. 237 00:07:50,280 --> 00:07:50,780 It is. 238 00:07:50,780 --> 00:07:52,360 Like a community driven project. 239 00:07:52,360 --> 00:07:52,880 It is. 240 00:07:52,880 --> 00:07:53,600 That's pretty cool. 241 00:07:53,600 --> 00:07:54,100 Yeah. 242 00:07:54,100 --> 00:07:55,600 And you can see those contributions 243 00:07:55,600 --> 00:07:57,960 in the integrations section on the website. 244 00:07:57,960 --> 00:07:59,560 Oh yeah, we talked about that briefly. 245 00:07:59,560 --> 00:08:00,400 Yeah. 246 00:08:00,400 --> 00:08:03,240 You'll find all kinds of third party packages and tools. 247 00:08:03,240 --> 00:08:05,760 What are some of the most interesting integrations 248 00:08:05,760 --> 00:08:06,800 that you've seen? 249 00:08:06,800 --> 00:08:10,360 So there are integrations for everything. 250 00:08:10,360 --> 00:08:13,680 From screenshot sharing tools like Sharex 251 00:08:13,680 --> 00:08:17,520 to workflow automation platforms like Alfred. 252 00:08:17,520 --> 00:08:20,840 You can even find packages for various programming languages. 253 00:08:20,840 --> 00:08:21,500 Wow. 254 00:08:21,500 --> 00:08:22,000 Yeah. 255 00:08:22,000 --> 00:08:24,000 So developers can easily incorporate 256 00:08:24,000 --> 00:08:25,800 cut data into their projects. 257 00:08:25,800 --> 00:08:27,560 So it sounds like it's become kind 258 00:08:27,560 --> 00:08:29,920 of a cornerstone of a bigger ecosystem. 259 00:08:29,920 --> 00:08:31,040 That's exactly right. 260 00:08:31,040 --> 00:08:31,760 Wow. 261 00:08:31,760 --> 00:08:34,480 It's really a testament to open source 262 00:08:34,480 --> 00:08:37,120 and the collaborative spirit of the community. 263 00:08:37,120 --> 00:08:38,000 That's pretty awesome. 264 00:08:38,000 --> 00:08:38,520 Yeah. 265 00:08:38,520 --> 00:08:41,120 They've created a really remarkable platform. 266 00:08:41,120 --> 00:08:42,920 It's incredible to see how it's evolved 267 00:08:42,920 --> 00:08:47,380 from just a simple URL shortener into this versatile 268 00:08:47,380 --> 00:08:48,840 and powerful tool. 269 00:08:48,840 --> 00:08:49,320 Yeah. 270 00:08:49,320 --> 00:08:52,360 And it's still evolving with a community behind it. 271 00:08:52,360 --> 00:08:53,000 Yeah. 272 00:08:53,000 --> 00:08:55,320 I'm excited to see what the future holds for cut data. 273 00:08:55,320 --> 00:08:56,000 Me too. 274 00:08:56,000 --> 00:08:56,920 Yeah. 275 00:08:56,920 --> 00:08:58,520 Yeah, it really is amazing to think 276 00:08:58,520 --> 00:09:02,240 about how something so simple like a URL shortener 277 00:09:02,240 --> 00:09:05,800 can have such a rich ecosystem and so much potential. 278 00:09:05,800 --> 00:09:06,440 Yeah. 279 00:09:06,440 --> 00:09:10,200 It really is a testament to how even the most basic tools can 280 00:09:10,200 --> 00:09:14,560 become these powerful platforms when they embrace open source. 281 00:09:14,560 --> 00:09:15,720 Yeah, and the community. 282 00:09:15,720 --> 00:09:17,400 And have a strong community. 283 00:09:17,400 --> 00:09:20,440 So we've covered a lot of ground in this deep dive. 284 00:09:20,440 --> 00:09:21,680 We have. 285 00:09:21,680 --> 00:09:24,440 But there's one aspect I still want to circle back to. 286 00:09:24,440 --> 00:09:27,680 That's their commitment to privacy. 287 00:09:27,680 --> 00:09:29,240 We touched on it earlier, but can you 288 00:09:29,240 --> 00:09:31,880 elaborate on how the open source nature? 289 00:09:31,880 --> 00:09:32,400 Sure. 290 00:09:32,400 --> 00:09:33,760 Enhances user privacy. 291 00:09:33,760 --> 00:09:36,640 Yeah, so with commercial URL shorteners, 292 00:09:36,640 --> 00:09:39,320 you're putting your trust in that company, 293 00:09:39,320 --> 00:09:41,160 handling your data. 294 00:09:41,160 --> 00:09:43,680 You don't know how they're collecting it, or storing it, 295 00:09:43,680 --> 00:09:45,880 or even potentially monetizing it. 296 00:09:45,880 --> 00:09:49,360 But with CutDot, the entire code base is open. 297 00:09:49,360 --> 00:09:51,360 You can see exactly what's happening. 298 00:09:51,360 --> 00:09:54,240 There are no hidden back doors or anything shady. 299 00:09:54,240 --> 00:09:56,320 So it's not just about the features. 300 00:09:56,320 --> 00:09:57,840 It's also about peace of mind. 301 00:09:57,840 --> 00:09:58,320 It is. 302 00:09:58,320 --> 00:10:00,560 Knowing that your data is under your control. 303 00:10:00,560 --> 00:10:01,360 Precisely. 304 00:10:01,360 --> 00:10:04,920 And if you're self-hosting, you have even greater control 305 00:10:04,920 --> 00:10:08,400 because you're responsible for your own data security. 306 00:10:08,400 --> 00:10:09,800 It comes with its own challenges. 307 00:10:09,800 --> 00:10:13,560 But if you prioritize privacy, it's a worthwhile trade-off. 308 00:10:13,560 --> 00:10:16,960 For sure, as we've been talking, I've been thinking about all 309 00:10:16,960 --> 00:10:20,520 the different ways that CutDot could be used, 310 00:10:20,520 --> 00:10:23,560 that go beyond just shortening links. 311 00:10:23,560 --> 00:10:25,600 Are there any examples of people using it 312 00:10:25,600 --> 00:10:29,040 in innovative or unexpected ways? 313 00:10:29,040 --> 00:10:30,160 Yeah, absolutely. 314 00:10:30,160 --> 00:10:33,640 One example is using it for internal link management. 315 00:10:33,640 --> 00:10:34,120 Oh, OK. 316 00:10:34,120 --> 00:10:38,600 So instead of sharing long cumbersome internal URLs, 317 00:10:38,600 --> 00:10:43,280 teams can use CutDot to create these short, memorable links 318 00:10:43,280 --> 00:10:45,040 that are easy to share and track. 319 00:10:45,040 --> 00:10:46,960 Yeah, it would really streamline things. 320 00:10:46,960 --> 00:10:47,520 It would. 321 00:10:47,520 --> 00:10:48,200 And company. 322 00:10:48,200 --> 00:10:50,240 Yeah, and because it's so customizable. 323 00:10:50,240 --> 00:10:53,240 You can tailor it to your specific needs. 324 00:10:53,240 --> 00:10:56,840 You could even create custom themes and domains 325 00:10:56,840 --> 00:10:59,040 for different departments or projects. 326 00:10:59,040 --> 00:11:00,080 That's cool. 327 00:11:00,080 --> 00:11:02,280 I could see how that would be really valuable for businesses 328 00:11:02,280 --> 00:11:04,200 and educators and creators. 329 00:11:04,200 --> 00:11:04,800 Exactly. 330 00:11:04,800 --> 00:11:07,480 And the possibilities are always expanding 331 00:11:07,480 --> 00:11:09,880 as the community develops new integrations 332 00:11:09,880 --> 00:11:11,520 and finds new use cases. 333 00:11:11,520 --> 00:11:12,560 That's awesome. 334 00:11:12,560 --> 00:11:15,880 CutDot, it is much more than a URL shortener. 335 00:11:15,880 --> 00:11:18,360 It's a versatile platform for link management 336 00:11:18,360 --> 00:11:19,920 and customization. 337 00:11:19,920 --> 00:11:22,640 I think it's safe to say that we both have a new appreciation 338 00:11:22,640 --> 00:11:24,080 for CutDot. 339 00:11:24,080 --> 00:11:24,900 I agree. 340 00:11:24,900 --> 00:11:26,560 It's more than just a tool. 341 00:11:26,560 --> 00:11:29,440 It's a community project with a commitment 342 00:11:29,440 --> 00:11:31,680 to privacy and transparency 343 00:11:31,680 --> 00:11:33,480 and really empowering the user. 344 00:11:33,480 --> 00:11:35,260 Absolutely, I completely agree. 345 00:11:35,260 --> 00:11:36,920 So to our listeners out there, 346 00:11:36,920 --> 00:11:39,240 we encourage you to check out CutDot, 347 00:11:39,240 --> 00:11:41,680 even if you don't think you need a URL shortener right now. 348 00:11:41,680 --> 00:11:43,320 Right, you might be surprised. 349 00:11:43,320 --> 00:11:44,160 You might be. 350 00:11:44,160 --> 00:11:45,000 At its versatility. 351 00:11:45,000 --> 00:11:45,840 Yeah, for sure. 352 00:11:45,840 --> 00:11:47,680 And the possibilities it opens up. 353 00:11:47,680 --> 00:11:50,140 And if you're looking for a hosting solution 354 00:11:50,140 --> 00:11:52,120 that can support CutDot, 355 00:11:52,120 --> 00:11:54,420 and all your digital transformation needs, 356 00:11:54,420 --> 00:11:57,280 make sure to check out our sponsor, Safe Server. 357 00:11:57,280 --> 00:11:58,120 Safe Server. 358 00:11:58,120 --> 00:12:01,800 www.safeserver.d. 359 00:12:01,800 --> 00:12:03,160 All right. 360 00:12:03,160 --> 00:12:06,100 Thanks for joining us for this deep dive into CutDot. 361 00:12:06,100 --> 00:12:07,680 Yeah, thanks for listening. 362 00:12:07,680 --> 00:12:09,520 We hope you learned some valuable insights. 363 00:12:09,520 --> 00:12:10,360 Hopefully. 364 00:12:10,360 --> 00:12:11,720 Maybe even found a new tool. 365 00:12:11,720 --> 00:12:12,560 Right. 366 00:12:12,560 --> 00:12:13,640 To add to your digital toolkit. 367 00:12:13,640 --> 00:12:15,440 Until next time, happy shortening.