Welcome to our website, where you will find a curated collection of active publishers, publications, and agencies that pay fair rates for high-quality technical content. You might have heard the quote by The Joker - Heath Ledger: If you're good at something, never do it for free.
As a technical writer, I understand the value and hard work that goes into creating exceptional technical content. That's why I've created this website to help fellow technical writers find paid opportunities in the market.
My goal is to make it easy for writers to find publishers, publications, and agencies that recognize the value of their work and are willing to pay fair rates for it. I've done the research and compiled a comprehensive list of reputable companies that are actively looking for technical writers.
I hope that this website helps you find the perfect gig or connect with awesome writers.
Star and Fork the Repo 🌟 and this will keep us motivated.
Install Gridsome CLI tool
npm install --global @gridsome/cli
Clone the repository
git clone https://github.com/ashutoshkrris/TechyWrite.git
Change the working directory
cd TechyWrite
Install dependencies
npm install
Run the app
gridsome develop
Found a paid technical writing opportunity we don't have yet? You can easily add it from our website: https://techywrite.ashutoshkrris.in/new-source
Alternatively, you can add it using the following steps:
-
Go to the opportunities list JSON file: https://github.com/ashutoshkrris/TechyWrite/blob/master/src/data.json
-
Add an object to it as follows:
{
"name": "Digital Ocean",
"type": "Publication",
"link": "https://www.digitalocean.com/community/pages/write-for-digitalocean",
"categories": ["Infrastructure", "Open Source"],
"minRate": 300,
"maxRate": 400,
"description": "Matches payments with donations to tech-focused charities. Further opportunities for paid updates to existing tutorials."
}
- In case of
Publication
type, includeminRate
andmaxRate
. If there is fixed rate, then don't includeminRate
. Just includemaxRate
. - In case of
Publisher
type, includeroyaltyRate
only. - In case of
Agency
type, includehourlyMinRate
andhourlyMaxRate
. If there is fixed rate, then don't includehourlyMinRate
. Just includehourlyMaxRate
.
- Once done you can now raise a Pull Request to the main branch
This project follows the MIT License.
Made with ♥ by Ashutosh Krishna
Thank you for visiting and I wish you all the best in your technical writing endeavors!