I have worked on a few side projects over the past few years and have identified that the most important thing is to get things done quickly to validate an idea. The best part is that you can do this very fast nowadays, not just because of large language models (AI), but mainly because of the many existing tools with great developer experiences. The following post summarizes the tools you can use to create prototypes of end-to-end applications.
The Example Application
To demonstrate this capability, I will showcase it in an application that tracks stock prices, summarizes messages about particular stocks in a feed, and sends emails. Since I believe it is very important to measure whether the app's idea is successful, analytics will also be implemented!
Tools
The following tools are chosen based on a single metric: time to market, which measures how quickly the application will be available to users.
Client
Next.js, React Query, Tailwind & Shadcn
I think that this combo is great and will help you build an application in a couple of hours.
Tip 1: Try v0.dev. It generated the entire UI for the example application.
Tip 2: Check all TanStack libraries; I also use TanStack From.
Backend
Supabase
I think that Supabase will solve 80-90% of your initial backend needs out of the box, mainly:
- Database
- Authentication
- Storage (if you need to upload things like images)
Also, theirs GraphQL-like queries are awesome!
Bun
I found that the best approach is to write simple scripts for simple tasks, such as getting data from somewhere and storing it. Remember, the important thing is time to market, not to make it perfect.
The interesting thing is Bun (a fast JavaScript runtime similar to Node.js). It is:
- Super fast
- Works out of the box with TypeScript
- Has a nice project initializer (those who have initialized TypeScript projects will know that it is a pain)
Infrastructure
The best approach is to use GitHub for source code control, and then, based on your needs, you can use a variety of tools. I mostly prefer Cloudflare and Render (I run cron jobs over here).
Tip 1: Cloudflare offers very generous free hosting.
Notifications
The simplest way to send emails nowadays is to use Resend.
Analytics
For product analytics, Posthog is simply the best. The best feature you will find useful is Session Replay (you will actually see how your users use the app).
Tip 1: If you want to see how many people saw your landing page, I encourage you to use plausible.io (PS: you do not need to use a cookie bar).
Tip 2: Cloudflare also has analytics.
Tip 3: Be sure to use a reverse proxy with Posthog. Next.js makes it simple to configure.
The Application
If you are interested, you can check out the application: Side Projects Starter Pack.
You can also check the source code: GitHub.
Final Words
Thanks for reading! If you want to support my work, you can fill the very short survey. It would mean a lot to me!
The above is the detailed content of Side Projects Starter Pack. For more information, please follow other related articles on the PHP Chinese website!

JavaScript core data types are consistent in browsers and Node.js, but are handled differently from the extra types. 1) The global object is window in the browser and global in Node.js. 2) Node.js' unique Buffer object, used to process binary data. 3) There are also differences in performance and time processing, and the code needs to be adjusted according to the environment.

JavaScriptusestwotypesofcomments:single-line(//)andmulti-line(//).1)Use//forquicknotesorsingle-lineexplanations.2)Use//forlongerexplanationsorcommentingoutblocksofcode.Commentsshouldexplainthe'why',notthe'what',andbeplacedabovetherelevantcodeforclari

The main difference between Python and JavaScript is the type system and application scenarios. 1. Python uses dynamic types, suitable for scientific computing and data analysis. 2. JavaScript adopts weak types and is widely used in front-end and full-stack development. The two have their own advantages in asynchronous programming and performance optimization, and should be decided according to project requirements when choosing.

Whether to choose Python or JavaScript depends on the project type: 1) Choose Python for data science and automation tasks; 2) Choose JavaScript for front-end and full-stack development. Python is favored for its powerful library in data processing and automation, while JavaScript is indispensable for its advantages in web interaction and full-stack development.

Python and JavaScript each have their own advantages, and the choice depends on project needs and personal preferences. 1. Python is easy to learn, with concise syntax, suitable for data science and back-end development, but has a slow execution speed. 2. JavaScript is everywhere in front-end development and has strong asynchronous programming capabilities. Node.js makes it suitable for full-stack development, but the syntax may be complex and error-prone.

JavaScriptisnotbuiltonCorC ;it'saninterpretedlanguagethatrunsonenginesoftenwritteninC .1)JavaScriptwasdesignedasalightweight,interpretedlanguageforwebbrowsers.2)EnginesevolvedfromsimpleinterpreterstoJITcompilers,typicallyinC ,improvingperformance.

JavaScript can be used for front-end and back-end development. The front-end enhances the user experience through DOM operations, and the back-end handles server tasks through Node.js. 1. Front-end example: Change the content of the web page text. 2. Backend example: Create a Node.js server.

Choosing Python or JavaScript should be based on career development, learning curve and ecosystem: 1) Career development: Python is suitable for data science and back-end development, while JavaScript is suitable for front-end and full-stack development. 2) Learning curve: Python syntax is concise and suitable for beginners; JavaScript syntax is flexible. 3) Ecosystem: Python has rich scientific computing libraries, and JavaScript has a powerful front-end framework.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Zend Studio 13.0.1
Powerful PHP integrated development environment

Notepad++7.3.1
Easy-to-use and free code editor
