Last active
February 17, 2025 18:28
-
-
Save davidjenner/418c761649bf125cc35d4d40e59f6404 to your computer and use it in GitHub Desktop.
Setting up an AI SaaS Website with Paid options (Speed things up a notch)
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/ | |
---------------------------------------------- | |
---------------------------------------------- | |
Prerequisites | |
---------------------------------------------- | |
A Web Browser - https://www.microsoft.com/en-gb/edge/ | |
I'm using Edge as my preferred browser | |
An IDE - https://code.visualstudio.com/download | |
I'm using Visual Studio Code - It has a WASP etc for OpenSaas | |
A place for your code - https://gitlab.com/ | |
I use Gitlab for this - please install the gitlab VSC extention | |
---------------------------------------------- | |
---------------------------------------------- | |
Online Website Builders | |
---------------------------------------------- | |
Webflow - https://webflow.com/ | |
Free SaaS Templates - https://webflow.com/templates/subcategory/software-and-saas-websites?free=true | |
Paid AI Templates - https://webflow.com/templates/search?query=Ai | |
(If you change your mind about free) | |
Bubble - https://bubble.io/ | |
This is free to some extent but some limitations! | |
---------------------------------------------- | |
---------------------------------------------- | |
Paid Templates and Libraries - Get most of the work done for you already! | |
---------------------------------------------- | |
Check out this Repo | |
https://github.com/nextjs/saas-starter?tab=readme-ov-file | |
this one is free, but there are some paid sugestions lower down | |
Achromatic / From - $180 USD - https://achromatic.dev | |
Shipfast / From - $199 USD - https://shipfa.st | |
Imagen AI - Technology Website Template - https://webflow.com/templates/html/imagen-ai-website-template | |
OpenAI SaaS template - https://nextjstemplates.com/templates/ai-tool | |
I've not tried any of these yet, but if the free options don't work out, I might part with my cash! | |
---------------------------------------------- | |
---------------------------------------------- | |
Develop on a Repo template or boilerplate with AI | |
---------------------------------------------- | |
Replit / Turn your ideas into apps with AI. - https://replit.com/ | |
This is well worth a mention as you can copy in a repo such as https://github.com/ixartz/SaaS-Boilerplate.git and then ask in plain English what features and functions you want and it updates it all for you. If you have any error, which I did have, you can just include the error and ask it to fix. | |
This is all well and good, but I found out that unless the website is static (which a SaaS website is never static), you need to pay $180/year or $25/month at time of writing (Feb 2025). | |
---------------------------------------------- | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
made public