Skip to content
@sveltese

Svelte SE

Svelte SE is a comprehensive web environment brimming with enjoyable tools specifically designed to boost developer satisfaction and efficiency.

Svelte SE

Svelte SE is a collection of tools and startup packages designed for the SvelteKit framework, aiming to streamline development. The mission is to make the development process enjoyable and innovative, empowering developers to create robust and scalable applications with ease. Sveltes SE simplifies common tasks and enhances the SvelteKit experience by offering:

  • Preconfigured Authentication Code
  • Efficient state management solutions.
  • Out-of-the-box integrations with popular backend services.

Sveltese is user-friendly, adaptable, and equips developers with the resources needed to build and maintain large-scale applications.

Authentication

Svelte SE uses is using Prisma, Lucia and Postgres, as well as nodemailer and mailpit, to create a drop in authentication system.

Installation

npm create sveltese@latest app_name

If you are already familiar with SvelteKit you will recognize the CLI.

create-svelte version 0.1.0

┌  Welcome to SvelteKit!
│
◆  Is this a SvelteKit SE project?
│  ● Yes / ○ No
└
npm install

NPM install will magically make a new .env file in your root directory. It is copying .env.example. Inside .env there is a database url that is setup for postgresql. You will need to create a database named sveltese and a user named sveltese with no password. Or you will need to modify the DATABASE_URL string to fit your connection and credentials.

npm db:init

This will get prisma running. It will create a migration table, setup the tables needed for lucia auth and create zod models to validate against.

This will also create a test user.

npm dev

That's all there is to it. You can build your next great idea with a solid authentication system prebuilt in sveltekit. p

The Future

For now we are using TailwindCSS for styles. This allows for MeltUI, DaisyUI, SkeletonUI and all the others.

The dashboard is where you can go with the Logged in state. All you can do there.. is logout and there is no UI. I'm thinking to add a user profile section there so people can upload avatars or change their email and so on.

As for database, I am working on on sqlite first. It would make the starter easier without having to know psql and run it locally.

Docs would be nice, but this will have to do for now.

Github Login, Google Login, LinkedIn Login, Facebook Login, Twitter Login, likely in that order.

Drop me a note if you have any good ideas.

Throw me some code if you're really feeling it. :)

P.S. for the record I really use pnpm.

Popular repositories Loading

  1. sveltese-com sveltese-com Public

    Sveltese is a comprehensive web environment brimming with enjoyable tools specifically designed to boost developer satisfaction and efficiency.

    Svelte

  2. .github .github Public

  3. kit kit Public

    Forked from sveltejs/kit

    web development, streamlined

    JavaScript

Repositories

Showing 3 of 3 repositories
  • kit Public Forked from sveltejs/kit

    web development, streamlined

    sveltese/kit’s past year of commit activity
    JavaScript 0 MIT 1,955 0 0 Updated Jan 4, 2024
  • .github Public
    sveltese/.github’s past year of commit activity
    0 0 0 0 Updated Aug 7, 2023
  • sveltese-com Public

    Sveltese is a comprehensive web environment brimming with enjoyable tools specifically designed to boost developer satisfaction and efficiency.

    sveltese/sveltese-com’s past year of commit activity
    Svelte 0 0 0 0 Updated Aug 4, 2023

Top languages

Loading…

Most used topics

Loading…