Skip to content

Instantly share code, notes, and snippets.

View davidjenner's full-sized avatar
🎯
Focusing

David Jenner davidjenner

🎯
Focusing
View GitHub Profile
@davidjenner
davidjenner / Setting-up-free-SaaS-website-2025.txt
Last active February 18, 2025 13:44
Making a Free AI SaaS App from Templates
Free Open Source Options
----------------------------------------------
General Business Help
----------------------------------------------
Get a name for your Business name or/and App
- https://refined.so/tools/free-domain-name-generator?ref=opensourceboilerplates.com
- https://www.ionos.com/ai-domain-name-generator
- https://www.wix.com/tools/business-name-generator
@davidjenner
davidjenner / Issues with OpenSaaS on my M1 MacBook Air.txt
Last active February 17, 2025 17:20
Issues while setting up Wasp OpenSaaS on my M1 Mac with fixes Fab 2025 (Guide for noobs)
Troubleshooting and Fixes encountered on my journey installing the OpenSaaS template on my M1 MacBook Air
Started 17/2/25
Remember to have 'Docker' open!
Tips and findings
- Install Homebrew and node.js - https://brew.sh/ & https://nodejs.org/en
- Make sure you don't miss any steps out in the guide and keep Docker running
- Where to find your OpenAi API Key - https://platform.openai.com/settings/
@davidjenner
davidjenner / paid-ai-saas-options
Last active February 17, 2025 18:28
Setting up an AI SaaS Website with Paid options (Speed things up a notch)
----------------------------------------------
General Business Help
----------------------------------------------
Get a name for your Business name or/and App
- https://refined.so/tools/free-domain-name-generator?ref=opensourceboilerplates.com
- https://www.ionos.com/ai-domain-name-generator
- https://www.wix.com/tools/business-name-generator
Get a waitinglist landing page - https://www.framer.com/marketplace/templates/waitliz/
@davidjenner
davidjenner / brew command not found on M1 based Mac
Created February 18, 2025 09:12
Homebrew not fully installed - sudo: brew: command not found
---------------------------
I had this error
---------------------------
david@Davids-MacBook-Air / % brew tap hashicorp/tap
zsh: command not found: brew
david@Davids-MacBook-Air / % sudo brew tap hashicorp/tap
Password:
sudo: brew: command not found
---------------------------
Setting up Vagrantup as a beginner on an M1 MacBook Air with Virtual Box - Notes as I learn, make stakes and fix errors as I go along to help myself and others if they encounter the same errors. Also, I like having notes to reference what I learned earlier!
----------------------
What I'm learning
----------------------
https://developer.hashicorp.com/vagrant/tutorials/get-started/development-environment
----------------------
----------------------
Notes
@davidjenner
davidjenner / Make a prototype web app setup fast and free
Last active February 18, 2025 14:32
Make a prototype web app setup fast and free with no coding or design skills
If you have an idea for how you want your site to look but no coding skills or money than this guide is for you!
You can learn how to use Docker
https://docs.docker.com/get-started/
- Once you learn you can load app templates fast!
- these are easy to run locally
- I'll leave you to work out the rest.
If you want to start from scratch though, keep reading...