Skip to content

Latest commit

 

History

History
316 lines (242 loc) · 10.1 KB

README.md

File metadata and controls

316 lines (242 loc) · 10.1 KB

🛠️ I want to build...

Almost every day I am streaming various types of app projects on my YouTube channel. My goal is to try out as many frameworks, tools, and templates as possible to save you the effort. This is an index of everything I have tried or plan to try, with key notes and findings.

📦 a Chrome extension

Plasmo

~

ℹ️ Do this to get started: Building a Modern React Chrome Extension with a New Framework
ℹ️ Could not solve this issue for 2/3 people
📹 We are building a Chrome extension to help you focus:
Ep 1
Parcel w/ Template

~

ℹ️ This is my next choice to try! Start here: fregante/browser-extension-template

🌐 a web app with a user-based CMS

Bubble (Low-code)

~

ℹ️ Best option for those with no coding experience
ℹ️ Start with templates: Bubble Templates
ReactJS + Firebase

~

ℹ️ Least effort option of all solutions for coding
ℹ️ Requires a new Firebase project to be set up
📹 We're building a food truck app in ReactJS:
Ep 1 Ep 2
Django + SQLite

~

ℹ️ Least effort option of solutions with a backend
ℹ️ Most providers will charge for Django hosting
We're building a crochet of the day website:
Ep 1

NextJS + PostgreSQL

Vue/Nuxt + Firebase

~

ℹ️ Get started here: posva/nuxt--vuefire-example-spark-plan or posva/nuxt--vuefire-example-blaze-plan
ℹ️ Follow the instructions carefully
📹 We're building a website for making and sharing cheatsheets!:
Ep 1 Ep 2

🌐 a web-based marketplace

Tradly (Low-code)

🌐 a web-based social network

Bettermode (Low-code)

🌐 a web-based chatbot

Voiceflow (Low-code)

Chainlit

🤖 a Telegram bot

Python + Replit Deployments

~

📹 We're building a YouTube trends Telegram bot:
Ep 1 Ep 2 Ep 3 Ep 4 Ep 5

🎮 a 2D web game

PhaserJS

~

ℹ️ Start with a very simple template like this: game.js
ℹ️ Use ChatGPT or the PhaserJS documentation to incrementally add features.
📹 We are building a Zuckerberg vs Elon fight game:
Ep 1

ReactJS + PhaserJS

🎮 a 2D desktop game

Java + Swing

~

ℹ️ Start with a very simple template like this: Main.java
ℹ️ This can run in Replit using the Java (Swing) template.

🎮 a massive multiplayer web game

VanillaJS + ExpressJS + Websockets

~

📹 We're building a multiplayer web game and MakeWithGPT.com:
Ep 1

🤖 a JavaScript chatbot

ReactJS + OpenAI Assistants API

~

ℹ️ This dangerously exposes the OpenAI API key, but is easy to fix by adding a backend.
📹 We are building a healthcare chatbot with OpenAI:
Ep 1 Ep 2

NextJS + OpenAI Assistants API

🤖 a script to automate web actions

Python + Playwright

~

ℹ️ Use ChatGPT to generate Playwright code, test and iterate. To run at scale, use Apify.
📹 We are building an AI Reddit Bot:
Ep 1

📱 a cross-platform mobile app

FlutterFlow (Low-code)

~

ℹ️ Pricing is $30/month to export the entire app.
ℹ️ Must manually setup Firebase and follow steps to integrate before the database works.
ℹ️ Start with templates: FlutterFlow Marketplace
📹 We are building an immersive storytelling app:
Ep 1 Ep 2
📹 We are building a GoFundMe app for orphanages and charities in Pakistan:
Ep 1
📹 We are building a companion app for inner journeys:
Ep 1

Thunkable (Low-code)

Dart/Flutter

React Native and Expo

~

📹 We are building an AI music playlist app:
Ep 1