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 / Ceating an AI IT ticketing SaaS
Last active January 20, 2026 18:30
Creating an AI IT Ticketing SaaS
In Webflow
I entered this prompt to get this site - https://resolve-it-saas.webflow.io/
Extended to include one I used to AI generate a WordPress website with AI
Create an ultra modern SaaS website for an AI Service Desk IT Ticket Automation website where users can log IT tickets and they can log in and see their own AI generated respons based on a pre-designed AI agents feedback. Design needs to be in darm mode by default, have images of friendly IT staff, based around IT support, all the usual featured, easily explaining what the site does, have a call to action, pricing section, and FAQs.
IT tickets from end users that come in, they go through bespoke AI Agents and an Tailored AI generates easy to understand responses to help resolve the issue. There are also plans to generate Knowledgebase articles for the IT technicians to reuse for future occurnaces of the same issues.
Detailed prompt
@davidjenner
davidjenner / creating-a-meditation-app
Created January 17, 2026 13:08
Making a meditation App
Designs
Figma Inspiration
If you can find a way to covert it into code?
https://www.figma.com/community/file/1339960384928347726
Actual coding with React
@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...
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 / 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
---------------------------
@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 / 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 / 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 / index.html
Created April 5, 2024 18:43
Logo Converter to 512 and 256 pixels png
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Logo Converter</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<style>
body {