ποΈ Database
OneDay.Build supports MangoDB. If you want to quickly set up the platform without being troubled by configuring the database environment locally, we recommend using MangoDB Atlas, which is a fully managed database service provided by MongoDB. It allows users to easily deploy, manage, and scale MongoDB databases in the cloud, saving you the trouble of setting up a database environment locally.
ποΈ Auth
OneDay.Build uses NextAuth.js for user authentication. Here's how to configure it:
ποΈ Payment
OneDay.Build integrates Stripe as the payment tool for your SaaS platform. Therefore, you need to register a Stripe account and thoroughly test it in Test mode before starting formal payments.
ποΈ SEO
Configuration
ποΈ i18n
Many startup companies hope to promote their platforms to different countries, so it is essential for platforms to be multilingual. OneDayBuild already supports language switching, allowing you to adapt your platform to the use of different users through simple configuration.
ποΈ AI-Chat
OneDayBuild has implemented a basic feature using the OpenAI API, with character settings, to help you quickly build AI programs. There will be more AI features integrated in the future.
ποΈ Mail
OneDay.Build uses Resend to send emails to platform users.
ποΈ Landing Page
OneDay.Build provides you with a well-designed and SEO optimized Landing page. The common expressions found on Landing pages are already prepared for you. You just need to replace the text on the page with your business description, and in no time, you will have a decent-looking Landing page.
ποΈ User Profile
OneDay.Build provides you with a complete set of source code for User Profiles. It includes user registration/login, password recovery, and personal information modification, among other features.
ποΈ Waitlist
OneDayBuild provides you with a Waitlist page for your website, which is referenced in the component /components/FrontWaitlist.jsx located at /app/[locale]/(site)/waitlist/. This is a section similar to the Hero section, where you can change any text.