85 |
--------------------------------------------------------------------------------
/src/routes/(tools)/add-prefix-suffix/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Add Prefix and Suffix",
3 | "description": "Easily modify your text lines by adding custom prefixes and suffixes with our Prefix and Suffix Adder Tool. Input your text, specify the desired prefix and suffix, and watch as it instantly modifies each line according to your preferences. Perfect for formatting lists, coding snippets, or creating structured data. Empower your text editing tasks with this convenient tool, ensuring consistent formatting in various contexts.",
4 | "contributors": [{
5 | "name": "Abdur Rehman Shaikh",
6 | "githubId": "abdurrahmanshkh"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/advice-generator/+page.svelte:
--------------------------------------------------------------------------------
1 |
19 |
20 |
21 |
22 | {#if !advice}
23 |
24 | {:else}
25 |
"{advice}"
26 |
27 | {/if}
28 |
29 |
--------------------------------------------------------------------------------
/src/routes/(tools)/advice-generator/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Advice Generator",
3 | "description": "The Advice Generator is a valuable tool that provides developers with inspirational and practical advice to overcome challenges and improve their work. By generating random advice snippets, this tool helps developers find guidance and inspiration. Access a wealth of advice easily with this tool and elevate your mindset.",
4 | "contributors": [{
5 | "name": "Rifat Perween",
6 | "githubId": "rifatperween"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/annuity-payout-calculator/+page.svelte:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
64 |
65 |
66 |
67 |
68 |
69 | {#if error}
70 |
71 | {error}
72 |
73 | {/if}
74 |
75 |
76 |
77 |
81 |
82 |
86 |
87 |
91 |
92 |
95 |
96 |
97 |
98 | You can withdraw
99 | ${new Intl.NumberFormat('en-IN', { maximumSignificantDigits: 3 }).format((result))}
100 | {type}
101 | Total of {years*period}
102 | payments of
103 | ${new Intl.NumberFormat('en-IN', { maximumSignificantDigits: 3 }).format((totalAmountReceived))}
104 |
105 | Total Interest on Investment is ${new Intl.NumberFormat('en-IN', { maximumSignificantDigits: 3 }).format((totalInterestReceived))}
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
--------------------------------------------------------------------------------
/src/routes/(tools)/annuity-payout-calculator/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Annuity Payout Calculator",
3 | "description": "This calculator can estimate the annuity payout amount for a fixed payout length or estimate the length that an annuity can last if supplied a fixed payout amount. Please use our Annuity Calculator to estimate the end balance of an annuity for the accumulation phase.",
4 | "contributors": [{
5 | "name": "Sumit Mishra",
6 | "githubId": "Sumitm6879"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/api-tool/+page.svelte:
--------------------------------------------------------------------------------
1 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
124 |
125 |
131 |
132 |
139 |
140 |
141 |
142 | Please enter the JSON body for POST and PUT requests
145 |
157 |
158 |
159 |
Response Status Code: {responseData.statusCode} Response Status Text: {responseData.statusText}
164 |
165 | {/if}
166 |
167 |
168 | /g, '\n')}/>
169 |
{responseText}
170 |
171 |
172 |
173 |
174 |
175 |
176 |
--------------------------------------------------------------------------------
/src/routes/(tools)/api-tool/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Online API Tool",
3 | "description": "Our Online API Tool is a versatile and user-friendly platform designed to simplify the process of working with APIs. Just like Postman, it provides developers and teams with powerful features for testing, documenting, and managing APIs. Whether you're building, testing, or monitoring APIs, our tool offers a comprehensive suite of tools to streamline your workflow. With an intuitive interface, collaboration features, and extensive customization options, it's the ideal choice for any development project. Elevate your API development and management experience with our Online API Tool and unlock the full potential of your APIs.",
4 | "contributors": [{
5 | "name": "A. Amrutha Sri",
6 | "githubId": "AmruthaSri852"
7 | },
8 | {
9 | "name": "Nandini Gite",
10 | "githubId": "NandiniGite"
11 | }]
12 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/ascii-encode-decode/+page.svelte:
--------------------------------------------------------------------------------
1 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
87 |
88 |
89 |
90 |
91 |
92 |
95 |
96 |
97 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
--------------------------------------------------------------------------------
/src/routes/(tools)/ascii-encode-decode/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "ASCII Encoder & Decoder",
3 | "description": "Dive into the fundamentals of digital text with our ASCII Encoder and Decoder Tool. Encode your text into ASCII, translating characters into numerical codes for digital representation. Input your content, and witness it transform into a series of digits, ideal for computer systems and data transmission. Alternatively, decode ASCII back into readable text effortlessly, bridging the gap between numeric codes and human-readable characters. Perfect for programmers, developers, and tech enthusiasts, our tool simplifies the encoding and decoding of ASCII characters, ensuring seamless integration into digital environments and data processing tasks.",
4 | "contributors": [{
5 | "name": "Abdur Rehman Shaikh",
6 | "githubId": "abdurrahmanshkh"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/base64-encode-decode/+page.svelte:
--------------------------------------------------------------------------------
1 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
69 |
70 |
71 |
72 |
73 |
74 |
77 |
78 |
79 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
--------------------------------------------------------------------------------
/src/routes/(tools)/base64-encode-decode/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Base64 Encoder & Decoder",
3 | "description": "Experience seamless data transformation with our Base64 Encoder and Decoder tool. Whether you need to encode sensitive information or decode encoded data, our user-friendly interface simplifies the process. Input your text or encoded string, and our tool swiftly converts it to Base64 format or decodes it back to its original form. Perfect for developers, security professionals, and anyone dealing with data manipulation tasks. Explore the efficiency of Base64 encoding and decoding effortlessly, ensuring secure communication and efficient data handling. Start encoding and decoding with ease, empowering your digital endeavors.",
4 | "contributors": [{
5 | "name": "Abdur Rehman Shaikh",
6 | "githubId": "abdurrahmanshkh"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/binary-text-converter/+page.svelte:
--------------------------------------------------------------------------------
1 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
75 |
76 |
77 |
78 |
79 |
80 |
83 |
84 |
85 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
--------------------------------------------------------------------------------
/src/routes/(tools)/binary-text-converter/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Binary Text Converter",
3 | "description": "Transform text into a digital language or decode binary data with our Text to Binary and Binary to Text Converter Tool. Input your text, and instantly convert it into binary code, allowing seamless integration into digital systems or secure data transmission. Conversely, input binary digits, and watch them transform back into human-readable text. Ideal for programmers, cybersecurity professionals, and tech enthusiasts, our tool simplifies data conversion tasks. Whether you're working with computer protocols, coding messages, or decoding binary files, our converter ensures accuracy and efficiency. Start converting text to binary and vice versa with ease, bridging the gap between human language and digital communication.",
4 | "contributors": [{
5 | "name": "Abdur Rehman Shaikh",
6 | "githubId": "abdurrahmanshkh"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/code-to-image-converter/+page.svelte:
--------------------------------------------------------------------------------
1 |
14 |
15 |
82 |
83 |
84 |
Code to Image Converter
85 |
86 |
87 |
88 |
89 | {code}
90 |
91 |
92 | {#if imageUrl}
93 |
94 |
Generated Image:
95 |
96 |
97 | {/if}
98 |
99 |
--------------------------------------------------------------------------------
/src/routes/(tools)/code-to-image-converter/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Code To Image Converter",
3 | "description":"A code-to-image converter is a tool that transforms programming code into visual representations. This task involves interpreting code syntax and structure to create images that visually depict the logic and functionality of the code.",
4 | "contributors": [{
5 | "name": "Atharv Amol Dhupkar",
6 | "githubId": "atharv-dhupkar22"
7 | }, {
8 | "name": "",
9 | "githubId": ""
10 | },
11 | {
12 | "name": "",
13 | "githubId": ""
14 | },
15 | {
16 | "name": "",
17 | "githubId": ""
18 | },
19 | {
20 | "name": "",
21 | "githubId": ""
22 | }]
23 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/css-animator/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "CSS Animator",
3 | "description": "The CSS Animator is a powerful tool that simplifies the creation of engaging and interactive CSS animations for developers. With an intuitive interface, you can generate CSS animations by defining keyframes, durations, delays, and easing functions. This tool eliminates the need for manual coding and enables developers to bring their designs to life with captivating CSS animations easily.",
4 | "contributors": [{
5 | "name": "Hannan Satopay",
6 | "githubId": "hannansatopay"
7 | },
8 | {
9 | "name": "Munsif Satopay",
10 | "githubId": "munsifsatopay"
11 | }]
12 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/custom-handwriting-font/+page.svelte:
--------------------------------------------------------------------------------
1 |
4 |
5 |
--------------------------------------------------------------------------------
/src/routes/(tools)/device-details/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Device Details",
3 | "description": "The Device Details tool provides developers with essential information about user devices, including browser specifications, screen resolution, operating system details, and more. By integrating this tool into your applications, you can gather valuable insights about your users' devices, allowing you to optimize user experiences, ensure compatibility, and tailor your content or features accordingly.",
4 | "contributors": [{
5 | "name": "Hannan Satopay",
6 | "githubId": "hannansatopay"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/file-converter/+page.svelte:
--------------------------------------------------------------------------------
1 |
104 |
105 |
106 |
107 |
161 |
162 |
163 |
164 |
165 |
--------------------------------------------------------------------------------
/src/routes/(tools)/file-converter/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "File Converter",
3 | "description": "A file converter is a online tool that allows users to convert files from one format to another. It simplifies the process of converting files between different formats including images, audio, and video, making it an essential tool for professionals, students, and anyone dealing with various types of digital media.",
4 | "contributors": [{
5 | "name": "Mohammad Adil",
6 | "githubId": "devilzs1"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/gradient-generator/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Gradient Generator",
3 | "description": "The Gradient Generator is a tool for Developers which allows you to create Gradient between 2 Colors and Copy its CSS Output.",
4 | "contributors": [{
5 | "name": "Yash Mankar",
6 | "githubId": "AraeneaCLI"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/image-base64-decode/+page.svelte:
--------------------------------------------------------------------------------
1 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 | {#if string}
56 |
57 |
58 | {:else}
59 |
60 |
61 |
62 | {/if}
63 |
64 |
65 |
--------------------------------------------------------------------------------
/src/routes/(tools)/image-base64-decode/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Image Base64 Decode",
3 | "description": "The Image Base64 Decode tool offers developers an efficient way to decode Base64-encoded image data back into image files. This tool accepts Base64-encoded strings and converts them into their corresponding image file formats, enabling developers to handle and manipulate image data seamlessly. Simplify your image data processing workflow with this tool and ensure efficient utilization of Base64-encoded images in your applications.",
4 | "contributors": [{
5 | "name": "Hannan Satopay",
6 | "githubId": "hannansatopay"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/image-base64-encode/+page.svelte:
--------------------------------------------------------------------------------
1 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 | {#if string}
37 |
38 | {/if}
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
--------------------------------------------------------------------------------
/src/routes/(tools)/image-base64-encode/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Image Base64 Encode",
3 | "description": "The Image Base64 Encode tool enables developers to convert image files into Base64-encoded strings effortlessly. By simply uploading an image file, this tool converts the image into a Base64-encoded representation, which can be easily integrated into HTML, CSS, or JavaScript code. Integrate this tool into your development workflow to efficiently handle image data and optimize its usage in various web applications.",
4 | "contributors": [{
5 | "name": "Hannan Satopay",
6 | "githubId": "hannansatopay"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/image-color-picker/+page.svelte:
--------------------------------------------------------------------------------
1 |
189 |
190 |
191 |
192 |
216 |
217 |
218 |
219 |
--------------------------------------------------------------------------------
/src/routes/(tools)/image-color-picker/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Image Color Picker",
3 | "description": "The Image Color Picker is a versatile tool that allows developers to extract color information from images effortlessly. With a simple interface, you can upload an image and identify specific colors by selecting points on the image. The tool provides the corresponding color codes (e.g., HEX, RGB, HSL) for easy integration into your projects. Streamline your color selection process and enhance your application's visual appeal with this efficient color picker.",
4 | "contributors": [{
5 | "name": "Hannan Satopay",
6 | "githubId": "hannansatopay"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/image-text-extractor/+page.svelte:
--------------------------------------------------------------------------------
1 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 | { inputImage = e.target.files[0]; }} />
72 |
73 |
74 |
75 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
--------------------------------------------------------------------------------
/src/routes/(tools)/image-text-extractor/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Image Text Extractor",
3 | "description": "Unlock the textual content hidden within images with our Image Text Extractor. Utilizing advanced optical character recognition (OCR) technology, our tool effortlessly extracts text from images, making printed or handwritten content accessible and editable. Simply upload your image, and watch as the tool accurately identifies and converts text into digital format. Ideal for digitizing documents, extracting quotes, or enhancing accessibility, our Image Text Extractor simplifies the process of converting visual information into editable text. Empower your data extraction tasks with our efficient and precise tool, ensuring valuable textual content is readily available for your digital endeavors.",
4 | "contributors": [{
5 | "name": "Pratik Vinayak More",
6 | "githubId": "Comder101"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/liveQ&A/+page.svelte:
--------------------------------------------------------------------------------
1 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/src/routes/(tools)/liveQ&A/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "",
3 | "description":"",
4 | "contributors": [{
5 | "name": "",
6 | "githubId": ""
7 | }, {
8 | "name": "",
9 | "githubId": ""
10 | },
11 | {
12 | "name": "",
13 | "githubId": ""
14 | },
15 | {
16 | "name": "",
17 | "githubId": ""
18 | },
19 | {
20 | "name": "",
21 | "githubId": ""
22 | }]
23 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/living-background-generator/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Living Background Generator",
3 | "description": "The Gradient Background Generator is a tool that allows developers to select the colour of their choice along with the type of gradient of their choice. The tool then outputs the style code for the user customized background in the output window. This tool allows the user to create the animated background visually allowing the user to visualize it better than the oldie way.",
4 | "contributors": [{
5 | "name": "RIYA KUSHWAHA",
6 | "githubId": "RIYA1001"
7 | },{
8 | "name": "Rajan Pusalkar",
9 | "githubId": "Rajan232"
10 | }]
11 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/lorem-ipsum-generator/+page.svelte:
--------------------------------------------------------------------------------
1 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
--------------------------------------------------------------------------------
/src/routes/(tools)/lorem-ipsum-generator/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Lorem Ipsum Generator",
3 | "description": "Effortlessly generate placeholder text with our Lorem Ipsum Generator. Specify the number of characters required, and instantly receive Lorem Ipsum text tailored to your needs. Ideal for designers, developers, and content creators seeking filler text for projects. Enjoy seamless integration into your layouts, ensuring accurate content spacing and visual appeal. Simplify your creative process with our straightforward Lorem Ipsum Generator, allowing you to focus on design without worrying about text content.",
4 | "contributors": [{
5 | "name": "Hannan Satopay",
6 | "githubId": "hannansatopay"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/mock-webhook/+page.svelte:
--------------------------------------------------------------------------------
1 |
4 |
5 |
56 |
57 |
--------------------------------------------------------------------------------
/src/routes/(tools)/password-generator/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Password Generator",
3 | "description": "The Password Generator is a reliable and secure tool that enables developers to easily generate strong and unique passwords for their applications. With customizable options, such as password length, character types (uppercase, lowercase, numbers, symbols), and exclusion of ambiguous characters, this tool ensures the creation of robust passwords that meet the highest security standards. Simplify the process of password generation and strengthen the security of your applications with this convenient tool.",
4 | "contributors": [{
5 | "name": "Hannan Satopay",
6 | "githubId": "hannansatopay"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/pastebin/+page.svelte:
--------------------------------------------------------------------------------
1 |
4 |
5 |
83 |
--------------------------------------------------------------------------------
/src/routes/(tools)/pomodoro/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Pomodoro",
3 | "description": "The Pomodoro tool is a productivity-enhancing feature designed specifically for developers. Based on the popular Pomodoro Technique, this tool helps you manage your time effectively by breaking your work into focused intervals, typically 25 minutes long, followed by short breaks. This systematic approach aids in maintaining concentration, combating procrastination, and boosting productivity. Integrate this tool into your workflow to optimize your work habits and accomplish tasks more efficiently.",
4 | "contributors": [{
5 | "name": "Rifat Perween",
6 | "githubId": "rifatperween"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/random-data-generator/+page.svelte:
--------------------------------------------------------------------------------
1 |
32 |
33 |
34 |
35 |
36 |
106 |
--------------------------------------------------------------------------------
/src/routes/(tools)/random-image-generator/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Random Image Generator",
3 | "description": "The Random Image Generator is a dynamic tool that enables developers to generate random images on the fly. Whether you need placeholder images for testing or want to add visual elements to your applications, this tool can generate a wide variety of random images based on different categories, dimensions, and styles. Utilize this tool to add visual appeal and realism to your applications effortlessly.",
4 | "contributors": [{
5 | "name": "Hannan Satopay",
6 | "githubId": "hannansatopay"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/resume-builder/+page.svelte:
--------------------------------------------------------------------------------
1 |
4 |
5 |
82 |
83 |
91 |
92 |
93 |
94 |
95 |
96 | {#each Object.entries(searchRobots) as [key, value]}
97 | {value}
98 | {/each}
99 |
100 |
101 |
105 |
106 |
107 | The path is relative to root and must contain a trailing slash "/"
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
--------------------------------------------------------------------------------
/src/routes/(tools)/robots-txt-generator/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Robots.txt Generator",
3 | "description": "The Robots.txt Generator is a must-have tool for developers to create the robots.txt file, which controls search engine crawlers' access to specific pages or directories on a website. This tool offers a user-friendly interface to define crawling rules, including allow and disallow directives, to ensure optimal search engine indexing and prevent unwanted content from being indexed. Create and customize your robots.txt file efficiently with this generator to enhance your website's search engine optimization (SEO) efforts.",
4 | "contributors": [{
5 | "name": "Hannan Satopay",
6 | "githubId": "hannansatopay"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/screen-video-recorder/+page.svelte:
--------------------------------------------------------------------------------
1 |
64 |
65 |
66 |
81 |
--------------------------------------------------------------------------------
/src/routes/(tools)/screen-video-recorder/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Screen Video Recorder",
3 | "description": "The Screen Video Recorder is a handy tool designed for developers to capture and record high-quality videos of their screen activities. Whether you need to create software demos, tutorial videos, or bug reports, this tool provides a user-friendly interface to record your screen with customizable options, including video resolution, audio settings, and capture area selection. Enhance your documentation and communication efforts by easily recording and sharing your screen activities.",
4 | "contributors": [{
5 | "name": "Rifat Perween",
6 | "githubId": "rifatperween"
7 | },{
8 | "name": "Hannan Satopay",
9 | "githubId": "hannansatopay"
10 | }]
11 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/watermark-pdf/+page.svelte:
--------------------------------------------------------------------------------
1 |
105 |
106 |
107 |
114 |
115 |
116 |
117 |
118 |
122 |
123 |
124 | {#if watermarkType === 'text'}
125 |
126 |
127 |
128 |
129 | {:else if watermarkType === 'image'}
130 |
131 |
132 |
133 |
134 |
135 |
136 | {/if}
137 |
138 |
139 |
142 |
143 |
144 |
149 |
--------------------------------------------------------------------------------
/src/routes/(tools)/watermark-pdf/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Watermark PDF",
3 | "description": "Add Text or Image as a watermark to the PDF document",
4 | "contributors": []
5 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/whatsapp-api-generator/+page.svelte:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 | Automatically add a custom message that pre-fills what your contacts will send, making it easier to start a conversation.
27 |
28 |
29 | {#if country && mobile.length >= 7}
30 |
31 |
32 |
33 |
34 | {/if}
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/src/routes/(tools)/whatsapp-api-generator/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "WhatsApp Link Generator",
3 | "description": "The WhatsApp Link Generator is a specialized tool that simplifies the process of generating API integration code for the WhatsApp Me feature. With this tool, developers can quickly create the necessary code snippets to enable users to initiate conversations with a specific phone number on WhatsApp. This generator streamlines the integration of the WhatsApp Me functionality into your applications, allowing users to reach out and engage with your business or service effortlessly. Enhance user communication and engagement by utilizing this powerful API generator for WhatsApp integration.",
4 | "contributors": [{
5 | "name": "Hannan Satopay",
6 | "githubId": "hannansatopay"
7 | }]
8 | }
--------------------------------------------------------------------------------
/src/routes/(tools)/whiteboard/meta.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "WhiteBoard",
3 | "description": "",
4 | "contributors": [
5 | {
6 | "name": "Aswani Bolisetti",
7 | "githubId": "AswaniBolisetti"
8 | },
9 | {
10 | "name": "Siddharth Samant",
11 | "githubId": "Siddharth-smnt"
12 | },
13 | {
14 | "name": "Anurag Nalkar",
15 | "githubId": "Garuna414"
16 | },
17 | {
18 | "name": "Pranav Mahajan",
19 | "githubId": "PranavGitHubAcc"
20 | },
21 | {
22 | "name": "Pranavi Singh",
23 | "githubId": "pranavisingh8"
24 | }
25 | ]
26 | }
27 |
--------------------------------------------------------------------------------
/src/routes/+layout.js:
--------------------------------------------------------------------------------
1 | import tools from './tools.json';
2 |
3 | // @ts-ignore
4 | export async function load({route, url}) {
5 | return {
6 | tools: tools,
7 | meta: getMeta(route, url)
8 | };
9 | }
10 |
11 | // @ts-ignore
12 | function getMeta(route, url) {
13 | if (route.id && route.id.includes("(tools)")) {
14 | // @ts-ignore
15 | let tool = tools[url.pathname.replace("/","")];
16 | return {
17 | title: tool.name,
18 | description: tool.description,
19 | contributors: tool.contributors
20 | }
21 | }
22 | return 0;
23 | }
24 |
--------------------------------------------------------------------------------
/src/routes/+layout.svelte:
--------------------------------------------------------------------------------
1 |
11 |
12 |
13 | {#if data.meta}
14 | Developerstar — {data.meta.title}
15 |
16 |
17 | {:else}
18 | Developerstar — A Comprehensive Developer Toolkit
19 |
20 |
24 | {/if}
25 |
26 |
27 |
28 |
29 |
32 |
8 | As developers ourselves, we understand the struggles of searching for the right tools to
9 | solve programming problems on a daily basis. That's why we've gathered a top-notch selection
10 | of high-quality developer tools in one user-friendly platform, available to developers all
11 | around the world for free, forever.
12 |
13 |
Our mission is to be the leading provider of developer tools that empower software developers to overcome obstacles and work more efficiently, streamlining their workflows and increasing productivity. Through our efforts, we envision a future where software development is faster, more accessible, and more innovative than ever before.
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
Key features of the platform
30 |
The platform offers a curated collection of high-quality developer tools, with a user-friendly interface, free access, and streamlined workflows to enhance developers' efficiency.
31 |
32 |
33 |
34 |
Comprehensive Selection
35 |
The platform provides curated high-quality developer tools for diverse software development needs.
36 |
37 |
38 |
User-Friendly Interface
39 |
The platform offers an intuitive, user-friendly interface for seamless tool navigation and enhanced developer productivity.
40 |
41 |
42 |
Free Access
43 |
The developer toolkit platform is free worldwide, ensuring access for all developers, promoting inclusivity and equal opportunities.
44 |
45 |
46 |
Increased Efficiency
47 |
The platform streamlines workflows, saving time and enabling developers to focus on coding and problem-solving.
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
Our Team
57 |
Our passionate team of developers is shaping the future of software development, curating top tools, fostering a supportive community, and driving global innovation.
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 | Hannan Satopay
67 |
68 | Product Architect & Feature Developer
69 |
Hannan is the driving force behind building the product, shaping its design, and leading the technical strategy.
7 | Read about the privacy policy for Flowbite. Have a question? Feel free to contact us and we will help you out.
8 |
9 |
10 |
11 | Your privacy is important to Developerstar. This privacy statement provides information about the Personal Information that Developerstar collects and the ways in which Developerstar uses that Personal Information.
12 |
13 |
Personal Information collection
14 |
15 | Developerstar may collect and use Personal Information about your use of this website, namely information about browsing and linking ("Personal Information").
16 |
17 |
18 |
19 | The Tools available on Developerstar at www.developerstar.com (the "Tools"), that require server-side processing keep all the data in 'transient memory (RAM)' for a very short period of time. This data is not collected, stored, or otherwise persisted.
20 |
21 |
22 |
Using Personal Information
23 |
24 | Developerstar may use your Personal Information to:
25 |
26 |
27 |
Administer this website.
28 |
Enable your access to and use of the website services.
29 |
Improve the services it offers and monitor the traffic and Tools usage.
30 |
31 |
32 |
33 | Cookies are strictly used for load balancing, clustering, and session affinity. Developerstar does not track Sensitive Information or single users. Additionally, Developerstar uses third-party add-ons, including but not limited to Google Analytics, Amazon Web Services, and Facebook Social ("Third-Party Add-Ons"). Such Third-Party Add-Ons may have different cookie policies, and Developerstar does not control or administer the cookies dropped by these Third-Party Add-Ons. It is the user's responsibility to ensure compliance with the respective policies.
34 |
35 |
36 |
No data or file uploaded on Developerstar's servers is read, analyzed, or similarly processed.
37 |
38 |
Sensitive Information
39 |
40 | Before submitting documents containing Sensitive Information such as information pertaining to someone's health, finances, proprietary data, security data, biometric data, or any information otherwise considered confidential ("Sensitive Information"), users should obtain prior consent from their respective security officer, compliance officer, or legal department to do so.
41 |
42 |
43 |
Developerstar shall not be liable for any data uploaded by a user, including any user that uploads Sensitive Information on developerstar.com.
44 |
45 |
Disclosing your Personal Information
46 |
47 | Where Developerstar discloses your Personal Information to its agents or sub-contractors for these purposes, the agent or sub-contractor in question will be obligated to use that Personal Information in accordance with the terms of this privacy statement.
48 |
49 |
50 |
51 | In addition to the disclosures reasonably necessary for the purposes identified elsewhere above, Developerstar may disclose your Personal Information to the extent that it is required to do so by law, in connection with any legal proceedings or prospective legal proceedings, and in order to establish, exercise, or defend its legal rights.
52 |
53 |
54 |
If Developerstar is being acquired or merges with another company, your information may be transferred to the new owners in order to facilitate ongoing operations.
55 |
56 |
Securing your data
57 |
58 | Developerstar will take reasonable technical and organizational precautions to prevent the loss, unauthorized access, misuse, disclosure, alteration, or destruction of your Personal Information.
59 |
60 |
61 |
62 | Developerstar supports SSL (HTTPS) communications whenever applicable, with the intent of further protecting your privacy and providing security for your data.
63 |
64 |
65 |
66 | Developerstar will store all the Personal Information you provide on its secure servers. Security measures are based on open-source libraries which are not audited by Developerstar. Developerstar is not liable for any security flaws these security measures may have.
67 |
68 |
69 |
Cross-border data transfers
70 |
71 | Information that Developerstar collects may be stored, processed, and transferred between any of the countries in which Developerstar operates to enable the use of the information in accordance with this privacy policy.
72 |
73 |
74 |
You agree to such cross-border transfers of Personal Information.
75 |
76 |
Updating this statement
77 |
78 | Developerstar may update this privacy policy by posting a new version on this website. Developerstar will notify you of any changes by posting a new version of the Privacy Statement on this website.
79 |
80 |
81 |
You should check this page occasionally to ensure you are familiar with any changes.
82 |
83 |
Other websites
84 |
85 | This website contains links to other websites. If you click on a third-party link, you will be directed to that third party's site. Developerstar is not responsible for the content and privacy practices of other websites, and we strongly advise you to review the privacy policy of every third-party site you visit.
86 |
7 | Read about the terms and conditions for Flowbite. Have a question? Feel free to contact us and we will help you out.
8 |
9 |
10 |
Please read these Terms and Conditions ("Terms") carefully before accessing or using the Developerstar ("Platform") accessible via www.developerstar.com. These Terms constitute a legal agreement between you ("User," "you," or "your") and Developerstar ("Company," "we," "us," or "our") regarding your use of the Platform. By accessing or using the Platform, you agree to be bound by these Terms. If you do not agree with any part of these Terms, you should not access or use the Platform.
11 |
1. Definitions
12 |
13 | 1.1. "Platform" refers to the Developerstar Platform provided by the Company, including all associated websites, applications, software, tools, and services accessible via www.developerstar.com.
14 | 1.2. "User" refers to any individual or entity accessing or using the Platform.
15 | 1.3. "Content" refers to any information, data, text, images, graphics, code, or other materials uploaded, downloaded, or accessed through the Platform.
16 | 1.4. "Tools" refer to the tools available on www.developerstar.com.
17 |
18 |
19 |
2. Registration and Account
20 |
21 | 2.1. In order to use certain features of the Platform, you may be required to register for an account.
22 | 2.2. You agree to provide accurate, complete, and up-to-date information during the registration process and to keep your account credentials secure and confidential.
23 | 2.3. You are solely responsible for all activities that occur under your account.
24 |
25 |
26 |
3. License Grant
27 |
28 | 3.1. Subject to compliance with these Terms, the Company grants you a limited, non-exclusive, non-transferable, and revocable license to access and use the Platform for the purpose of developing applications and software.
29 | 3.2. You acknowledge that the Company retains all intellectual property rights in the Platform, and you shall not use, copy, modify, distribute, or create derivative works based on the Platform without the Company's prior written consent.
30 |
31 |
32 |
4. User Obligations
33 |
34 | 4.1. You shall comply with all applicable laws, regulations, and these Terms while using the Platform.
35 | 4.2. You shall not use the Platform for any unlawful, fraudulent, or unauthorized purposes.
36 | 4.3. You shall not upload, post, transmit, or otherwise make available any Content that is unlawful, harmful, defamatory, infringing, or violates any third-party rights.
37 | 4.4. You are solely responsible for the Content you upload, and you grant the Company a non-exclusive, worldwide, royalty-free license to use, reproduce, modify, adapt, publish, translate, distribute, and display such Content for the purpose of providing the Platform and improving its features.
38 |
39 |
40 |
5. Ownership of User-Generated Content
41 |
42 | The Company acknowledges that it will not retain any rights, titles, or interests in the text or documents you submit using the Tools available on www.developerstar.com.
43 |
44 |
45 |
6. Third-Party Services and Content
46 |
47 | 6.1. The Platform may integrate with third-party services, tools, or content. Your use of such services or content is subject to their respective terms and conditions, and the Company shall not be responsible or liable for any third-party services or content.
48 | 6.2. The inclusion of any third-party services or content within the Platform does not imply endorsement or affiliation with such third parties.
49 |
50 |
51 |
7. Termination
52 |
53 | 7.1. The Company reserves the right to suspend, restrict, or terminate your access to the Platform at any time without notice or liability, for any reason or no reason, in its sole discretion.
54 | 7.2. Upon termination, your license to use the Platform shall immediately cease, and you shall delete any downloaded or stored Content from the Platform.
55 |
56 |
57 |
8. Disclaimer of Warranties
58 |
59 | 8.1. The Platform is provided on an "as is" and "as available" basis. The Company makes no representations or warranties of any kind, whether express, implied, or statutory, regarding the Platform, including but not limited to any warranties of merchantability, fitness for a particular purpose, or non-infringement.
60 | 8.2. The Company does not warrant that the Platform will be uninterrupted, error-free, secure, or free from viruses or other harmful components.
61 |
62 |
63 |
9. Limitation of Liability
64 |
65 | 9.1. To the maximum extent permitted by applicable law, the Company shall not be liable for any indirect, incidental, special, consequential, or punitive damages arising out of or relating to your use or inability to use the Platform, including but not limited to loss of profits, data, or goodwill.
66 | 9.2. In no event shall the Company's total liability exceed the amount you have paid, if any, to access the Platform.
67 |
68 |
69 |
10. Indemnification
70 |
71 | You agree to indemnify, defend, and hold harmless the Company, its officers, directors, employees, and agents from and against any and all claims, liabilities, damages, losses, costs, or expenses, including reasonable attorneys' fees, arising out of or in connection with your use of the Platform or violation of these Terms.
72 |
73 |
74 |
11. Modifications
75 |
76 | 11.1. The Company reserves the right to modify or update these Terms at any time, and the updated version will be effective upon posting on the Platform.
77 | 11.2. It is your responsibility to review these Terms periodically to ensure your continued compliance.
78 | 11.3. By continuing toaccess or use the Platform after any modifications, you agree to be bound by the revised Terms.
79 |
80 |
12. Governing Law and Jurisdiction
81 |
82 | 12.1. These Terms shall be governed by and construed in accordance with the laws of Mumbai, India.
83 | 12.2. Any disputes arising out of or in connection with these Terms shall be subject to the exclusive jurisdiction of the courts of Mumbai, India.
84 |
85 |
86 |
13. Severability
87 |
88 | 13.1. If any provision of these Terms is held to be invalid, illegal, or unenforceable, the validity, legality, or enforceability of the remaining provisions shall not in any way be affected or impaired.
89 |