A Pen by David Jenner on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --------------------------- | |
| 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 | |
| --------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---------------------------------------------- | |
| 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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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 { |
NewerOlder