Frequently asked questions about SuperStarter.
You should be prepared for a learning curve or consider learning it first. However, SuperStarter will still work for you if you’re willing to learn.
Even without knowing some technologies, you can still use the rest of the features.
The default SuperStarter tooling was chosen by myself after having used them in numerous production applications. It doesn’t mean they’re the best tools, it means they’re the ones that helped me launch quickly. Tools and tastes change over time and it’s inevitable that the defaults will change at some point.
That being said, if you really believe tool Y is a much better choice than tool X, feel free to start up a conversation with me on X and we can hash it out!
Sure! SuperStarter is designed to be modular, so configuring new provider (e.g. for emails, billing or any other service) is straightforward. You just need to make sure your configuration is compatible with common interface to be able to plug it into the codebase.
how do I do that? check out the migrations for more information.
Yes, we will keep updating SuperStarter with new packages and features. This kit is designed to be modular, allowing for new features and packages to be added without interfering with your existing code. You can always update your project to the latest version.
No, SuperStarter does not set up the production instance for you. This includes setting up databases, Stripe, or any other services you need. SuperStarter does not have access to your Stripe or Resend accounts, so setup on your end is required. SuperStarter provides the codebase and documentation to help you set up your SaaS project.
For support, you can:
Visit our GitHub repository for support and feature requests.
Contact us via support email (superstarter@focusapps.app)
Please check the production checklist for more information.
##How do I update my project when a new version of the boilerplate is released?
Please read the documentation for updating your SuperStarter code.
Yes, you can use any React package with this kit. The kit is based on React, so you are generally only constrained by the underlying technologies and not by the kit itself. Since you own and can edit all the code, you can adapt the kit to your needs. However, if there are limitations with the underlying technology, you might need to work around them.
in the root directory and run
suppressHydrationWarning
on every html
tag?This is the recommendation by next-themes
to supress the warning stemming from determining theme on the client side.
import-in-the-middle
?Without these packages, Turbopack throws warnings highlighting cases where packages are being used but are not installed so it can fail when running in production.
This was already an issue when we were using Webpack, it just never warned us that it was missing. This can be fixed by installing the external packages into the project itself.
There are three types of files that are ignored by the linting configuration: