Product infrastructure for small teams

Launch a real product in a minute.

Forja gives an idea everything it needs to become a business: a live site on its own address, an admin panel, sign-in, payments, e-mail, AI-written content and its own database. Hosted, backed up, yours.

  • ~60 s from idea to live https
  • 1 database per project, never shared
  • 0 deploys save, and it is live

Runs on infrastructure you already trust

Modular platform

Everything a product needs. Already wired.

Eight building blocks that usually take months to assemble, switched on from the first minute of every project. You edit words, pictures and prices; Forja runs the rest.

Build

From idea to live in about a minute

Name the project, pick a starting point, press create. Forja provisions the database, sign-in, e-mail, admin, certificate and address for that project while you watch. Then you make it yours.

  • Five content templates and four visual styles, in English or Portuguese
  • Block editor for hero, services, pricing, FAQ, testimonials, gallery and contact
  • AI drafts the copy, the images and even whole templates from a reference
  • Live preview as you type; every version kept and restorable
Create your first project

Run

Infrastructure that is simply there

The unglamorous half of every product is done before you open the admin for the first time. Nothing to configure, nothing to patch, nothing to wake up for.

  • One isolated Postgres database per project; encrypted settings
  • Sign-in with e-mail or Google; two-factor authentication for admins
  • Transactional e-mail, contact inbox, campaigns, error log and audit trail
  • Daily backups, automatic certificates, EU hosting
See the platform

Grow

Get paid, get booked, get found

Revenue features that usually mean another three subscriptions and a developer. Here they are part of the project, reporting into the same workspace.

  • Stripe checkout for products and subscriptions; refunds from the admin
  • Public booking page with availability, buffers and reminders
  • Your own domain, bought or connected, with automatic https and e-mail authentication
  • Teams with per-project roles; your brand on every admin (Agency)
Compare plans

Solutions

Built for the products people actually launch

Local services

Clinics, studios, trades, consultants. A site, a booking page and reminders, live before the first appointment.

Digital products

Courses, downloads, memberships. Checkout, receipts and access that switches on the moment the payment lands.

SaaS & apps

Sign-in, subscriptions, an admin and a database from day one. Add real code when the idea proves itself.

Restaurants & shops

Menu, hours, bookings and orders on one address, edited from a phone.

Agencies & studios

Many clients in one workspace, per-project access for editors, your brand on every admin.

Personal brands

A serious home for what you do, with a contact inbox and campaigns to the people who signed up.

Code products · Agency

When a site is not enough, add code

Some ideas need their own logic: an inventory, a quiz engine, an integration. A code product is a real module with its own entities and API, deployed on the same platform, sharing the same admin, sign-in, e-mail and backups. The source is yours.

  • Own tables in the project's database, migrated automatically
  • Public API, webhooks and scheduled jobs
  • Admin screens and dashboard numbers next to everything else
Ask about code products
Stock/Module.cs
// A real product: its own tables, API and admin screen — same platform.
public sealed class Item { public Guid Id; public string Sku = ""; public int Quantity; }

builder.AddForjaModuleDb<StockDb>("stock");

app.MapGet("/api/stock/items", (StockDb db) =>
    db.Items.Where(i => i.Quantity < i.LowStock).OrderBy(i => i.Sku));

nav.Add(new("Items", "/admin/stock", "box"));

Pricing

Simple pricing. Unlimited ambition.

One subscription covers hosting, backups, certificates, e-mail and AI for every project in your workspace. Cancel any time; projects stay archived and restorable.

Maker

€19/month

Billed monthly

  • 1 live project
  • yourname.forja.build address with https
  • Visual editor, live preview, version history
  • All templates and the 4 visual styles
  • AI: 50 generations a month (copy, photos, icons)
  • Sign-in, contact form, transactional e-mail
  • Daily backups
Start free trial

Agency

€149/month

Billed monthly

  • 25 live projects
  • White label: your brand in every admin
  • Team seats and per-project access
  • API and webhooks
  • Code extensions: real logic when a site is not enough
  • Restore any project to any point
  • Same-day support, onboarding call
Start free trial

Every account starts with a 30-day trial: one live project, no card required. Paid plans open shortly; leave your e-mail to be told first.

Questions

Is this a website builder?

It builds the website, yes, but also everything behind it: accounts, payments, e-mail, admin, database and hosting. Think of it as a product factory rather than a page editor.

Do I need to know how to code?

No. Everything is edited in a visual admin with live preview. When a project needs real logic (integrations, webhooks, custom data), the Agency plan adds code extensions.

Where is my product hosted?

On Forja's own servers in the EU, with daily backups and automatic certificates. Each project has its own isolated database.

Can I use my own domain?

Yes, on Studio and Agency. Point it at Forja and https is issued automatically.

What happens if I cancel?

Your projects are archived, not deleted. Restore them any time by subscribing again.

Ready to get started?

Create an account, name your first project and see it live in about a minute. No card needed for the trial.

Start building

Have a bigger idea?

Agencies, code products, migrations from another platform: tell us what you are building and we will map it to Forja.

Talk to us