Build & iterate at the speed of thought. Save your self months of work with ZERO vendor lock-in
export const {billing, auth, workspace} = Init1up({
billing: {
type: 'stripe',
features: [
{title: "Feature 1", description: "This is a feature"},
{title: "Feature 2", description: "This is a feature"},
{title: "Feature 3", description: "This is a feature"},
],
plans: [
{
name: 'Pro',
features: [
{value: "2"},
{value: "true"},
{value: "false"}
]
}
]
},
auth: {
guards: async ({sessionData, can, cannot}) => {
if(sessionData.userId) {
can('READ', 'workspace')
}
},
...
}
})
.build()
Set your config & initialize your project from a single file.
Get instant access to auth that you own, a complete billing solution and prebuilt pages for your next.js project.
Easily add features to your app without modifying core code. This unlocks easier updates, allowing you to consume new 1upsaas features as they're released.
Handle sessions easily. Built in role authorization. Social logins included with the easy to use oauth solution.
It's better to have teams/organization built from the start. Includes inviting and managing user roles in the workspace.
An agnostic billing module for the javascript world. Can easily work with any provider by using drivers, like lemonsqueezy and stripe.
Included are api routes and frontend components for easily uploading any file type to an s3 compatiable buckets.
Create API keys per workspace, and lockdown your API routes. Create public & private endpoints.
Leverage an extensive set of practical components that will increase your efficiency during your development process.
You'll recieve an email to activate your license key and enter your email associated with your github account for access to the github repo.
After activating your license, you'll be able to post issues, view pull requests, releases & join the discussions with other saas creators.
A licence is valid per project.
Grab the launch deal. First 10 copies at a discounted price.
Get access now $150 $200"Your templates are a godsend"
"I like working with your codebases, they teach me a lot of stuff architectural wise and even development. Very professionally designed software approaches to interesting problems."
SaaS SDK & boilerplate for Next.js
© 1upsaas 2023