Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svemix/svemix
The Full-Stack addition to SvelteKit. Write your server code inside svelte files, handle sessions, forms and SEO easily.
https://github.com/svemix/svemix
forms full-stack remix seo server-scripts sessions svelte svelte-remix sveltekit svemix
Last synced: 3 months ago
JSON representation
The Full-Stack addition to SvelteKit. Write your server code inside svelte files, handle sessions, forms and SEO easily.
- Host: GitHub
- URL: https://github.com/svemix/svemix
- Owner: pixelmund
- License: mit
- Created: 2021-12-13T15:11:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T22:40:51.000Z (about 1 year ago)
- Last Synced: 2024-05-22T00:10:55.395Z (6 months ago)
- Topics: forms, full-stack, remix, seo, server-scripts, sessions, svelte, svelte-remix, sveltekit, svemix
- Language: JavaScript
- Homepage: https://svemix.com
- Size: 815 KB
- Stars: 339
- Watchers: 6
- Forks: 16
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-svelte-kit - Svemix - Stack addition) to SvelteKit. Write your server code inside svelte files, handle sessions, forms and SEO easily. (Meta-Meta / The _How To's?_)
README
# Welcome to Svemix
Svemix is a somewhat different framework than you're probably used to.
It can be seen as an full-stack addition to Svelte(SvelteKit).
Svemix provides you with server scripts inside your Svelte components/routes, which will be transformed into endpoints.
Loader functions and actions similar to remix, which also run only on the server, improved developer experience, SEO handling, easy to use forms, sessions and so much more.[For an still early example please look into this repo](https://github.com/svemix/svemix-example).
This repository contains the Svemix source code. This repo and project is a work in progress, so we appreciate your patience.
## Documentation
For documentation about Svemix (which is missing a lot of things), please visit [our website](https://svemix.com).
## Contributing
If you're interested in contributing code and/or documentation, feel free to open an Pull Request. A Contributing Guide will follow in the Future.