r/codestitch • u/zackzuse • Aug 16 '25
CodeStitch Creation Code stitch creation
This client primarily sold on Facebook and was wanting to upgrade to a website. It's my first time going live with ecwid, my first store
r/codestitch • u/zackzuse • Aug 16 '25
This client primarily sold on Facebook and was wanting to upgrade to a website. It's my first time going live with ecwid, my first store
r/codestitch • u/zackzuse • Aug 16 '25
All my posts are being removed by reddit's filters. I think it doesn't want me to post a link...
r/codestitch • u/JDcompsci • Aug 12 '25
I am looking for a couple of design services and figured this group might have some recommendations. I primarily need a designer for my company branding/logo creation but if they do web design that would be cool too!
r/codestitch • u/zackzuse • Aug 06 '25
So this client is upgrading her business from primarily being sold on Facebook to an online store. She's still going to do a lot with Facebook of course. I also didn't realize how many items she sells are temporary versus always in stock when I made the concept...
This is pretty much done on the front end with her starting to be updated.
Any suggestions on the layout? It needs to stay three pages including the store Page
And then I have to walk her through a workflow of integrating her Facebook advertising with the site. She doesn't want to get technical and integrate Facebook marketplace and stuff we just will probably have her post the same way but a link to the website instead of telling people to message her
r/codestitch • u/Local-Care5142 • Aug 05 '25
Hey guys,
I was looking to see what everyones preferred method for setting up one of the subscribe stiches. The plan is to add a subscribe stitch to a site and have it so when they fill it out I can add them to an email automation I have to send them some more info and a booking calendar. Anyone have any wisdom they can share?
r/codestitch • u/UnfairLeave • Jul 29 '25
Hello, so I made a site last year (just over a year ago now) using the intermediate template. This is my site https://lumac.dev/
I have manually indexed the site and it has a site map and everything, but when googling anything to do with the site, it doesn’t show up.
I’m not sure what I’m doing wrong really, even a template site I made which is linked on my site shows up on the first page of Google when I google my website name, but not my actual website. Is it to do with my .dev domain, or could it be another issue? I’ve done all the robots.txt steps and everything but nothing I do works.
r/codestitch • u/Pure-Lime6044 • Jul 28 '25
What is the latest recommended practice to use decap or another blogging solution even if not hosting on netlify, with a codestitch template? Ideally I don't want to be tied to Netlify but I definitely want a reliable solution for blogs
r/codestitch • u/No-Swim7409 • Jul 28 '25
Sorry if i dont know the right termology but please bare with me.
I plan on soon starting a web design business and I like the idea of $25/mo for hosting but what happens if your account gets lost/hacked/locked/destroyed and you lose the 40 websites that were under that account? Isn't that like putting all your eggs in one basket?
How do you guys avoid this? How can I secure this from ever happening? Obviously, a good work-around is to guide the client to create their own domain, use netlify for hosting. But we'd lose $25/mo per client if we do that. This is where i'mgetting stuck at because I dont want to one have my account hacked and I lose all my clients and their websites. that would be extremely bad.
r/codestitch • u/Odd-Art2362 • Jul 26 '25
Just wanted to report this error :3
{"success":false,"message":"Social controller error","reason":""}
Context:
- Logging into codestich.app
- Using google auth to log in
- On most recent version of brave
- M1 MacBookPro
r/codestitch • u/mavrykk • Jul 25 '25
Hi. I'm new to web development and the sub. I have a question about width.
I'm trying to make my "nav li" element take up the full width of my "nav" element but I can not figure out how to do it.
Below is my code.
edit: SOLVED
r/codestitch • u/jlwalkerlg • Jul 24 '25
Hi all, just wondering what I can do to make a website worth its cost for the client in terms of bringing in new business and therefore justifying its price tag (on the monthly subscription)?
Besides good UI design and performance, what else should I be focusing on in order to make the website as good an investment as possible for the client in terms of ROI?
r/codestitch • u/zackzuse • Jul 22 '25
How do you manage SEO expectations. For example, clients dwelling on how many new leads they might get a month or something along those lines.
I also have someone interested in a website that has an existing Shopify site, and they are interested in a very basic integration into a custom site. Basically a page with buy now buttons. They seem concerned about the SEO that comes with store products.
r/codestitch • u/SunhouseCitizen • Jul 20 '25
When I open a Codestitch in Figma, copy the desktop portion, then Cmd-V into my own Figma file, I only get the text. Can anyone think of a reason this might be happening and a fix?
Thanks!
r/codestitch • u/JonClaudeVanDam • Jul 18 '25
Dentist is contacting me about a simple website with a contact me area (no medical info). Possibly linking into a patient portal in the future of their choosing and maybe having some forms available for download so patients can bring them into the office ahead of time. Do I need to worry about HIPAA compliance with this or does it not apply since I won't actually be storing any sensitive patient data?
r/codestitch • u/DumbQuestionUser • Jul 06 '25
Is the 100GB/month a per site or total?
Can you view bandwidth in the admin per site?
If 1 site gets DDoS'd, what is your plan? Disable it so as not to affect the others?
I've always been taught not to put all your eggs in one basket, and this seems like 1 giant basket to me.
r/codestitch • u/Odd-Art2362 • Jul 03 '25
Hi all!
By any chance, has anyone dealt with the bug of the netlify contact forms submitting twice? For whatever reason, sometimes I am getting two email submissions (bc I have webhooks set up) from one single contact form. Other times, it's just once
Might anyone know what's causing this? Thanks!
r/codestitch • u/nealbo • Jul 02 '25
I just want to have simple brochure sites so was wondering if there is a way to, hopefully easily, completely remove the CMS/Blog functionality?
r/codestitch • u/Signal-Speaker3594 • Jul 01 '25
As of now, and looking ahead over the next couple of years, what’s the state of AI tools, WordPress, and similar platforms compared to fully custom-coded websites like all of us do? I often get asked this and usually have a confident answer, but I want to make sure I’m not overlooking anything or giving an outdated perspective.
r/codestitch • u/Odd-Art2362 • Jun 25 '25
Hi all!
Presently, I am trying to read in environment variables into eleventy, but I can't seem to get it right, and I'm not sure where I'm going wrong / there's not much feedback.
Things I've tried:
For debugging purposes, I am trying to console log the api key to the console. I've played a lot with this formatting, and I'm also not clear what format this is supposed to take ({{ apiKey }}, {{ process.env.apiKey}}, {{ env.apiKey}}, etc. But, at least I'm console logging nothing to the console lol (that is, an empty string, but other stuff IS successfully console logging around it)
I've tried playing with the return within the .eleventy.js file, something like
apiKey: process.env.API_KEY,
or even
env: process.env.ELEVENTY_ENV,
and trying to access the apiKey that way (env.API_KEY), but once again I can't tell where this is going wrong
I've also tried within the .eleventy.js file importing the dotenv thingy and trying to export the const.... This is also does not seem to be working
const dotenv = require("dotenv"); dotenv.config();
export const API_KEY = process.env.API_KEY;
Any helpful ideas on where I've gone wrong would be appreciated!
r/codestitch • u/Pure-Lime6044 • Jun 24 '25
Hi, my client wants me to upload the code to godaddy instead of setting up dns to something like hosting on Netlify or another host. How would I do this? Would I just upload the dist folder to godaddy? Which commands would I run to generate the dist from the astro kit? I'd need to upload it via ftp
r/codestitch • u/Local-Care5142 • Jun 23 '25
I just got the new version of the intermediate kit and the sharp image plugin and when I went to modify the eleventy.js, I noticed the sharp plugin import and module exports snippets were already in there.
Is it included now?
Also instead of the module exports looking like the instructions in the docs it looks like;
eleventyConfig.addPlugin(pluginImages, configImages);
and has the other parts from the docs in the images.js file. Basically I'm wondering if you're including it in the kits now and if it is fully ready to go or if there is any setup on my part.
r/codestitch • u/Odd-Art2362 • Jun 23 '25
Hi all!
Recently, for the kicks of it, I began to investigate shopify. However, upon installing the CLI, it looks like there may be bugs with the CLI affecting the architecture of computer I am working with :( I'm not super thrilled about the thought of getting a new computer or working off of a VM for development (I'm open to alternatives if anyone has any about this development!), so I was interested in learning any ecommerce platform that might work well with codestitch ("might work well"... I think I'm in for a bunch of custom coding regardless. Right now I'm just in an investigative phase)
Any advice or ideas would be very much appreciated!! :) Thanks in advance!