You asked for it, and here it is.

"How I built a functioning Chrome Extension in 10 steps and 45 minutes, with no coding experience. Using ChatGPT + Replit."

Let's dive in people. πŸ‘Ύ
(Before we start: to re-iterate, I *cannot code*. I've never shipped a product outside of basic no-code. While I have experience in the tech industry, it is as a PM/UX Researcher.

I know the name of certain things, e.g. an IDE, but I am not a developer, not even a hobbyist.
Step 1: Choose your idea

For a while, I'd wanted to make a Chrome Extension for members of a founder community I run (ramenclub.so) where it displayed startup related quotes with each new browser tab.
Using my buddy @sab8a's "make something people search for" framework, I fired up @ahrefs to find high volume keywords related to what I wanted.

Eventually, I found "marketing quotes" (18k global searches per month), a topic I know is important to many of our members/audience.
After checking the Chrome Web Store (where I eventually submitted the extension), I couldn't find anything with that name or closely related to its functionality, so that was good enough for me.

In the words of a famous egghead: "it's time to build".
Step 2 - Setup a @Replit account

Replit is a cloud based IDE (Integrated Development Environment) where you can write, run and deploy code.

The beauty is you don't have to spend time setting up your dev environment or installing code: making it great for beginners. I use Pro.
Step 3 - Get ChatGPT Plus

Go to chat.openai.com/chat and upgrade to Plus for $20/month - so you can use their most powerful new model, GPT-4.

It is noticeably more nuanced, intelligent and useful than its predecessor, GPT-3 IMHO.
Step 4 - Do your first prompt

Select 'GPT-4' from the dropdown menu at the top. I then wrote what I wanted to build, its functionality, my setup and that I wanted a step by step, beginners guide, including code needed.

This doesn't have to be perfect - just refine it later.
Step 5 - Create a new Repl in Replit

Think of a Repl as a folder for your project, where your code files will live. When you setup a new one, it'll ask you what 'Template' (aka language) you want - for a Chrome Extension it's usually 'HTML, CSS, JS'.
From your original prompt, ChatGPT should have already told you which 'Template' to select. If it doesn't, just follow up with this question.

Remember to name your Repl, describe it if you want, and I'd usually advise setting it to 'Private'.
Important note: ChatGPT is (currently) only trained up until 2021, so some of its knowledge is slightly out of date, including on Replit's interface.

Just tell it when it's obviously wrong (e.g. where a button is) and it'll usually apologise and give you better advice.
Some more quick tips:

- ChatGPT is under heavy load right now, so sometimes the history is down or the amount of prompting is throttled.

- On a few occasions, its answer stopped midway through (only during especially long responses). Just hit "continue" and it'll do the rest.
Step 6 - Create files & paste in your code

ChatGPT should already have told you the exact files to create in your Repl, and the code to paste into them. If it isn't this specific, just ask it to do this.

Here's an example of my setup on Replit. Click 'Run' when you're done.
Step 7 - Debugging

This is another area ChatGPT is very impressive. After you clicked 'Run', the 'Webview' on the right should display something resembling what you're trying to build. However, often, there is something wrong.
If you get a specific error message, paste that into ChatGPT, and it'll often give you the right answer, or options.

If it's not a specific issue, describe the problem, or just say you have a problem. Then try the different options you're provided. Ask it to simplify if needed.
Step 8 - Export your files

As we've built a Chrome Extension, you can't deploy directly from Replit (you can for other things). So you must export your files, zip them, then upload to Chrome DevTools.
To do this, first click on the three dots in the left-hand side of your Repl, and click 'Download as zip'.

For certain projects, if you also need to add additional files (such as images) to this, unzip, add the files and then zip it again. I use Archive Utility for this on Mac.
Step 9 - Submit to the Chrome Web Store

Next, using Google's Chrome browser (if you don't have it, download it), you need to create a Chrome Web Store developer account here: chrome.google.com/webstore/devco….

This will cost a one-time $5 registration fee. After that, sign-up.
After filling in your details in 'Account', click 'Items' on the left, then 'New Item'. After this, you can upload your .zip file.

If you struggle here, as always, just explain your issue and ChatGPT should tell you how to solve it. My issue was that I zipped the file wrong. πŸ€¦β€β™‚οΈ
Fill in all the fields required, troubleshoot any issues, and submit!

Congrats, you've created your first Chrome Extension MVP. It can take up to a few weeks for them to either accept you, or give you feedback on what to update.
Step 10 - Share your project

Lots of other makers want to see how you built your Chrome Extension, or anything else you made. Remember to share a breakdown to inspire and educate us.

I feel like there's a lot of cool shit to come. πŸ”₯
Lots of people are mocking people building MVPs on ChatGPT right now, but ignore the haters.

Whether people like it or not, the genie's out of the bottle. When a 10x productivity improvement comes along, which is very rare, you need to grab the opportunity with both hands.
I want to once again shoutout @joeprkns for his original inspiration on this build and this thread.

Props to him. The 🐐. And thanks to @OpenAI (I think) for putting a dent in the universe.

Finally, a thank you for reading. I don't have a Soundcloud, but if you want to join a community of 140+ amazing founders, come and join us at ramenclub.so 🍜 (@RamenClubHQ)
If you enjoyed this thread, follow my handle: @charlierward for more tweets like this.

And if you're feeling extra generous, like and RT the original post. ❀️‍πŸ”₯

Something I found interesting, which may be new:

The easiest part of the process was creating the code.

The hard parts were dealing with all the intermediary steps like making the right files in Replit, and entering/uploading the right information to the Chrome Web Store.
Again, this is talking about a very simple MVP. I'm not arguing this has solved software development.

But I'd wager that the above tweet was not true even 1 year ago.
I want to clarify this point:

Instead of 'hit continue', I meant write the prompt 'continue', and it'll finish it off.

Idk if this is a bug, but this has always resolved it for me.
The @usefathom dashboard for ramenclub.so 😹
1k bookmarks πŸŽ‰
Oh shit! 🀯 ilu @Replit

But while I'm here, might as well shoot my shot...

@amasad wanna come on the ramen.fm pod? I'm tryna document the singularity πŸ‘Ύ
We made it to @bensbitesdaily gang 🫑

bensbites.co/p/fireflies-sa…

Finally, I can look my father in the eye without shame
Update: Chrome Web Store already came back to me with a couple of pieces of feedback before they can allow it.

I copied and pasted the email text into ChatGPT, prompted "regenerate the code to factor these changes in", copied and pasted the new code, re-exported the files, and… twitter.com/i/web/status/1…

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Charlie Ward 🍜 (ramenclub.so)

Charlie Ward 🍜 (ramenclub.so) Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @charlierward

Mar 20
Oh while we're at it, I also built a v1 of this today.

Lofi beats in a gorgeous ramen shop.

ramenshop.studioramen.repl.co 🍜

@midjourney x @Replit x @OpenAI (ChatGPT)

Fancy a breakdown on this as well?
Next steps:

- connect the domain
- add way more images
- make the images change every minute
Okay this now has a lil 🍜 favicon, and is mobile/tablet responsive.

ramenshop.studioramen.repl.co
Read 4 tweets
Mar 20
Everyone’s laughing at all the ChatGPT threads, but I (a man who can’t code), just built and shipped a functioning and IMO useful Chrome Extension in ~45 minutes using just that and @Replit - it was the weirdest feeling ever.
I was originally inspired by this thread by @joeprkns.

This feels to me like the next 10x productivity improvement in building MVPs.
I think the big no-code/visual development tools should be worried. It’s cheaper AND faster AND easier to use IMO.
Read 9 tweets
Mar 19
Are you slightly offended when someone sends you their Calendly link?
I am firmly in team β€œno”.

(Also - @savvycal is better!)
So far 22 people have responded "yes".

Those in this camp - I'm curious as to why? No judgement, just like hearing the opposing side.
Read 5 tweets
Feb 1, 2021
3x tried and tested ways to create deeper connections between your community members 🧡
1. Regular events

After meeting in person, the next best way to build relationships is over video.

Regularly scheduled, properly hosted happy hours, office hours, meet and greets (or whatever suits your members) work well.
2. 1:1 introductions

Depending on your platform, there are apps that can do this for you (such as Donut.com on Slack). However some community builders do this manually, like with @anthilemoon's 'Mind Match' for Ness Labs members.
Read 7 tweets
Sep 9, 2020
A simple rule for early stage community builders:

No post should go unanswered. Ever.
Communities have something in common with marketplaces here.

If you can't find the Airbnb you want enough times, you'll stop using it.

If you post in a community and don't get an answer enough times, you'll leave.
Bonus:

Post every day for like a year.
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(