External databases
Flexweg hosts static files — HTML, CSS, JavaScript, images. There is no server-side runtime, no PHP, no Node, no database running on your behalf. But "static" doesn't mean "no dynamic data": your pages can read from and write to external services from the browser or at build time.
Forms on your site
Contact, newsletter signup, feedback, survey, event registration — pretty much every site needs a form at some point. Flexweg has a built-in form system that lets you create a form once in the dashboard, drop a snippet into any page on your site, and start receiving submissions by email and in a searchable inbox.
Deploy from Git
Turn every push to your repository into a live deployment. A CI/CD pipeline — either GitHub Actions or GitLab CI — picks up your commit, runs your build, and pushes the output to Flexweg via the API. You never open an SSH session, never drag a folder into a UI; you just git push.
AI design system
When you use the AI chat modal inside Flexweg to generate or modify a page, every result looks coherent, on-trend and consistent — not like a copy of ten random CodePens. Behind the scenes, the AI is constrained by a curated design system: a library of 12 professional design templates, one of which is locked to your site so every page the AI produces shares the same colors, typography, spacing and feel.
Custom 404 page
When a visitor asks for a URL that doesn't exist on your site — a typo in the address bar, a broken external link, a deleted page — the server has to show them something. By default, Flexweg returns a generic 404 page with a plain design that looks nothing like your site. That's fine as a fallback, but it's a jarring experience for your visitors.
Password protection
Not everything on your site is meant for the public. A work-in-progress redesign, a private staging environment, a pitch deck for a specific client, an internal tool for your team — all of these are valid reasons to lock your Flexweg site behind a login and password.
Stripe payments
Selling a product, charging for a service, collecting donations, offering a SaaS plan — any scenario that involves "visitor pays me money" can be wired up on a Flexweg site in minutes with Stripe, without writing a single line of server code.
Useful JS libraries
Static doesn't mean boring. Once your HTML is served, client-side JavaScript can give your site smooth animations, interactive maps, live charts, rich forms, confetti on payment success, or a client-side search bar — without a single server to maintain.